|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
structure to hold references to bounding vertex blocks More...
Collaboration diagram for moab::SweptElementData::VertexDataRef:Public Member Functions | |
| VertexDataRef (const HomCoord &min, const HomCoord &max, const HomXform &tmp_xform, SweptVertexData *this_seq) | |
| bool | contains (const HomCoord &coords) const |
Private Attributes | |
| HomCoord | minmax [2] |
| HomXform | xform |
| HomXform | invXform |
| SweptVertexData * | srcSeq |
Friends | |
| class | SweptElementData |
structure to hold references to bounding vertex blocks
Definition at line 47 of file SweptElementData.hpp.
| moab::SweptElementData::VertexDataRef::VertexDataRef | ( | const HomCoord & | min, |
| const HomCoord & | max, | ||
| const HomXform & | tmp_xform, | ||
| SweptVertexData * | this_seq | ||
| ) | [inline] |
| bool moab::SweptElementData::VertexDataRef::contains | ( | const HomCoord & | coords | ) | const [inline] |
Definition at line 232 of file SweptElementData.hpp.
References minmax.
friend class SweptElementData [friend] |
Definition at line 55 of file SweptElementData.hpp.
Definition at line 51 of file SweptElementData.hpp.
HomCoord moab::SweptElementData::VertexDataRef::minmax[2] [private] |
Definition at line 50 of file SweptElementData.hpp.
Referenced by contains(), and VertexDataRef().
Definition at line 52 of file SweptElementData.hpp.
Definition at line 51 of file SweptElementData.hpp.