MOAB: Mesh Oriented datABase  (version 5.4.1)
moab::ReadRTT::tet Struct Reference

Public Member Functions

 tet ()

Public Attributes

int id
int connectivity [4]
int material_number

Detailed Description

Definition at line 200 of file ReadRTT.hpp.


Constructor & Destructor Documentation

Definition at line 206 of file ReadRTT.hpp.

References connectivity.

              : id( 0 ), material_number( 0 )
        {
            for( int k = 0; k < 4; k++ )
                connectivity[k] = 0;
        }

Member Data Documentation

Definition at line 202 of file ReadRTT.hpp.

Referenced by moab::ReadRTT::get_tet_data().

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