structure to hold references to bounding vertex blocks
More...
structure to hold references to bounding vertex blocks
Definition at line 47 of file SweptElementData.hpp.
◆ VertexDataRef()
Definition at line 237 of file SweptElementData.hpp.
241 : xform( tmp_xform ), invXform( tmp_xform.inverse() ), srcSeq( this_seq )
242 {
243 minmax[0] = HomCoord( this_min );
244 minmax[1] = HomCoord( this_max );
245 }
References minmax.
◆ contains()
bool moab::SweptElementData::VertexDataRef::contains |
( |
const HomCoord & |
coords | ) |
const |
|
inline |
◆ SweptElementData
◆ invXform
HomXform moab::SweptElementData::VertexDataRef::invXform |
|
private |
◆ minmax
HomCoord moab::SweptElementData::VertexDataRef::minmax[2] |
|
private |
◆ srcSeq
◆ xform
HomXform moab::SweptElementData::VertexDataRef::xform |
|
private |
The documentation for this class was generated from the following file: