#include <ChasteNodesList.hpp>
Public Member Functions | |
ChasteNodesList (const std::vector< Node< SPACE_DIM > * > rNodesList) | |
bool | DoesContain (const ChastePoint< SPACE_DIM > &rPointToCheck) const |
Private Attributes | |
std::vector< Node< SPACE_DIM > * > | mListOfNodes |
Definition at line 43 of file ChasteNodesList.hpp.
ChasteNodesList< SPACE_DIM >::ChasteNodesList | ( | const std::vector< Node< SPACE_DIM > * > | rNodesList | ) | [inline] |
Constructor
rNodesList | a standard vector of (pointer to) nodes |
Definition at line 57 of file ChasteNodesList.hpp.
bool ChasteNodesList< SPACE_DIM >::DoesContain | ( | const ChastePoint< SPACE_DIM > & | rPointToCheck | ) | const [inline, virtual] |
Checks if a given point is contained in the ndoe list.
rPointToCheck | Point to be checked whether it is a node in the list. |
Implements AbstractChasteRegion< SPACE_DIM >.
Definition at line 69 of file ChasteNodesList.hpp.
References ChasteNodesList< SPACE_DIM >::mListOfNodes.
std::vector< Node<SPACE_DIM>*> ChasteNodesList< SPACE_DIM >::mListOfNodes [private] |
A vector to store the list of nodes
Definition at line 48 of file ChasteNodesList.hpp.
Referenced by ChasteNodesList< SPACE_DIM >::DoesContain().