Public Member Functions |
std::string | simpleRepr () const |
std::string | advancedRepr () const |
void | checkCoherency () const throw (INTERP_KERNEL::Exception) |
void | getTinySerializationIntInformation (std::vector< int > &tinyInfo) const |
void | getTinySerializationDbleInformation (std::vector< double > &tinyInfo) const |
void | getTinySerializationStrInformation (std::vector< std::string > &tinyInfo) const |
void | resizeForUnserialization (const std::vector< int > &tinyInfoI, DataArrayInt *&dataInt) |
void | finishUnserialization (const std::vector< int > &tinyInfoI, const std::vector< double > &tinyInfoD, const std::vector< std::string > &tinyInfoS) |
void | serialize (DataArrayInt *&dataInt) const |
virtual bool | areCompatibleForMerge (const MEDCouplingField *other) const |
virtual bool | areStrictlyCompatible (const MEDCouplingField *other) const |
virtual bool | isEqual (const MEDCouplingField *other, double meshPrec, double valsPrec) const |
virtual bool | isEqualWithoutConsideringStr (const MEDCouplingField *other, double meshPrec, double valsPrec) const |
void | setMesh (const ParaMEDMEM::MEDCouplingMesh *mesh) |
const ParaMEDMEM::MEDCouplingMesh * | getMesh () const |
void | setName (const char *name) |
const char * | getDescription () const |
void | setDescription (const char *desc) |
const char * | getName () const |
TypeOfField | getTypeOfField () const |
NatureOfField | getNature () const |
virtual void | setNature (NatureOfField nat) throw (INTERP_KERNEL::Exception) |
DataArrayDouble * | getLocalizationOfDiscr () const throw (INTERP_KERNEL::Exception) |
MEDCouplingFieldDouble * | buildMeasureField (bool isAbs) const throw (INTERP_KERNEL::Exception) |
MEDCouplingMesh * | buildSubMeshData (const int *start, const int *end, DataArrayInt *&di) const |
MEDCouplingFieldDiscretization * | getDiscretization () const |
int | getNumberOfTuplesExpected () const throw (INTERP_KERNEL::Exception) |
int | getNumberOfMeshPlacesExpected () const throw (INTERP_KERNEL::Exception) |
void | setGaussLocalizationOnType (INTERP_KERNEL::NormalizedCellType type, const std::vector< double > &refCoo, const std::vector< double > &gsCoo, const std::vector< double > &wg) throw (INTERP_KERNEL::Exception) |
void | setGaussLocalizationOnCells (const int *begin, const int *end, const std::vector< double > &refCoo, const std::vector< double > &gsCoo, const std::vector< double > &wg) throw (INTERP_KERNEL::Exception) |
void | clearGaussLocalizations () |
MEDCouplingGaussLocalization & | getGaussLocalization (int locId) throw (INTERP_KERNEL::Exception) |
int | getGaussLocalizationIdOfOneType (INTERP_KERNEL::NormalizedCellType type) const throw (INTERP_KERNEL::Exception) |
int | getNbOfGaussLocalization () const throw (INTERP_KERNEL::Exception) |
int | getGaussLocalizationIdOfOneCell (int cellId) const throw (INTERP_KERNEL::Exception) |
void | getCellIdsHavingGaussLocalization (int locId, std::vector< int > &cellIds) const throw (INTERP_KERNEL::Exception) |
const
MEDCouplingGaussLocalization & | getGaussLocalization (int locId) const throw (INTERP_KERNEL::Exception) |
bool | decrRef () const |
void | incrRef () const |
TimeLabel & | operator= (const TimeLabel &other) |
void | declareAsNew () const |
unsigned int | getTimeOfThis () const |