Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
moab::BVHTree::HandleData Class Reference
+ Collaboration diagram for moab::BVHTree::HandleData:

Public Member Functions

 HandleData (EntityHandle h, const BoundBox &bx, const double dp)
 
 HandleData ()
 

Public Attributes

EntityHandle myHandle
 
BoundBox myBox
 
double myDim
 

Detailed Description

Definition at line 130 of file BVHTree.hpp.

Constructor & Destructor Documentation

◆ HandleData() [1/2]

moab::BVHTree::HandleData::HandleData ( EntityHandle  h,
const BoundBox bx,
const double  dp 
)
inline

Definition at line 133 of file BVHTree.hpp.

133 : myHandle( h ), myBox( bx ), myDim( dp ) {}

◆ HandleData() [2/2]

moab::BVHTree::HandleData::HandleData ( )
inline

Definition at line 134 of file BVHTree.hpp.

134 : myHandle( 0 ), myDim( -1 ) {}

Member Data Documentation

◆ myBox

BoundBox moab::BVHTree::HandleData::myBox

Definition at line 136 of file BVHTree.hpp.

◆ myDim

double moab::BVHTree::HandleData::myDim

Definition at line 137 of file BVHTree.hpp.

Referenced by moab::BVHTree::HandleData_comparator::operator()().

◆ myHandle

EntityHandle moab::BVHTree::HandleData::myHandle

Definition at line 135 of file BVHTree.hpp.

Referenced by moab::BVHTree::HandleData_comparator::operator()().


The documentation for this class was generated from the following file: