Public Member Functions | |
MEDFileParameters * | deepCopy () const |
void | destroyParamAtPos (int i) |
std::vector< const BigMemoryObject * > | getDirectChildrenWithNull () const |
std::size_t | getHeapMemorySizeWithoutChildren () const |
int | getNumberOfParams () const |
MEDFileParameterMultiTS * | getParamAtPos (int i) const |
std::vector< std::string > | getParamsNames () const |
MEDFileParameterMultiTS * | getParamWithName (const std::string ¶mName) const |
int | getPosFromParamName (const std::string ¶mName) const |
bool | isEqual (const MEDFileParameters *other, double eps, std::string &what) const |
void | pushParam (MEDFileParameterMultiTS *param) |
void | resize (int newSize) |
void | setParamAtPos (int i, MEDFileParameterMultiTS *param) |
std::string | simpleRepr () const |
void | simpleReprWithoutHeader (std::ostream &oss) const |
void | writeLL (med_idt fid) const |
Static Public Member Functions | |
static MEDFileParameters * | New () |
static MEDFileParameters * | New (med_idt fid) |
static MEDFileParameters * | New (DataArrayByte *db) |
static MEDFileParameters * | New (const std::string &fileName) |
Protected Member Functions | |
MEDFileParameters (med_idt fid) | |
MEDFileParameters (const MEDFileParameters &other, bool deepCopy) | |
MEDFileParameters () | |
void | simpleRepr2 (int bkOffset, std::ostream &oss) const |
Protected Member Functions inherited from MEDCoupling::RefCountObject | |
RefCountObject () | |
RefCountObject (const RefCountObject &other) | |
virtual | ~RefCountObject () |
Protected Member Functions inherited from MEDCoupling::RefCountObjectOnly | |
RefCountObjectOnly () | |
RefCountObjectOnly (const RefCountObjectOnly &other) | |
virtual | ~RefCountObjectOnly () |
Protected Attributes | |
std::vector< MCAuto < MEDFileParameterMultiTS > > | _params |
|
protected |
References _params, and MEDCoupling::MEDFileParameterMultiTS::New().
|
protected |
References _params, and MEDCoupling::MEDFileParameterMultiTS::deepCopy().
|
protected |
Referenced by deepCopy(), and New().
|
static |
References MEDFileParameters().
Referenced by New().
|
static |
References MEDFileParameters().
|
static |
|
static |
References New().
|
virtual |
Implements MEDCoupling::BigMemoryObject.
References _params.
|
virtual |
Implements MEDCoupling::BigMemoryObject.
References _params.
MEDFileParameters * MEDFileParameters::deepCopy | ( | ) | const |
References MEDFileParameters().
bool MEDFileParameters::isEqual | ( | const MEDFileParameters * | other, |
double | eps, | ||
std::string & | what | ||
) | const |
References _params.
void MEDFileParameters::writeLL | ( | med_idt | fid | ) | const |
References _params, and MEDCoupling::MEDFileParameterMultiTS::writeAdvanced().
std::vector< std::string > MEDFileParameters::getParamsNames | ( | ) | const |
References _params, and MEDCoupling::MEDFileParameterMultiTS::getName().
std::string MEDFileParameters::simpleRepr | ( | ) | const |
References simpleReprWithoutHeader().
void MEDFileParameters::simpleReprWithoutHeader | ( | std::ostream & | oss | ) | const |
References _params, and MEDCoupling::MEDFileParameterMultiTS::simpleRepr2().
Referenced by MEDCoupling::MEDFileData::simpleRepr(), and simpleRepr().
void MEDFileParameters::resize | ( | int | newSize | ) |
References _params.
void MEDFileParameters::pushParam | ( | MEDFileParameterMultiTS * | param | ) |
References _params, and MEDCoupling::RefCountObjectOnly::incrRef().
void MEDFileParameters::setParamAtPos | ( | int | i, |
MEDFileParameterMultiTS * | param | ||
) |
References _params, and MEDCoupling::RefCountObjectOnly::incrRef().
MEDFileParameterMultiTS * MEDFileParameters::getParamAtPos | ( | int | i | ) | const |
References _params.
Referenced by getParamWithName().
MEDFileParameterMultiTS * MEDFileParameters::getParamWithName | ( | const std::string & | paramName | ) | const |
References getParamAtPos(), and getPosFromParamName().
void MEDFileParameters::destroyParamAtPos | ( | int | i | ) |
References _params.
int MEDFileParameters::getPosFromParamName | ( | const std::string & | paramName | ) | const |
References _params, and MEDCoupling::MEDFileParameterMultiTS::getName().
Referenced by getParamWithName().
int MEDFileParameters::getNumberOfParams | ( | ) | const |
References _params.
Referenced by MEDCoupling::MEDFileData::getNumberOfParams().
|
protected |
|
protected |