moab
moab::BVHTree::HandleData Class Reference

List of all members.

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 125 of file BVHTree.hpp.


Constructor & Destructor Documentation

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

Definition at line 128 of file BVHTree.hpp.

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

Definition at line 129 of file BVHTree.hpp.

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

Member Data Documentation

Definition at line 132 of file BVHTree.hpp.


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