| _info_on_compo | MEDCoupling::DataArray | protected |
| _mem | MEDCoupling::DataArrayTemplate< int > | protected |
| _name | MEDCoupling::DataArray | protected |
| abs() | MEDCoupling::DataArrayInt | |
| accessToMemArray() | MEDCoupling::DataArrayInt | |
| accessToMemArray() const | MEDCoupling::DataArrayInt | |
| accumulate(int *res) const | MEDCoupling::DataArrayInt | |
| accumulate(int compId) const | MEDCoupling::DataArrayInt | |
| accumulatePerChunck(const int *bgOfIndex, const int *endOfIndex) const | MEDCoupling::DataArrayInt | |
| Add(const DataArrayInt *a1, const DataArrayInt *a2) | MEDCoupling::DataArrayInt | static |
| addEqual(const DataArrayInt *other) | MEDCoupling::DataArrayInt | |
| Aggregate(const DataArrayInt *a1, const DataArrayInt *a2, int offsetA2) | MEDCoupling::DataArrayInt | static |
| Aggregate(const std::vector< const DataArrayInt * > &arr) | MEDCoupling::DataArrayInt | static |
| DataArrayTemplate< int >::Aggregate(const std::vector< const DataArray * > &arrs) | MEDCoupling::DataArray | static |
| aggregate(const DataArrayInt *other) | MEDCoupling::DataArrayInt | |
| AggregateIndexes(const std::vector< const DataArrayInt * > &arrs) | MEDCoupling::DataArrayInt | static |
| alloc(std::size_t nbOfTuple, std::size_t nbOfCompo=1) | MEDCoupling::DataArrayTemplate< int > | virtual |
| allocIfNecessary(int nbOfTuple, int nbOfCompo) | MEDCoupling::DataArrayTemplate< int > | |
| applyDivideBy(int val) | MEDCoupling::DataArrayInt | |
| applyInv(int numerator) | MEDCoupling::DataArrayInt | |
| applyLin(int a, int b, int compoId) | MEDCoupling::DataArrayInt | |
| applyLin(int a, int b) | MEDCoupling::DataArrayInt | |
| applyModulus(int val) | MEDCoupling::DataArrayInt | |
| applyPow(int val) | MEDCoupling::DataArrayInt | |
| applyRModulus(int val) | MEDCoupling::DataArrayInt | |
| applyRPow(int val) | MEDCoupling::DataArrayInt | |
| areInfoEquals(const DataArray &other) const | MEDCoupling::DataArray | |
| areInfoEqualsIfNotWhy(const DataArray &other, std::string &reason) const | MEDCoupling::DataArray | |
| back() const | MEDCoupling::DataArrayTemplate< int > | |
| begin() const | MEDCoupling::DataArrayTemplate< int > | |
| buildComplement(int nbOfElement) const | MEDCoupling::DataArrayInt | |
| buildExplicitArrByRanges(const DataArrayInt *offsets) const | MEDCoupling::DataArrayInt | |
| buildExplicitArrOfSliceOnScaledArr(int begin, int stop, int step) const | MEDCoupling::DataArrayInt | |
| BuildInfoFromVarAndUnit(const std::string &var, const std::string &unit) | MEDCoupling::DataArray | static |
| buildIntersection(const DataArrayInt *other) const | MEDCoupling::DataArrayInt | |
| BuildIntersection(const std::vector< const DataArrayInt * > &arr) | MEDCoupling::DataArrayInt | static |
| BuildListOfSwitchedOff(const std::vector< bool > &v) | MEDCoupling::DataArrayInt | static |
| BuildListOfSwitchedOn(const std::vector< bool > &v) | MEDCoupling::DataArrayInt | static |
| buildNewEmptyInstance() const | MEDCoupling::DataArrayInt | virtual |
| buildPermArrPerLevel() const | MEDCoupling::DataArrayInt | |
| buildPermutationArr(const DataArrayInt &other) const | MEDCoupling::DataArrayInt | |
| buildSubstraction(const DataArrayInt *other) const | MEDCoupling::DataArrayInt | |
| buildSubstractionOptimized(const DataArrayInt *other) const | MEDCoupling::DataArrayInt | |
| BuildUnion(const std::vector< const DataArrayInt * > &arr) | MEDCoupling::DataArrayInt | static |
| buildUnion(const DataArrayInt *other) const | MEDCoupling::DataArrayInt | |
| buildUnique() const | MEDCoupling::DataArrayInt | |
| buildUniqueNotSorted() const | MEDCoupling::DataArrayInt | |
| changeNbOfComponents(int newNbOfComp, intdftValue) const | MEDCoupling::DataArrayTemplate< int > | |
| changeSurjectiveFormat(int targetNb, DataArrayInt *&arr, DataArrayInt *&arrI) const | MEDCoupling::DataArrayInt | |
| changeValue(int oldValue, int newValue) | MEDCoupling::DataArrayInt | |
| checkAllIdsInRange(int vmin, int vmax) const | MEDCoupling::DataArrayInt | |
| checkAllocated() const | MEDCoupling::DataArrayTemplate< int > | virtual |
| CheckAndPreparePermutation(const int *start, const int *end) | MEDCoupling::DataArrayInt | static |
| checkAndPreparePermutation() const | MEDCoupling::DataArrayInt | |
| CheckClosingParInRange(int ref, int value, const std::string &msg) | MEDCoupling::DataArray | protectedstatic |
| checkMonotonic(bool increasing) const | MEDCoupling::DataArrayInt | |
| checkNbOfComps(int nbOfCompo, const std::string &msg) const | MEDCoupling::DataArray | |
| checkNbOfElems(std::size_t nbOfElems, const std::string &msg) const | MEDCoupling::DataArray | |
| checkNbOfTuples(int nbOfTuples, const std::string &msg) const | MEDCoupling::DataArray | |
| checkNbOfTuplesAndComp(const DataArray &other, const std::string &msg) const | MEDCoupling::DataArray | |
| checkNbOfTuplesAndComp(int nbOfTuples, int nbOfCompo, const std::string &msg) const | MEDCoupling::DataArray | |
| checkStrictlyMonotonic(bool increasing) const | MEDCoupling::DataArrayInt | |
| CheckValueInRange(int ref, int value, const std::string &msg) | MEDCoupling::DataArray | protectedstatic |
| CheckValueInRangeEx(int value, int start, int end, const std::string &msg) | MEDCoupling::DataArray | protectedstatic |
| circularPermutation(int nbOfShift=1) | MEDCoupling::DataArrayTemplate< int > | virtual |
| circularPermutationPerTuple(int nbOfShift=1) | MEDCoupling::DataArrayTemplate< int > | virtual |
| computeAbs() const | MEDCoupling::DataArrayInt | |
| computeOffsets() | MEDCoupling::DataArrayInt | |
| computeOffsetsFull() | MEDCoupling::DataArrayInt | |
| ConvertIndexArrayToO2N(int nbOfOldTuples, const int *arr, const int *arrIBg, const int *arrIEnd, int &newNbOfTuples) | MEDCoupling::DataArrayInt | static |
| convertToDblArr() const | MEDCoupling::DataArrayInt | |
| copyPartOfStringInfoFrom(const DataArray &other, const std::vector< int > &compoIds) | MEDCoupling::DataArray | |
| copyPartOfStringInfoFrom2(const std::vector< int > &compoIds, const DataArray &other) | MEDCoupling::DataArray | |
| copyStringInfoFrom(const DataArray &other) | MEDCoupling::DataArray | |
| count(int value) const | MEDCoupling::DataArrayInt | |
| cppRepr(const std::string &varName) const | MEDCoupling::DataArray | |
| DataArray() | MEDCoupling::DataArray | protected |
| declareAsNew() const | MEDCoupling::TimeLabel | |
| decrRef() const | MEDCoupling::RefCountObjectOnly | |
| deepCopy() const | MEDCoupling::DataArrayInt | virtual |
| deepCopyFrom(const DataArrayTemplate< int > &other) | MEDCoupling::DataArrayTemplate< int > | |
| deltaShiftIndex() const | MEDCoupling::DataArrayInt | |
| desallocate() | MEDCoupling::DataArrayTemplate< int > | virtual |
| Divide(const DataArrayInt *a1, const DataArrayInt *a2) | MEDCoupling::DataArrayInt | static |
| divideEqual(const DataArrayInt *other) | MEDCoupling::DataArrayInt | |
| duplicateEachTupleNTimes(int nbTimes) const | MEDCoupling::DataArrayInt | |
| EffectiveCircPerm(int nbOfShift, int nbOfTuples) | MEDCoupling::DataArray | protectedstatic |
| empty() const | MEDCoupling::DataArrayTemplate< int > | |
| end() const | MEDCoupling::DataArrayTemplate< int > | |
| explodeComponents() const | MEDCoupling::DataArrayTemplate< int > | |
| fillWithValue(intval) | MEDCoupling::DataArrayTemplate< int > | |
| fillWithZero() | MEDCoupling::DataArrayInt | |
| findIdFirstEqual(int value) const | MEDCoupling::DataArrayInt | |
| findIdFirstEqual(const std::vector< int > &vals) const | MEDCoupling::DataArrayInt | |
| findIdFirstEqualTuple(const std::vector< int > &tupl) const | MEDCoupling::DataArrayInt | |
| findIdInRangeForEachTuple(const DataArrayInt *ranges) const | MEDCoupling::DataArrayInt | |
| findIdsEqual(int val) const | MEDCoupling::DataArrayInt | |
| findIdsEqualList(const int *valsBg, const int *valsEnd) const | MEDCoupling::DataArrayInt | |
| findIdsEqualTuple(const int *tupleBg, const int *tupleEnd) const | MEDCoupling::DataArrayInt | |
| findIdSequence(const std::vector< int > &vals) const | MEDCoupling::DataArrayInt | |
| findIdsInRange(int vmin, int vmax) const | MEDCoupling::DataArrayInt | |
| findIdsNotEqual(int val) const | MEDCoupling::DataArrayInt | |
| findIdsNotEqualList(const int *valsBg, const int *valsEnd) const | MEDCoupling::DataArrayInt | |
| findIdsNotInRange(int vmin, int vmax) const | MEDCoupling::DataArrayInt | |
| findIdsRangesInListOfIds(const DataArrayInt *listOfIds, DataArrayInt *&rangeIdsFetched, DataArrayInt *&idsInInputListThatFetch) const | MEDCoupling::DataArrayInt | |
| findIdsStricltyNegative() const | MEDCoupling::DataArrayInt | |
| FindPermutationFromFirstToSecond(const DataArrayInt *ids1, const DataArrayInt *ids2) | MEDCoupling::DataArrayInt | static |
| findRangeIdForEachTuple(const DataArrayInt *ranges) const | MEDCoupling::DataArrayInt | |
| finishUnserialization(const std::vector< int > &tinyInfoI, const std::vector< std::string > &tinyInfoS) | MEDCoupling::DataArrayInt | |
| forceTimeOfThis(const TimeLabel &other) const | MEDCoupling::TimeLabel | protected |
| fromNoInterlace() const | MEDCoupling::DataArrayInt | |
| front() const | MEDCoupling::DataArrayTemplate< int > | |
| getAllTheProgeny() const | MEDCoupling::BigMemoryObject | |
| GetAxisTypeRepr(MEDCouplingAxisType at) | MEDCoupling::DataArray | static |
| getConstPointer() const | MEDCoupling::DataArrayTemplate< int > | |
| getDifferentValues() const | MEDCoupling::DataArrayInt | |
| getDirectChildren() const | MEDCoupling::BigMemoryObject | |
| getDirectChildrenWithNull() const | MEDCoupling::DataArray | virtual |
| getHashCode() const | MEDCoupling::DataArrayInt | |
| getHeapMemorySize() const | MEDCoupling::BigMemoryObject | |
| GetHeapMemorySizeOfObjs(const std::vector< const BigMemoryObject * > &objs) | MEDCoupling::BigMemoryObject | static |
| getHeapMemorySizeStr() const | MEDCoupling::BigMemoryObject | |
| getHeapMemorySizeWithoutChildren() const | MEDCoupling::DataArrayTemplate< int > | virtual |
| getIJ(int tupleId, int compoId) const | MEDCoupling::DataArrayTemplate< int > | |
| getIJSafe(int tupleId, int compoId) const | MEDCoupling::DataArrayTemplate< int > | |
| getInfoOnComponent(int i) const | MEDCoupling::DataArray | |
| getInfoOnComponents() const | MEDCoupling::DataArray | |
| getInfoOnComponents() | MEDCoupling::DataArray | |
| getMaxValue(int &tupleId) const | MEDCoupling::DataArrayTemplate< int > | |
| getMaxValueInArray() const | MEDCoupling::DataArrayTemplate< int > | |
| getMinMaxValues(int &minValue, int &maxValue) const | MEDCoupling::DataArrayInt | |
| getMinValue(int &tupleId) const | MEDCoupling::DataArrayTemplate< int > | |
| getMinValueInArray() const | MEDCoupling::DataArrayTemplate< int > | |
| getName() const | MEDCoupling::DataArray | |
| getNbOfElemAllocated() const | MEDCoupling::DataArrayTemplate< int > | virtual |
| getNbOfElems() const | MEDCoupling::DataArrayTemplate< int > | virtual |
| getNumberOfComponents() const | MEDCoupling::DataArray | |
| GetNumberOfItemGivenBES(int begin, int end, int step, const std::string &msg) | MEDCoupling::DataArray | static |
| GetNumberOfItemGivenBESRelative(int begin, int end, int step, const std::string &msg) | MEDCoupling::DataArray | static |
| getNumberOfTuples() const | MEDCoupling::DataArrayTemplate< int > | virtual |
| getPointer() | MEDCoupling::DataArrayTemplate< int > | |
| GetPosOfItemGivenBESRelativeNoThrow(int value, int begin, int end, int step) | MEDCoupling::DataArray | static |
| getRCValue() const | MEDCoupling::RefCountObjectOnly | |
| GetSlice(int start, int stop, int step, int sliceId, int nbOfSlices, int &startSlice, int &stopSlice) | MEDCoupling::DataArray | static |
| getTimeOfThis() const | MEDCoupling::TimeLabel | |
| getTinySerializationIntInformation(std::vector< int > &tinyInfo) const | MEDCoupling::DataArrayInt | |
| getTinySerializationStrInformation(std::vector< std::string > &tinyInfo) const | MEDCoupling::DataArrayInt | |
| getTuple(int tupleId, int *res) const | MEDCoupling::DataArrayInt | |
| GetUnitFromInfo(const std::string &info) | MEDCoupling::DataArray | static |
| getUnitOnComponent(int i) const | MEDCoupling::DataArray | |
| getUnitsOnComponent() const | MEDCoupling::DataArray | |
| GetVarNameFromInfo(const std::string &info) | MEDCoupling::DataArray | static |
| getVarOnComponent(int i) const | MEDCoupling::DataArray | |
| getVarsOnComponent() const | MEDCoupling::DataArray | |
| getVoidStarPointer() | MEDCoupling::DataArrayTemplate< int > | virtual |
| hasUniqueValues() const | MEDCoupling::DataArrayInt | |
| incrRef() const | MEDCoupling::RefCountObjectOnly | |
| indicesOfSubPart(const DataArrayInt &partOfThis) const | MEDCoupling::DataArrayInt | |
| insertAtTheEnd(InputIterator first, InputIterator last) | MEDCoupling::DataArrayInt | |
| intValue() const | MEDCoupling::DataArrayInt | |
| invertArrayN2O2O2N(int oldNbOfElem) const | MEDCoupling::DataArrayInt | |
| invertArrayO2N2N2O(int newNbOfElem) const | MEDCoupling::DataArrayInt | |
| invertArrayO2N2N2OBis(int newNbOfElem) const | MEDCoupling::DataArrayInt | |
| iota(int init=0) | MEDCoupling::DataArrayInt | |
| isAllocated() const | MEDCoupling::DataArrayTemplate< int > | virtual |
| isEqual(const DataArrayInt &other) const | MEDCoupling::DataArrayInt | |
| isEqualIfNotWhy(const DataArrayInt &other, std::string &reason) const | MEDCoupling::DataArrayInt | |
| isEqualWithoutConsideringStr(const DataArrayInt &other) const | MEDCoupling::DataArrayInt | |
| isEqualWithoutConsideringStrAndOrder(const DataArrayInt &other) const | MEDCoupling::DataArrayInt | |
| isFittingWith(const std::vector< bool > &v) const | MEDCoupling::DataArrayInt | |
| isIota(int sizeExpected) const | MEDCoupling::DataArrayInt | |
| isMonotonic(bool increasing) const | MEDCoupling::DataArrayInt | |
| isObjectInTheProgeny(const BigMemoryObject *obj) const | MEDCoupling::BigMemoryObject | |
| isRange(int &strt, int &sttoopp, int &stteepp) const | MEDCoupling::DataArrayInt | |
| isStrictlyMonotonic(bool increasing) const | MEDCoupling::DataArrayInt | |
| isUniform(int val) const | MEDCoupling::DataArrayInt | |
| iterator() | MEDCoupling::DataArrayInt | |
| keepSelectedComponents(const std::vector< int > &compoIds) const | MEDCoupling::DataArrayInt | virtual |
| MakePartition(const std::vector< const DataArrayInt * > &groups, int newNb, std::vector< std::vector< int > > &fidsOfGroups) | MEDCoupling::DataArrayInt | static |
| Meld(const DataArrayInt *a1, const DataArrayInt *a2) | MEDCoupling::DataArrayInt | static |
| Meld(const std::vector< const DataArrayInt * > &arr) | MEDCoupling::DataArrayInt | static |
| meldWith(const DataArrayInt *other) | MEDCoupling::DataArrayInt | |
| Modulus(const DataArrayInt *a1, const DataArrayInt *a2) | MEDCoupling::DataArrayInt | static |
| modulusEqual(const DataArrayInt *other) | MEDCoupling::DataArrayInt | |
| Multiply(const DataArrayInt *a1, const DataArrayInt *a2) | MEDCoupling::DataArrayInt | static |
| multiplyEqual(const DataArrayInt *other) | MEDCoupling::DataArrayInt | |
| myKeepSelectedComponents(const std::vector< int > &compoIds) const | MEDCoupling::DataArrayTemplate< int > | protected |
| mySelectByTupleId(const int *new2OldBg, const int *new2OldEnd) const | MEDCoupling::DataArrayTemplate< int > | protected |
| mySelectByTupleId(const DataArrayInt &di) const | MEDCoupling::DataArrayTemplate< int > | protected |
| mySelectByTupleIdSafe(const int *new2OldBg, const int *new2OldEnd) const | MEDCoupling::DataArrayTemplate< int > | protected |
| mySelectByTupleIdSafeSlice(int bg, int end2, int step) const | MEDCoupling::DataArrayTemplate< int > | protected |
| mySelectByTupleRanges(const std::vector< std::pair< int, int > > &ranges) const | MEDCoupling::DataArrayTemplate< int > | protected |
| negate() const | MEDCoupling::DataArrayInt | |
| New() | MEDCoupling::DataArrayInt | static |
| NewFromStdVector(const typename std::vector< int > &v) | MEDCoupling::DataArrayTemplate< int > | static |
| MEDCoupling::operator=(const RefCountObjectOnly &other) | MEDCoupling::RefCountObjectOnly | |
| MEDCoupling::TimeLabel::operator=(const TimeLabel &other) | MEDCoupling::TimeLabel | |
| pack() const | MEDCoupling::DataArrayTemplate< int > | |
| partitionByDifferentValues(std::vector< int > &differentIds) const | MEDCoupling::DataArrayInt | |
| performCopyOrIncrRef(bool deepCopy) const | MEDCoupling::DataArrayInt | |
| popBackSilent() | MEDCoupling::DataArrayTemplate< int > | |
| Pow(const DataArrayInt *a1, const DataArrayInt *a2) | MEDCoupling::DataArrayInt | static |
| powEqual(const DataArrayInt *other) | MEDCoupling::DataArrayInt | |
| presenceOfTuple(const std::vector< int > &tupl) const | MEDCoupling::DataArrayInt | |
| presenceOfValue(int value) const | MEDCoupling::DataArrayInt | |
| presenceOfValue(const std::vector< int > &vals) const | MEDCoupling::DataArrayInt | |
| pushBackSilent(intval) | MEDCoupling::DataArrayTemplate< int > | |
| pushBackValsSilent(const int *valsBg, const int *valsEnd) | MEDCoupling::DataArrayTemplate< int > | |
| PutIntoToSkylineFrmt(const std::vector< std::vector< int > > &v, DataArrayInt *&data, DataArrayInt *&dataIndex) | MEDCoupling::DataArrayInt | static |
| Range(int begin, int end, int step) | MEDCoupling::DataArrayInt | static |
| reAlloc(std::size_t newNbOfTuple) | MEDCoupling::DataArrayTemplate< int > | virtual |
| rearrange(int newNbOfCompo) | MEDCoupling::DataArrayTemplate< int > | virtual |
| RefCountObject() | MEDCoupling::RefCountObject | protected |
| RefCountObject(const RefCountObject &other) | MEDCoupling::RefCountObject | protected |
| RefCountObjectOnly() | MEDCoupling::RefCountObjectOnly | protected |
| RefCountObjectOnly(const RefCountObjectOnly &other) | MEDCoupling::RefCountObjectOnly | protected |
| renumber(const int *old2New) const | MEDCoupling::DataArrayTemplate< int > | |
| renumberAndReduce(const int *old2New, int newNbOfTuple) const | MEDCoupling::DataArrayTemplate< int > | |
| renumberInPlace(const int *old2New) | MEDCoupling::DataArrayTemplate< int > | virtual |
| renumberInPlaceR(const int *new2Old) | MEDCoupling::DataArrayTemplate< int > | virtual |
| renumberR(const int *new2Old) const | MEDCoupling::DataArrayTemplate< int > | |
| repr() const | MEDCoupling::DataArrayInt | |
| reprCppStream(const std::string &varName, std::ostream &stream) const | MEDCoupling::DataArrayInt | virtual |
| reprNotTooLong() const | MEDCoupling::DataArrayInt | |
| reprNotTooLongStream(std::ostream &stream) const | MEDCoupling::DataArrayInt | |
| reprNotTooLongWithoutNameStream(std::ostream &stream) const | MEDCoupling::DataArrayInt | |
| reprQuickOverview(std::ostream &stream) const | MEDCoupling::DataArrayInt | virtual |
| reprQuickOverviewData(std::ostream &stream, std::size_t maxNbOfByteInRepr) const | MEDCoupling::DataArrayInt | virtual |
| reprStream(std::ostream &stream) const | MEDCoupling::DataArrayInt | virtual |
| reprWithoutNameStream(std::ostream &stream) const | MEDCoupling::DataArrayInt | virtual |
| reprZip() const | MEDCoupling::DataArrayInt | |
| reprZipStream(std::ostream &stream) const | MEDCoupling::DataArrayInt | virtual |
| reprZipWithoutNameStream(std::ostream &stream) const | MEDCoupling::DataArrayInt | virtual |
| reserve(std::size_t nbOfElems) | MEDCoupling::DataArrayTemplate< int > | |
| resizeForUnserialization(const std::vector< int > &tinyInfoI) | MEDCoupling::DataArrayInt | |
| reverse() | MEDCoupling::DataArrayTemplate< int > | |
| reversePerTuple() | MEDCoupling::DataArrayTemplate< int > | virtual |
| selectByTupleId(const int *new2OldBg, const int *new2OldEnd) const | MEDCoupling::DataArrayInt | virtual |
| selectByTupleId(const DataArrayInt &di) const | MEDCoupling::DataArrayInt | |
| selectByTupleIdSafe(const int *new2OldBg, const int *new2OldEnd) const | MEDCoupling::DataArrayInt | virtual |
| selectByTupleIdSafeSlice(int bg, int end2, int step) const | MEDCoupling::DataArrayInt | virtual |
| selectByTupleRanges(const std::vector< std::pair< int, int > > &ranges) const | MEDCoupling::DataArrayInt | virtual |
| selectPartDef(const PartDefinition *pd) const | MEDCoupling::DataArrayTemplate< int > | |
| SetArrayIn(DataArrayInt *newArray, DataArrayInt *&arrayToSet) | MEDCoupling::DataArrayInt | static |
| setContigPartOfSelectedValues(int tupleIdStart, const DataArray *aBase, const DataArrayInt *tuplesSelec) | MEDCoupling::DataArrayTemplate< int > | virtual |
| setContigPartOfSelectedValuesSlice(int tupleIdStart, const DataArray *aBase, int bg, int end2, int step) | MEDCoupling::DataArrayTemplate< int > | virtual |
| setIJ(int tupleId, int compoId, intnewVal) | MEDCoupling::DataArrayTemplate< int > | |
| setIJSilent(int tupleId, int compoId, intnewVal) | MEDCoupling::DataArrayTemplate< int > | |
| setInfoAndChangeNbOfCompo(const std::vector< std::string > &info) | MEDCoupling::DataArray | |
| setInfoOnComponent(int i, const std::string &info) | MEDCoupling::DataArray | |
| setInfoOnComponents(const std::vector< std::string > &info) | MEDCoupling::DataArray | |
| setName(const std::string &name) | MEDCoupling::DataArray | |
| setPartOfValues1(const typename Traits< int >::ArrayType *a, int bgTuples, int endTuples, int stepTuples, int bgComp, int endComp, int stepComp, bool strictCompoCompare=true) | MEDCoupling::DataArrayTemplate< int > | |
| setPartOfValues2(const typename Traits< int >::ArrayType *a, const int *bgTuples, const int *endTuples, const int *bgComp, const int *endComp, bool strictCompoCompare=true) | MEDCoupling::DataArrayTemplate< int > | |
| setPartOfValues3(const typename Traits< int >::ArrayType *a, const int *bgTuples, const int *endTuples, int bgComp, int endComp, int stepComp, bool strictCompoCompare=true) | MEDCoupling::DataArrayTemplate< int > | |
| setPartOfValues4(const typename Traits< int >::ArrayType *a, int bgTuples, int endTuples, int stepTuples, const int *bgComp, const int *endComp, bool strictCompoCompare=true) | MEDCoupling::DataArrayTemplate< int > | |
| setPartOfValuesAdv(const typename Traits< int >::ArrayType *a, const DataArrayInt *tuplesSelec) | MEDCoupling::DataArrayTemplate< int > | |
| setPartOfValuesBase3(const DataArray *aBase, const int *bgTuples, const int *endTuples, int bgComp, int endComp, int stepComp, bool strictCompoCompare=true) | MEDCoupling::DataArray | |
| setPartOfValuesSimple1(inta, int bgTuples, int endTuples, int stepTuples, int bgComp, int endComp, int stepComp) | MEDCoupling::DataArrayTemplate< int > | |
| setPartOfValuesSimple2(inta, const int *bgTuples, const int *endTuples, const int *bgComp, const int *endComp) | MEDCoupling::DataArrayTemplate< int > | |
| setPartOfValuesSimple3(inta, const int *bgTuples, const int *endTuples, int bgComp, int endComp, int stepComp) | MEDCoupling::DataArrayTemplate< int > | |
| setPartOfValuesSimple4(inta, int bgTuples, int endTuples, int stepTuples, const int *bgComp, const int *endComp) | MEDCoupling::DataArrayTemplate< int > | |
| setSelectedComponents(const DataArrayInt *a, const std::vector< int > &compoIds) | MEDCoupling::DataArrayInt | |
| sort(bool asc=true) | MEDCoupling::DataArrayTemplate< int > | |
| sortEachPairToMakeALinkedList() | MEDCoupling::DataArrayInt | |
| splitByValueRange(const int *arrBg, const int *arrEnd, DataArrayInt *&castArr, DataArrayInt *&rankInsideCast, DataArrayInt *&castsPresent) const | MEDCoupling::DataArrayInt | |
| splitInBalancedSlices(int nbOfSlices) const | MEDCoupling::DataArrayInt | |
| subArray(int tupleIdBg, int tupleIdEnd=-1) const | MEDCoupling::DataArrayTemplate< int > | |
| Substract(const DataArrayInt *a1, const DataArrayInt *a2) | MEDCoupling::DataArrayInt | static |
| substractEqual(const DataArrayInt *other) | MEDCoupling::DataArrayInt | |
| sumPerTuple() const | MEDCoupling::DataArrayInt | |
| switchOnTupleEqualTo(int val, std::vector< bool > &vec) const | MEDCoupling::DataArrayInt | |
| switchOnTupleNotEqualTo(int val, std::vector< bool > &vec) const | MEDCoupling::DataArrayInt | |
| TimeLabel() | MEDCoupling::TimeLabel | protected |
| toNoInterlace() const | MEDCoupling::DataArrayInt | |
| transformWithIndArr(const int *indArrBg, const int *indArrEnd) | MEDCoupling::DataArrayInt | |
| transformWithIndArrR(const int *indArrBg, const int *indArrEnd) const | MEDCoupling::DataArrayInt | |
| transpose() | MEDCoupling::DataArrayTemplate< int > | |
| updateTime() const | MEDCoupling::DataArrayInt | virtual |
| updateTimeWith(const TimeLabel &other) const | MEDCoupling::TimeLabel | protected |
| useArray(const int *array, bool ownership, DeallocType type, int nbOfTuple, int nbOfCompo) | MEDCoupling::DataArrayTemplate< int > | |
| useExternalArrayWithRWAccess(const int *array, int nbOfTuple, int nbOfCompo) | MEDCoupling::DataArrayTemplate< int > | |
| writeOnPlace(std::size_t id, int element0, const int *others, int sizeOfOthers) | MEDCoupling::DataArrayInt | |
| writeVTK(std::ostream &ofs, int indent, const std::string &type, const std::string &nameInFile, DataArrayByte *byteArr) const | MEDCoupling::DataArrayInt | |
| ~BigMemoryObject() | MEDCoupling::BigMemoryObject | virtual |
| ~DataArray() | MEDCoupling::DataArray | protected |
| ~RefCountObject() | MEDCoupling::RefCountObject | protectedvirtual |
| ~RefCountObjectOnly() | MEDCoupling::RefCountObjectOnly | protectedvirtual |
| ~TimeLabel() | MEDCoupling::TimeLabel | protectedvirtual |