Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <Box.hpp>
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().