MOAB: Mesh Oriented datABase  (version 5.4.1)
moab::OBBTreeCPFrame Struct Reference

Public Member Functions

 OBBTreeCPFrame (double d, EntityHandle n, EntityHandle s, int dp)

Public Attributes

double dist_sqr
EntityHandle node
EntityHandle mset
int depth

Detailed Description

Definition at line 1106 of file OrientedBoxTreeTool.cpp.


Constructor & Destructor Documentation

moab::OBBTreeCPFrame::OBBTreeCPFrame ( double  d,
EntityHandle  n,
EntityHandle  s,
int  dp 
) [inline]

Definition at line 1108 of file OrientedBoxTreeTool.cpp.

        : dist_sqr( d ), node( n ), mset( s ), depth( dp )
    {
    }

Member Data Documentation

Definition at line 1115 of file OrientedBoxTreeTool.cpp.

Definition at line 1112 of file OrientedBoxTreeTool.cpp.

List of all members.


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