Mesh Oriented datABase  (version 5.5.0)
An array-based unstructured mesh library
moab::ElemInfo Struct Reference

Public Member Functions

void set (int st, int idt)
 

Public Attributes

int count
 
int sets [3]
 
int id
 
int type
 

Detailed Description

Definition at line 36 of file WriteGmsh.cpp.

Member Function Documentation

◆ set()

void moab::ElemInfo::set ( int  st,
int  idt 
)
inline

Definition at line 38 of file WriteGmsh.cpp.

39  {
40  while( count < st )
41  sets[count++] = 0;
42  sets[count++] = idt;
43  }

References count, and sets.

Member Data Documentation

◆ count

int moab::ElemInfo::count

Definition at line 44 of file WriteGmsh.cpp.

Referenced by set(), and moab::WriteGmsh::write_file().

◆ id

int moab::ElemInfo::id

Definition at line 46 of file WriteGmsh.cpp.

Referenced by moab::WriteGmsh::write_file().

◆ sets

int moab::ElemInfo::sets[3]

Definition at line 45 of file WriteGmsh.cpp.

Referenced by set().

◆ type

int moab::ElemInfo::type

Definition at line 47 of file WriteGmsh.cpp.

Referenced by moab::WriteGmsh::write_file().


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