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 | |