Version: 8.3.0
MEDFileFieldRepresentationLeavesArrays Class Reference

#include <MEDFileFieldRepresentationTree.hxx>

Inheritance diagram for MEDFileFieldRepresentationLeavesArrays:
Inheritance graph

Public Member Functions

 MEDFileFieldRepresentationLeavesArrays ()
 
 MEDFileFieldRepresentationLeavesArrays (const MEDCoupling::MCAuto< MEDCoupling::MEDFileAnyTypeFieldMultiTS > &arr)
 
MEDFileFieldRepresentationLeavesArraysoperator= (const MEDFileFieldRepresentationLeavesArrays &other)
 
int getId () const
 
void setId (int &id) const
 
void feedSIL (vtkMutableDirectedGraph *sil, vtkIdType root, vtkVariantArray *edge, std::vector< std::string > &names) const
 
void computeFullNameInLeaves (const std::string &tsName, const std::string &meshName, const std::string &comSupStr) const
 
bool getStatus () const
 
bool setStatus (bool status) const
 
std::string getZeName () const
 
const char * getZeNameC () const
 
void appendFields (const MEDTimeReq *tr, const MEDCoupling::MEDFileFieldGlobsReal *globs, const MEDCoupling::MEDMeshMultiLev *mml, const MEDCoupling::MEDFileMeshStruct *mst, vtkDataSet *ds, ExportedTinyInfo *internalInfo) const
 
void appendELGAIfAny (vtkDataSet *ds) const
 

Static Public Attributes

static const char ZE_SEP [] ="@@][@@"
 
static const char TS_STR [] ="TS"
 
static const char COM_SUP_STR [] ="ComSup"
 
static const char FAMILY_ID_CELL_NAME [] ="FamilyIdCell"
 
static const char NUM_ID_CELL_NAME [] ="NumIdCell"
 
static const char FAMILY_ID_NODE_NAME [] ="FamilyIdNode"
 
static const char NUM_ID_NODE_NAME [] ="NumIdNode"
 
static const char GLOBAL_NODE_ID_NAME [] ="GlobalNodeIds"
 

Private Attributes

bool _activated
 
int _id
 
std::string _ze_name
 
std::string _ze_full_name
 
ELGACmp _elga_cmp
 

Constructor & Destructor Documentation

MEDFileFieldRepresentationLeavesArrays::MEDFileFieldRepresentationLeavesArrays ( )
MEDFileFieldRepresentationLeavesArrays::MEDFileFieldRepresentationLeavesArrays ( const MEDCoupling::MCAuto< MEDCoupling::MEDFileAnyTypeFieldMultiTS > &  arr)

References _ze_name, and ZE_SEP.

Member Function Documentation

MEDFileFieldRepresentationLeavesArrays & MEDFileFieldRepresentationLeavesArrays::operator= ( const MEDFileFieldRepresentationLeavesArrays other)

References _activated, _id, _ze_full_name, and _ze_name.

int MEDFileFieldRepresentationLeavesArrays::getId ( ) const

References _id.

void MEDFileFieldRepresentationLeavesArrays::setId ( int &  id) const

References _id.

void MEDFileFieldRepresentationLeavesArrays::feedSIL ( vtkMutableDirectedGraph *  sil,
vtkIdType  root,
vtkVariantArray *  edge,
std::vector< std::string > &  names 
) const
void MEDFileFieldRepresentationLeavesArrays::computeFullNameInLeaves ( const std::string &  tsName,
const std::string &  meshName,
const std::string &  comSupStr 
) const

References _ze_full_name, and _ze_name.

bool MEDFileFieldRepresentationLeavesArrays::getStatus ( ) const

References _activated.

bool MEDFileFieldRepresentationLeavesArrays::setStatus ( bool  status) const

References _activated.

std::string MEDFileFieldRepresentationLeavesArrays::getZeName ( ) const

References _ze_full_name.

const char * MEDFileFieldRepresentationLeavesArrays::getZeNameC ( ) const

References _ze_full_name.

void MEDFileFieldRepresentationLeavesArrays::appendFields ( const MEDTimeReq tr,
const MEDCoupling::MEDFileFieldGlobsReal *  globs,
const MEDCoupling::MEDMeshMultiLev *  mml,
const MEDCoupling::MEDFileMeshStruct *  mst,
vtkDataSet *  ds,
ExportedTinyInfo internalInfo 
) const
void MEDFileFieldRepresentationLeavesArrays::appendELGAIfAny ( vtkDataSet *  ds) const

Field Documentation

const char MEDFileFieldRepresentationLeavesArrays::ZE_SEP ="@@][@@"
static
const char MEDFileFieldRepresentationLeavesArrays::TS_STR ="TS"
static
const char MEDFileFieldRepresentationLeavesArrays::COM_SUP_STR ="ComSup"
static
const char MEDFileFieldRepresentationLeavesArrays::FAMILY_ID_CELL_NAME ="FamilyIdCell"
static
const char MEDFileFieldRepresentationLeavesArrays::NUM_ID_CELL_NAME ="NumIdCell"
static
const char MEDFileFieldRepresentationLeavesArrays::FAMILY_ID_NODE_NAME ="FamilyIdNode"
static
const char MEDFileFieldRepresentationLeavesArrays::NUM_ID_NODE_NAME ="NumIdNode"
static
const char MEDFileFieldRepresentationLeavesArrays::GLOBAL_NODE_ID_NAME ="GlobalNodeIds"
static
bool MEDFileFieldRepresentationLeavesArrays::_activated
mutableprivate
int MEDFileFieldRepresentationLeavesArrays::_id
mutableprivate
std::string MEDFileFieldRepresentationLeavesArrays::_ze_name
mutableprivate
std::string MEDFileFieldRepresentationLeavesArrays::_ze_full_name
mutableprivate
ELGACmp MEDFileFieldRepresentationLeavesArrays::_elga_cmp
private