This is the complete list of members for MEDCoupling::MEDCouplingMesh, including all inherited members.
| advancedRepr() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| areCompatibleForMerge(const MEDCouplingMesh *other) const | MEDCoupling::MEDCouplingMesh | virtual |
| buildOrthogonalField() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| buildPart(const int *start, const int *end) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| buildPartAndReduceNodes(const int *start, const int *end, DataArrayInt *&arr) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| buildPartRange(int beginCellIds, int endCellIds, int stepCellIds) const | MEDCoupling::MEDCouplingMesh | virtual |
| buildPartRangeAndReduceNodes(int beginCellIds, int endCellIds, int stepCellIds, int &beginOut, int &endOut, int &stepOut, DataArrayInt *&arr) const | MEDCoupling::MEDCouplingMesh | virtual |
| buildUnstructured() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| checkConsistency(double eps=1e-12) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| checkConsistencyLight() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| checkDeepEquivalOnSameNodesWith(const MEDCouplingMesh *other, int cellCompPol, double prec, DataArrayInt *&cellCor) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| checkDeepEquivalWith(const MEDCouplingMesh *other, int cellCompPol, double prec, DataArrayInt *&cellCor, DataArrayInt *&nodeCor) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| checkFastEquivalWith(const MEDCouplingMesh *other, double prec) const | MEDCoupling::MEDCouplingMesh | virtual |
| checkGeoEquivalWith(const MEDCouplingMesh *other, int levOfCheck, double prec, DataArrayInt *&cellCor, DataArrayInt *&nodeCor) const | MEDCoupling::MEDCouplingMesh | |
| checkTypeConsistencyAndContig(const std::vector< int > &code, const std::vector< const DataArrayInt * > &idsPerType) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| clone(bool recDeepCpy) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| computeCellCenterOfMass() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| computeEffectiveNbOfNodesPerCell() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| computeIsoBarycenterOfNodesPerCell() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| computeNbOfFacesPerCell() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| computeNbOfNodesPerCell() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| copyTinyInfoFrom(const MEDCouplingMesh *other) | MEDCoupling::MEDCouplingMesh | virtual |
| copyTinyStringsFrom(const MEDCouplingMesh *other) | MEDCoupling::MEDCouplingMesh | virtual |
| declareAsNew() const | MEDCoupling::TimeLabel | |
| decrRef() const | MEDCoupling::RefCountObjectOnly | |
| deepCopy() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| fillFromAnalytic(TypeOfField t, int nbOfComp, FunctionToEvaluate func) const | MEDCoupling::MEDCouplingMesh | virtual |
| fillFromAnalytic(TypeOfField t, int nbOfComp, const std::string &func) const | MEDCoupling::MEDCouplingMesh | virtual |
| fillFromAnalyticCompo(TypeOfField t, int nbOfComp, const std::string &func) const | MEDCoupling::MEDCouplingMesh | virtual |
| fillFromAnalyticNamedCompo(TypeOfField t, int nbOfComp, const std::vector< std::string > &varsOrder, const std::string &func) const | MEDCoupling::MEDCouplingMesh | virtual |
| forceTimeOfThis(const TimeLabel &other) const | MEDCoupling::TimeLabel | protected |
| getAllGeoTypes() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getAllTheProgeny() const | MEDCoupling::BigMemoryObject | |
| getBoundingBox(double *bbox) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getCellContainingPoint(const double *pos, double eps) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getCellIdsFullyIncludedInNodeIds(const int *partBg, const int *partEnd) const | MEDCoupling::MEDCouplingMesh | virtual |
| getCellsContainingPoint(const double *pos, double eps, std::vector< int > &elts) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getCellsContainingPoints(const double *pos, int nbOfPoints, double eps, MCAuto< DataArrayInt > &elts, MCAuto< DataArrayInt > &eltsIndex) const | MEDCoupling::MEDCouplingMesh | virtual |
| getCoordinatesAndOwner() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getCoordinatesOfNode(int nodeId, std::vector< double > &coo) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| GetCorrespondingPolyType(INTERP_KERNEL::NormalizedCellType type) | MEDCoupling::MEDCouplingMesh | static |
| getDescription() const | MEDCoupling::MEDCouplingMesh | |
| GetDimensionOfGeometricType(INTERP_KERNEL::NormalizedCellType type) | MEDCoupling::MEDCouplingMesh | static |
| getDirectAccessOfCoordsArrIfInStructure() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getDirectChildren() const | MEDCoupling::BigMemoryObject | |
| getDirectChildrenWithNull() const =0 | MEDCoupling::BigMemoryObject | pure virtual |
| getDistributionOfTypes() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getHeapMemorySize() const | MEDCoupling::BigMemoryObject | |
| GetHeapMemorySizeOfObjs(const std::vector< const BigMemoryObject * > &objs) | MEDCoupling::BigMemoryObject | static |
| getHeapMemorySizeStr() const | MEDCoupling::BigMemoryObject | |
| getHeapMemorySizeWithoutChildren() const | MEDCoupling::MEDCouplingMesh | virtual |
| getMeasureField(bool isAbs) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getMeasureFieldOnNode(bool isAbs) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getMeshDimension() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getName() const | MEDCoupling::MEDCouplingMesh | |
| getNodeIdsOfCell(int cellId, std::vector< int > &conn) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getNumberOfCells() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getNumberOfCellsWithType(INTERP_KERNEL::NormalizedCellType type) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getNumberOfNodes() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| GetNumberOfNodesOfGeometricType(INTERP_KERNEL::NormalizedCellType type) | MEDCoupling::MEDCouplingMesh | static |
| getRCValue() const | MEDCoupling::RefCountObjectOnly | |
| GetReprOfGeometricType(INTERP_KERNEL::NormalizedCellType type) | MEDCoupling::MEDCouplingMesh | static |
| getReverseNodalConnectivity(DataArrayInt *revNodal, DataArrayInt *revNodalIndx) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getSpaceDimension() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getTime(int &iteration, int &order) const | MEDCoupling::MEDCouplingMesh | |
| getTimeOfThis() const | MEDCoupling::TimeLabel | |
| getTimeUnit() const | MEDCoupling::MEDCouplingMesh | |
| getTinySerializationInformation(std::vector< double > &tinyInfoD, std::vector< int > &tinyInfo, std::vector< std::string > &littleStrings) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getType() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getTypeOfCell(int cellId) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getVTKDataSetType() const =0 | MEDCoupling::MEDCouplingMesh | protectedpure virtual |
| getVTKFileExtension() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| getVTKFileNameOf(const std::string &fileName) const | MEDCoupling::MEDCouplingMesh | |
| giveCellsWithType(INTERP_KERNEL::NormalizedCellType type) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| incrRef() const | MEDCoupling::RefCountObjectOnly | |
| isEqual(const MEDCouplingMesh *other, double prec) const | MEDCoupling::MEDCouplingMesh | virtual |
| isEqualIfNotWhy(const MEDCouplingMesh *other, double prec, std::string &reason) const | MEDCoupling::MEDCouplingMesh | virtual |
| isEqualWithoutConsideringStr(const MEDCouplingMesh *other, double prec) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| IsLinearGeometricType(INTERP_KERNEL::NormalizedCellType type) | MEDCoupling::MEDCouplingMesh | static |
| isObjectInTheProgeny(const BigMemoryObject *obj) const | MEDCoupling::BigMemoryObject | |
| IsStaticGeometricType(INTERP_KERNEL::NormalizedCellType type) | MEDCoupling::MEDCouplingMesh | static |
| isStructured() const | MEDCoupling::MEDCouplingMesh | |
| MEDCouplingMesh() | MEDCoupling::MEDCouplingMesh | protected |
| MEDCouplingMesh(const MEDCouplingMesh &other) | MEDCoupling::MEDCouplingMesh | protected |
| MergeMeshes(const MEDCouplingMesh *mesh1, const MEDCouplingMesh *mesh2) | MEDCoupling::MEDCouplingMesh | static |
| MergeMeshes(std::vector< const MEDCouplingMesh * > &meshes) | MEDCoupling::MEDCouplingMesh | static |
| mergeMyselfWith(const MEDCouplingMesh *other) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| MEDCoupling::operator=(const RefCountObjectOnly &other) | MEDCoupling::RefCountObjectOnly | |
| MEDCoupling::TimeLabel::operator=(const TimeLabel &other) | MEDCoupling::TimeLabel | |
| RefCountObject() | MEDCoupling::RefCountObject | protected |
| RefCountObject(const RefCountObject &other) | MEDCoupling::RefCountObject | protected |
| RefCountObjectOnly() | MEDCoupling::RefCountObjectOnly | protected |
| RefCountObjectOnly(const RefCountObjectOnly &other) | MEDCoupling::RefCountObjectOnly | protected |
| renumberCells(const int *old2NewBg, bool check=true)=0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| reprQuickOverview(std::ostream &stream) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| resizeForUnserialization(const std::vector< int > &tinyInfo, DataArrayInt *a1, DataArrayDouble *a2, std::vector< std::string > &littleStrings) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| rotate(const double *center, const double *vector, double angle)=0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| scale(const double *point, double factor)=0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| serialize(DataArrayInt *&a1, DataArrayDouble *&a2) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| setDescription(const std::string &descr) | MEDCoupling::MEDCouplingMesh | |
| setName(const std::string &name) | MEDCoupling::MEDCouplingMesh | |
| setTime(double val, int iteration, int order) | MEDCoupling::MEDCouplingMesh | |
| setTimeUnit(const std::string &unit) | MEDCoupling::MEDCouplingMesh | |
| simpleRepr() const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| simplexize(int policy)=0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| splitProfilePerType(const DataArrayInt *profile, std::vector< int > &code, std::vector< DataArrayInt * > &idsInPflPerType, std::vector< DataArrayInt * > &idsPerType) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| TimeLabel() | MEDCoupling::TimeLabel | protected |
| translate(const double *vector)=0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| unserialization(const std::vector< double > &tinyInfoD, const std::vector< int > &tinyInfo, const DataArrayInt *a1, DataArrayDouble *a2, const std::vector< std::string > &littleStrings)=0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| updateTime() const =0 | MEDCoupling::TimeLabel | pure virtual |
| updateTimeWith(const TimeLabel &other) const | MEDCoupling::TimeLabel | protected |
| writeVTK(const std::string &fileName, bool isBinary=true) const | MEDCoupling::MEDCouplingMesh | |
| writeVTKLL(std::ostream &ofs, const std::string &cellData, const std::string &pointData, DataArrayByte *byteData) const =0 | MEDCoupling::MEDCouplingMesh | pure virtual |
| ~BigMemoryObject() | MEDCoupling::BigMemoryObject | virtual |
| ~MEDCouplingMesh() | MEDCoupling::MEDCouplingMesh | protectedvirtual |
| ~RefCountObject() | MEDCoupling::RefCountObject | protectedvirtual |
| ~RefCountObjectOnly() | MEDCoupling::RefCountObjectOnly | protectedvirtual |
| ~TimeLabel() | MEDCoupling::TimeLabel | protectedvirtual |