MOAB: Mesh Oriented datABase  (version 5.4.1)
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

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

Definition at line 133 of file BVHTree.hpp.

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

Definition at line 134 of file BVHTree.hpp.

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

Member Data Documentation

List of all members.


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