Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MEDCoupling::MEDFileMeshMultiTS Class Reference
Inheritance diagram for MEDCoupling::MEDFileMeshMultiTS:
Collaboration diagram for MEDCoupling::MEDFileMeshMultiTS:

Public Member Functions

void cartesianizeMe ()
 
bool changeNames (const std::vector< std::pair< std::string, std::string > > &modifTab)
 
MEDFileMeshMultiTSdeepCopy () const
 
std::vector< const
BigMemoryObject * > 
getDirectChildrenWithNull () const
 
std::size_t getHeapMemorySizeWithoutChildren () const
 
MEDFileJoints * getJoints () const
 
std::string getName () const
 
MEDFileMeshgetOneTimeStep () const
 
void killStructureElements ()
 
bool presenceOfStructureElements () const
 
void setJoints (MEDFileJoints *joints)
 
void setName (const std::string &newMeshName)
 
void setOneTimeStep (MEDFileMesh *mesh1TimeStep)
 
void writeLL (med_idt fid) const
 

Static Public Member Functions

static MEDFileMeshMultiTSNew ()
 
static MEDFileMeshMultiTSNew (med_idt fid)
 
static MEDFileMeshMultiTSNew (const std::string &fileName)
 
static MEDFileMeshMultiTSNew (med_idt fid, const std::string &mName)
 
static MEDFileMeshMultiTSNew (const std::string &fileName, const std::string &mName)
 

Additional Inherited Members

- Protected Member Functions inherited from MEDCoupling::RefCountObject
 RefCountObject ()
 
 RefCountObject (const RefCountObject &other)
 
virtual ~RefCountObject ()
 

Member Function Documentation

MEDFileMeshMultiTS * MEDFileMeshMultiTS::New ( med_idt  fid)
static
MEDFileMeshMultiTS * MEDFileMeshMultiTS::New ( const std::string &  fileName)
static

References New().

MEDFileMeshMultiTS * MEDFileMeshMultiTS::New ( med_idt  fid,
const std::string &  mName 
)
static
MEDFileMeshMultiTS * MEDFileMeshMultiTS::New ( const std::string &  fileName,
const std::string &  mName 
)
static

References New().

MEDFileMeshMultiTS * MEDFileMeshMultiTS::deepCopy ( ) const
std::size_t MEDFileMeshMultiTS::getHeapMemorySizeWithoutChildren ( ) const
virtual
std::vector< const BigMemoryObject * > MEDFileMeshMultiTS::getDirectChildrenWithNull ( ) const
virtual
std::string MEDFileMeshMultiTS::getName ( ) const
void MEDFileMeshMultiTS::setName ( const std::string &  newMeshName)

References changeNames(), and getName().

bool MEDFileMeshMultiTS::changeNames ( const std::vector< std::pair< std::string, std::string > > &  modifTab)
void MEDFileMeshMultiTS::cartesianizeMe ( )
MEDFileMesh * MEDFileMeshMultiTS::getOneTimeStep ( ) const

Referenced by getJoints().

void MEDFileMeshMultiTS::writeLL ( med_idt  fid) const
void MEDFileMeshMultiTS::setOneTimeStep ( MEDFileMesh mesh1TimeStep)
MEDFileJoints * MEDFileMeshMultiTS::getJoints ( ) const

References getOneTimeStep().

Referenced by writeLL().

void MEDFileMeshMultiTS::setJoints ( MEDFileJoints *  joints)

Set Joints that are common to all time-stamps.

bool MEDFileMeshMultiTS::presenceOfStructureElements ( ) const
void MEDFileMeshMultiTS::killStructureElements ( )