Mesh Oriented datABase  (version 5.5.0)
An array-based unstructured mesh library
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

◆ NodeSeg()

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

Definition at line 1846 of file AdaptiveKDTree.cpp.

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

Member Data Documentation

◆ beg

double moab::NodeSeg::beg

Definition at line 1848 of file AdaptiveKDTree.cpp.

Referenced by moab::AdaptiveKDTree::ray_intersect_triangles().

◆ end

double moab::NodeSeg::end

Definition at line 1848 of file AdaptiveKDTree.cpp.

Referenced by moab::AdaptiveKDTree::ray_intersect_triangles().

◆ handle

EntityHandle moab::NodeSeg::handle

Definition at line 1847 of file AdaptiveKDTree.cpp.

Referenced by moab::AdaptiveKDTree::ray_intersect_triangles().


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