Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
moab::ReadDamsel::subrange Class Reference

Public Member Functions

 subrange (damsel_handle ch, EntityHandle s, int c)
 

Public Attributes

damsel_handle collh
 
EntityHandle seth
 
int count
 

Detailed Description

Definition at line 92 of file ReadDamsel.hpp.

Constructor & Destructor Documentation

◆ subrange()

moab::ReadDamsel::subrange::subrange ( damsel_handle  ch,
EntityHandle  s,
int  c 
)
inline

Definition at line 95 of file ReadDamsel.hpp.

95 : collh( ch ), seth( s ), count( c ) {}

Member Data Documentation

◆ collh

damsel_handle moab::ReadDamsel::subrange::collh

Definition at line 96 of file ReadDamsel.hpp.

◆ count

int moab::ReadDamsel::subrange::count

Definition at line 98 of file ReadDamsel.hpp.

◆ seth

EntityHandle moab::ReadDamsel::subrange::seth

Definition at line 97 of file ReadDamsel.hpp.


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