Chaste
Release::3.4
|
#include <Box.hpp>
Public Member Functions | |
Box (c_vector< double, 2 *DIM > &rMinAndMaxValues) | |
c_vector< double, 2 *DIM > & | rGetMinAndMaxValues () |
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 | |
c_vector< double, 2 *DIM > | mMinAndMaxValues |
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
void Box< DIM >::ClearNodes | ( | ) |
Definition at line 73 of file Box.cpp.
Referenced by DistributedBoxCollection< DIM >::AddPairsFromBox().