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

Public Member Functions

 NodeSeg (EntityHandle h, double b, double e)

Public Attributes

EntityHandle handle
double beg
double end

Detailed Description

Definition at line 1844 of file AdaptiveKDTree.cpp.


Constructor & Destructor Documentation

moab::NodeSeg::NodeSeg ( EntityHandle  h,
double  b,
double  e 
) [inline]

Definition at line 1846 of file AdaptiveKDTree.cpp.

: handle( h ), beg( b ), end( e ) {}

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