OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
dataDiv< T > Class Template Reference

class that store Internal part external and border part of a dataset More...

Detailed Description

template<typename T>
class dataDiv< T >

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
 

The documentation for this class was generated from the following file: