moab
moab::ElemInfo Struct Reference

List of all members.

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 35 of file WriteGmsh.cpp.


Member Function Documentation

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

Definition at line 36 of file WriteGmsh.cpp.

                              {
    while (count < st)
      sets[count++] = 0;
    sets[count++] = idt;
  }

Member Data Documentation

Definition at line 41 of file WriteGmsh.cpp.

Definition at line 43 of file WriteGmsh.cpp.

Definition at line 42 of file WriteGmsh.cpp.

Definition at line 44 of file WriteGmsh.cpp.


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