![]() |
Chaste Commit::675f9facbe008c5eacb9006feaeb6423206579ea
|
#include <Box.hpp>
Collaboration diagram for Box< DIM >:Public Member Functions | |
| void | AddNode (Node< DIM > *pNode) |
| void | RemoveNode (Node< DIM > *pNode) |
| void | ClearNodes () |
| void | AddElement (Element< DIM, DIM > *pElement) |
| std::set< Node< DIM > * > & | rGetNodesContained () |
| std::set< Element< DIM, DIM > * > & | rGetElementsContained () |
Private Attributes | |
| std::set< Node< DIM > * > | mNodesContained |
| std::set< Element< DIM, DIM > * > | mElementsContained |
A small class for a nD 'box' defined by its min/max x/y/z values which can contains a list of nodes and elements located in that box
Definition at line 56 of file Box.cpp.
Referenced by DistributedBoxCollection< DIM >::AddPairsFromBox().