hemocell
Loading...
Searching...
No Matches
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
hemo::HemoCellGatheringFunctional< GatherType > Class Template Reference

#include <hemoCellFunctional.h>

Inheritance diagram for hemo::HemoCellGatheringFunctional< GatherType >:
Inheritance graph
[legend]
Collaboration diagram for hemo::HemoCellGatheringFunctional< GatherType >:
Collaboration graph
[legend]

Classes

union  byteint
 
struct  IDandGatherType
 

Public Member Functions

 HemoCellGatheringFunctional (std::map< int, GatherType > &gatherValues_)
 
void getModificationPattern (std::vector< bool > &isWritten) const
 
plb::BlockDomain::DomainT appliesTo () const
 
void getTypeOfModification (std::vector< plb::modif::ModifT > &modified) const
 

Static Public Member Functions

static void gather (std::map< int, GatherType > &gatherValues)
 

Public Attributes

std::map< int, GatherType > & gatherValues
 

Constructor & Destructor Documentation

◆ HemoCellGatheringFunctional()

template<class GatherType >
hemo::HemoCellGatheringFunctional< GatherType >::HemoCellGatheringFunctional ( std::map< int, GatherType > &  gatherValues_)
inline

Member Function Documentation

◆ appliesTo()

template<class GatherType >
plb::BlockDomain::DomainT hemo::HemoCellGatheringFunctional< GatherType >::appliesTo ( ) const
inline

◆ gather()

template<class GatherType >
static void hemo::HemoCellGatheringFunctional< GatherType >::gather ( std::map< int, GatherType > &  gatherValues)
inlinestatic

◆ getModificationPattern()

template<class GatherType >
void hemo::HemoCellGatheringFunctional< GatherType >::getModificationPattern ( std::vector< bool > &  isWritten) const
inline

◆ getTypeOfModification()

template<class GatherType >
void hemo::HemoCellGatheringFunctional< GatherType >::getTypeOfModification ( std::vector< plb::modif::ModifT > &  modified) const
inline

Member Data Documentation

◆ gatherValues

template<class GatherType >
std::map<int,GatherType>& hemo::HemoCellGatheringFunctional< GatherType >::gatherValues