Mesh Oriented datABase  (version 5.5.0)
An array-based unstructured mesh library
moab::MeshSet::CompactList Union Reference

If the number of entities is less than 3, store the handles directly in the hnd member. Otherwise use the ptr member to hold the beginning and end of a dynamically allocated array. More...

#include <MeshSet.hpp>

Public Attributes

EntityHandle hnd [2]
 Two handles. More...
 
EntityHandleptr [2]
 begin and end pointers for array More...
 

Detailed Description

If the number of entities is less than 3, store the handles directly in the hnd member. Otherwise use the ptr member to hold the beginning and end of a dynamically allocated array.

Definition at line 222 of file MeshSet.hpp.

Member Data Documentation

◆ hnd

◆ ptr


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