moab
moab::ScdElementData::VertexDataRef Class Reference

structure to hold references to bounding vertex blocks More...

List of all members.

Public Member Functions

 VertexDataRef (const HomCoord &min, const HomCoord &max, const HomXform &tmp_xform, ScdVertexData *this_seq)
bool contains (const HomCoord &coords) const

Private Attributes

HomCoord minmax [2]
HomXform xform
HomXform invXform
ScdVertexDatasrcSeq

Friends

class ScdElementData

Detailed Description

structure to hold references to bounding vertex blocks

Definition at line 46 of file ScdElementData.hpp.


Constructor & Destructor Documentation

moab::ScdElementData::VertexDataRef::VertexDataRef ( const HomCoord min,
const HomCoord max,
const HomXform tmp_xform,
ScdVertexData this_seq 
) [inline]

Definition at line 248 of file ScdElementData.hpp.

    : xform(tmp_xform), invXform(tmp_xform.inverse()), srcSeq(this_seq)
{
  minmax[0] = HomCoord(this_min);
  minmax[1] = HomCoord(this_max); 
}

Member Function Documentation

bool moab::ScdElementData::VertexDataRef::contains ( const HomCoord coords) const [inline]

Definition at line 243 of file ScdElementData.hpp.

{
  return (minmax[0] <= coords && minmax[1] >= coords);
}

Friends And Related Function Documentation

friend class ScdElementData [friend]

Definition at line 53 of file ScdElementData.hpp.


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines