OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
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
 

Field Documentation

◆ bord

template<typename T >
boost::shared_ptr<T> dataDiv< T >::bord
private

Border part of the data.

Definition at line 15 of file Decomposition.hpp.

◆ ext

template<typename T >
boost::shared_ptr<T> dataDiv< T >::ext
private

external part of your data

Definition at line 19 of file Decomposition.hpp.

◆ inte

template<typename T >
boost::shared_ptr<T> dataDiv< T >::inte
private

internal part of your data

Definition at line 17 of file Decomposition.hpp.


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