moab
moab::AdaptiveKDTreeIter::StackObj Struct Reference

List of all members.

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 341 of file AdaptiveKDTree.hpp.


Constructor & Destructor Documentation

Definition at line 342 of file AdaptiveKDTree.hpp.

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

Definition at line 343 of file AdaptiveKDTree.hpp.

{}

Member Data Documentation

box coordinate of parent

Definition at line 345 of file AdaptiveKDTree.hpp.

handle for tree node

Definition at line 344 of file AdaptiveKDTree.hpp.


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