Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
moab::WriteCGNS::SetStruct Class Reference

#include <WriteCGNS.hpp>

+ Collaboration diagram for moab::WriteCGNS::SetStruct:

Public Member Functions

 SetStruct ()
 
 ~SetStruct ()
 

Public Attributes

std::string TagName
 
cgsize_t IdSet
 
cgsize_t NbEdges
 
cgsize_t NbFaces
 
cgsize_t NbCells
 
std::vector< cgsize_tNbEntities
 
ElementType_t CGNSType
 

Detailed Description

Definition at line 60 of file WriteCGNS.hpp.

Constructor & Destructor Documentation

◆ SetStruct()

moab::WriteCGNS::SetStruct::SetStruct ( )
inline

Definition at line 73 of file WriteCGNS.hpp.

73 : IdSet( -1 ), NbEdges( 0 ), NbFaces( 0 ), NbCells( 0 ){};

◆ ~SetStruct()

moab::WriteCGNS::SetStruct::~SetStruct ( )
inline

Definition at line 74 of file WriteCGNS.hpp.

74 {};

Member Data Documentation

◆ CGNSType

ElementType_t moab::WriteCGNS::SetStruct::CGNSType

Definition at line 71 of file WriteCGNS.hpp.

◆ IdSet

cgsize_t moab::WriteCGNS::SetStruct::IdSet

Definition at line 64 of file WriteCGNS.hpp.

◆ NbCells

cgsize_t moab::WriteCGNS::SetStruct::NbCells

Definition at line 67 of file WriteCGNS.hpp.

◆ NbEdges

cgsize_t moab::WriteCGNS::SetStruct::NbEdges

Definition at line 65 of file WriteCGNS.hpp.

◆ NbEntities

std::vector< cgsize_t > moab::WriteCGNS::SetStruct::NbEntities

Definition at line 70 of file WriteCGNS.hpp.

◆ NbFaces

cgsize_t moab::WriteCGNS::SetStruct::NbFaces

Definition at line 66 of file WriteCGNS.hpp.

◆ TagName

std::string moab::WriteCGNS::SetStruct::TagName

Definition at line 63 of file WriteCGNS.hpp.


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