Tissue Forge C++ 0.2.1
Interactive, particle-based physics, chemistry and biology modeling and simulation environment
Loading...
Searching...
No Matches
TissueForge::BoundaryConditionsArgsContainer Struct Reference
Inheritance diagram for TissueForge::BoundaryConditionsArgsContainer:

Public Member Functions

void setValueAll (const int &_bcValue)
 
void setValue (const std::string &name, const unsigned int &value)
 
void setVelocity (const std::string &name, const FVector3 &velocity)
 
void setRestore (const std::string &name, const FPTYPE restore)
 
BoundaryConditionscreate (int *cells)
 
 BoundaryConditionsArgsContainer (int *_bcValue=NULL, std::unordered_map< std::string, unsigned int > *_bcVals=NULL, std::unordered_map< std::string, FVector3 > *_bcVels=NULL, std::unordered_map< std::string, FPTYPE > *_bcRestores=NULL)
 

Public Attributes

int * bcValue
 
std::unordered_map< std::string, unsigned int > * bcVals
 
std::unordered_map< std::string, FVector3 > * bcVels
 
std::unordered_map< std::string, FPTYPE > * bcRestores
 

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