Version: 5.1.6

MEDMEM_ENSIGHT._SubPart Struct Reference

A type within EnSight part. It stores data needed by field driver to know nb of values of a geometric type and what place they get in MED group. More...

#include <MEDMEM_EnsightUtils.hxx>

Inheritance diagram for MEDMEM_ENSIGHT._SubPart:
Inheritance graph

Public Member Functions

 _SubPart (int partNumber=-1, const std::string &typeName="")
_SubPartDesc getDescriptor () const

Data Fields

int myNbCells
 nb of cells
int myCellGroupIndex
 cell group id in _InterMed
_groupe::TMailleIter myFirstCell
 pointer to the first cell
int myNbNodes
 nb of nodes
int myNodeGroupIndex
 node group id in _InterMed
_maille::TNoeud myFirstNode
 pointer to the first node

Detailed Description

A type within EnSight part. It stores data needed by field driver to know nb of values of a geometric type and what place they get in MED group.


Constructor & Destructor Documentation

MEDMEM_ENSIGHT._SubPart._SubPart ( int  partNumber = -1,
const std::string &  typeName = "" 
)

Member Function Documentation

_SubPartDesc MEDMEM_ENSIGHT._SubPart.getDescriptor (  )  const

Field Documentation

nb of cells

cell group id in _InterMed

pointer to the first cell

nb of nodes

node group id in _InterMed

pointer to the first node