moab
moab::NodeSeg Struct Reference

List of all members.

Public Member Functions

 NodeSeg (EntityHandle h, double b, double e)

Public Attributes

EntityHandle handle
double beg
double end

Detailed Description

Definition at line 1875 of file AdaptiveKDTree.cpp.


Constructor & Destructor Documentation

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

Definition at line 1876 of file AdaptiveKDTree.cpp.

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

Member Data Documentation

Definition at line 1879 of file AdaptiveKDTree.cpp.

Definition at line 1879 of file AdaptiveKDTree.cpp.


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