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

Public Member Functions

 facet ()

Public Attributes

int id
int connectivity [3]
int side_id
int surface_number

Detailed Description

Definition at line 186 of file ReadRTT.hpp.


Constructor & Destructor Documentation

Definition at line 192 of file ReadRTT.hpp.

References connectivity.

                : id( 0 ), side_id( 0 ), surface_number( 0 )
        {
            for( int k = 0; k < 3; k++ )
                connectivity[k] = 0;
        }

Member Data Documentation

Definition at line 188 of file ReadRTT.hpp.

Referenced by moab::ReadRTT::get_facet_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