Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
moab::AdaptiveKDTreeIter::StackObj Struct Reference

Public Member Functions

 StackObj (EntityHandle e, double c)
 
 StackObj ()
 

Public Attributes

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

Detailed Description

Definition at line 352 of file AdaptiveKDTree.hpp.

Constructor & Destructor Documentation

◆ StackObj() [1/2]

moab::AdaptiveKDTreeIter::StackObj::StackObj ( EntityHandle  e,
double  c 
)
inline

Definition at line 354 of file AdaptiveKDTree.hpp.

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

◆ StackObj() [2/2]

moab::AdaptiveKDTreeIter::StackObj::StackObj ( )
inline

Definition at line 355 of file AdaptiveKDTree.hpp.

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

Member Data Documentation

◆ coord

double moab::AdaptiveKDTreeIter::StackObj::coord

◆ entity

EntityHandle moab::AdaptiveKDTreeIter::StackObj::entity

The documentation for this struct was generated from the following file: