class that store Internal part external and border part of a dataset More...
class that store Internal part external and border part of a dataset
Definition at line 12 of file Decomposition.hpp.
#include <Decomposition.hpp>
Private Attributes | |
boost::shared_ptr< T > | bord |
Border part of the data. | |
boost::shared_ptr< T > | inte |
internal part of your data | |
boost::shared_ptr< T > | ext |
external part of your data | |
|
private |
Border part of the data.
Definition at line 15 of file Decomposition.hpp.
|
private |
external part of your data
Definition at line 19 of file Decomposition.hpp.
|
private |
internal part of your data
Definition at line 17 of file Decomposition.hpp.