MOAB: Mesh Oriented datABase  (version 5.4.1)
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

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

Definition at line 38 of file WriteGmsh.cpp.

References count, and sets.

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

Member Data Documentation

Definition at line 44 of file WriteGmsh.cpp.

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

Definition at line 46 of file WriteGmsh.cpp.

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

Definition at line 45 of file WriteGmsh.cpp.

Referenced by set().

Definition at line 47 of file WriteGmsh.cpp.

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

List of all members.


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