Mesh Oriented datABase  (version 5.4.1)
Array-based unstructured mesh datastructure
moab::AdaptiveKDTreeIter::StackObj Struct Reference

Public Member Functions

 StackObj (EntityHandle e, double c)
 StackObj ()

Public Attributes

EntityHandle entity
 handle for tree node
double coord
 box coordinate of parent

Detailed Description

Definition at line 352 of file AdaptiveKDTree.hpp.


Constructor & Destructor Documentation

Definition at line 354 of file AdaptiveKDTree.hpp.

: entity( e ), coord( c ) {}

Definition at line 355 of file AdaptiveKDTree.hpp.

: entity( 0 ), coord( 0.0 ) {}

Member Data Documentation

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