Fesapi 2.10.1.0
This project provides C++ classes which allow an easy access in import and export to the Energistics standards.
Loading...
Searching...
No Matches
resqml2::DiscreteProperty Class Referenceabstract

Proxy class for a discrete property. Such property contains discrete integer values; typically used to store any type of index. So that the value range can be known before accessing all values, it also optionally stores the minimum and maximum value in the range. More...

#include <DiscreteProperty.h>

Inheritance diagram for resqml2::DiscreteProperty:
resqml2::AbstractValuesProperty resqml2::AbstractProperty common::AbstractObject resqml2_0_1::DiscreteProperty resqml2_2::DiscreteProperty

Public Member Functions

virtual ~DiscreteProperty ()=default
 
void pushBackInt64Hdf5Array1dOfValues (const int64_t *values, uint64_t valueCount, eml2::AbstractHdfProxy *proxy, int64_t nullValue, int64_t minimumValue, int64_t maximumValue)
 Adds a 1d array of explicit int 64 bits values to the property values.
 
void pushBackInt32Hdf5Array1dOfValues (const int *values, uint64_t valueCount, eml2::AbstractHdfProxy *proxy, int nullValue, int minimumValue, int maximumValue)
 
void pushBackInt16Hdf5Array1dOfValues (const short *values, uint64_t valueCount, eml2::AbstractHdfProxy *proxy, short nullValue, short minimumValue, short maximumValue)
 
void pushBackInt8Hdf5Array1dOfValues (const int8_t *values, uint64_t valueCount, eml2::AbstractHdfProxy *proxy, int8_t nullValue, int8_t minimumValue, int8_t maximumValue)
 
void pushBackInt64Hdf5Array2dOfValues (const int64_t *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, int64_t nullValue, int64_t minimumValue, int64_t maximumValue)
 Adds a 2d array of explicit int 64 bits values to the property values.
 
void pushBackInt32Hdf5Array2dOfValues (const int *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, int nullValue, int minimumValue, int maximumValue)
 
void pushBackInt16Hdf5Array2dOfValues (const short *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, short nullValue, short minimumValue, short maximumValue)
 
void pushBackUInt16Hdf5Array2dOfValues (const unsigned short *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, unsigned short nullValue, unsigned short minimumValue, unsigned short maximumValue)
 
void pushBackInt8Hdf5Array2dOfValues (const int8_t *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, int8_t nullValue, int8_t minimumValue, int8_t maximumValue)
 
void pushBackInt64Hdf5Array3dOfValues (const int64_t *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, int64_t nullValue, int64_t minimumValue, int64_t maximumValue)
 Adds a 3d array of explicit int 64 bits values to the property values.
 
void pushBackInt32Hdf5Array3dOfValues (const int *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, int nullValue, int minimumValue, int maximumValue)
 
void pushBackInt16Hdf5Array3dOfValues (const short *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, short nullValue, short minimumValue, short maximumValue)
 
void pushBackUInt16Hdf5Array3dOfValues (const unsigned short *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, unsigned short nullValue, unsigned short minimumValue, unsigned short maximumValue)
 
void pushBackInt8Hdf5Array3dOfValues (const int8_t *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, int8_t nullValue, int8_t minimumValue, int8_t maximumValue)
 
void pushBackInt64Hdf5ArrayOfValues (const int64_t *values, const uint64_t *numValues, unsigned int numDimensionsInArray, eml2::AbstractHdfProxy *proxy, int64_t nullValue) final
 Adds an nd array of explicit int 64 bits values to the property values.
 
void pushBackInt32Hdf5ArrayOfValues (const int *values, const uint64_t *numValues, unsigned int numDimensionsInArray, eml2::AbstractHdfProxy *proxy, int nullValue) final
 
void pushBackInt16Hdf5ArrayOfValues (const short *values, const uint64_t *numValues, unsigned int numDimensionsInArray, eml2::AbstractHdfProxy *proxy, short nullValue) final
 
void pushBackUInt16Hdf5ArrayOfValues (const unsigned short *values, const uint64_t *numValues, unsigned int numDimensionsInArray, eml2::AbstractHdfProxy *proxy, unsigned short nullValue) final
 
void pushBackInt8Hdf5ArrayOfValues (const int8_t *values, const uint64_t *numValues, unsigned int numDimensionsInArray, eml2::AbstractHdfProxy *proxy, int8_t nullValue) final
 
void pushBackInt64Hdf5ArrayOfValues (const int64_t *values, const uint64_t *numValues, unsigned int numDimensionsInArray, eml2::AbstractHdfProxy *proxy, int64_t nullValue, int64_t minimumValue, int64_t maximumValue)
 Adds an nd array of explicit int 64 bits values to the property values.
 
void pushBackInt32Hdf5ArrayOfValues (const int *values, const uint64_t *numValues, unsigned int numDimensionsInArray, eml2::AbstractHdfProxy *proxy, int nullValue, int minimumValue, int maximumValue)
 
void pushBackInt16Hdf5ArrayOfValues (const short *values, const uint64_t *numValues, unsigned int numDimensionsInArray, eml2::AbstractHdfProxy *proxy, short nullValue, short minimumValue, short maximumValue)
 
void pushBackUInt16Hdf5ArrayOfValues (const unsigned short *values, const uint64_t *numValues, unsigned int numDimensionsInArray, eml2::AbstractHdfProxy *proxy, unsigned short nullValue, unsigned short minimumValue, unsigned short maximumValue)
 
void pushBackInt8Hdf5ArrayOfValues (const int8_t *values, const uint64_t *numValues, unsigned int numDimensionsInArray, eml2::AbstractHdfProxy *proxy, int8_t nullValue, int8_t minimumValue, int8_t maximumValue)
 
virtual std::string pushBackRefToExistingIntegerDataset (eml2::AbstractHdfProxy *proxy, const std::string &datasetName, int64_t nullValue, int64_t minimumValue, int64_t maximumValue)=0
 
void pushBackHdf5ArrayOfValues (common::AbstractObject::numericalDatatypeEnum datatype, const uint64_t *numValues, unsigned int numArrayDimensions, int64_t *minimumValue, int64_t *maximumValue, int64_t nullValue=(std::numeric_limits< int64_t >::max)(), eml2::AbstractHdfProxy *proxy=nullptr)
 
void pushBackHdf5Array1dOfValues (common::AbstractObject::numericalDatatypeEnum datatype, uint64_t valueCount, int64_t minimumValue, int64_t maximumValue, int64_t nullValue=(std::numeric_limits< int64_t >::max)(), eml2::AbstractHdfProxy *proxy=nullptr)
 
void pushBackHdf5Array2dOfValues (common::AbstractObject::numericalDatatypeEnum datatype, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, int64_t minimumValue, int64_t maximumValue, int64_t nullValue=(std::numeric_limits< int64_t >::max)(), eml2::AbstractHdfProxy *proxy=nullptr)
 
void pushBackHdf5Array3dOfValues (common::AbstractObject::numericalDatatypeEnum datatype, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, int64_t minimumValue, int64_t maximumValue, int64_t nullValue=(std::numeric_limits< int64_t >::max)(), eml2::AbstractHdfProxy *proxy=nullptr)
 
void setValuesOfInt64Hdf5Array3dOfValues (int64_t *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInMiddleDim, uint64_t offsetInSlowestDim, bool computeMinMax, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt32Hdf5Array3dOfValues (int32_t *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInMiddleDim, uint64_t offsetInSlowestDim, bool computeMinMax, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt64Hdf5ArrayOfValues (int64_t *values, uint64_t const *numValues, uint64_t const *offsetValues, unsigned int numArrayDimensions, bool computeMinMax, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt32Hdf5ArrayOfValues (int32_t *values, uint64_t const *numValues, uint64_t const *offsetValues, unsigned int numArrayDimensions, bool computeMinMax, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
virtual int64_t getNullValue (uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)()) const =0
 Gets the null value in this discrete property.
 
virtual bool hasMinimumValue (uint64_t index=0) const =0
 Checks if a non vector property or a given value of a vector property has got a minimum value already computed (or set).
 
virtual int64_t getMinimumValue (uint64_t index=0) const =0
 Gets the minimum value of a non vector property or the minimum value of one given value of a vector property. This minimum value is read (it is not computed).
 
virtual bool hasMaximumValue (uint64_t index=0) const =0
 Checks if a non vector property or a given value of a vector property has got a maximum value already computed (or set).
 
virtual int64_t getMaximumValue (uint64_t index=0) const =0
 Gets the maximum value of a non vector property or the maximum value of one given value of a vector property. This maximum value is read (it is not computed).
 
virtual void setMinimumValue (int64_t value, uint64_t index=0) const =0
 Sets the minimum value of a non vector property or the minimum value of one given value of a vector property.
 
virtual void setMaximumValue (int64_t value, uint64_t index=0) const =0
 Sets the maximum value of a non vector property or the maximum value of one given value of a vector property.
 
virtual std::string getXmlTag () const final
 
void pushBackInt64Hdf5Array1dOfValues (const int64_t *values, uint64_t valueCount, eml2::AbstractHdfProxy *proxy, int64_t nullValue)
 Adds a 1d array of explicit int values to the property values.
 
void pushBackInt32Hdf5Array1dOfValues (const int *values, uint64_t valueCount, eml2::AbstractHdfProxy *proxy, int nullValue)
 
void pushBackInt16Hdf5Array1dOfValues (const short *values, uint64_t valueCount, eml2::AbstractHdfProxy *proxy, short nullValue)
 
void pushBackInt8Hdf5Array1dOfValues (const int8_t *values, uint64_t valueCount, eml2::AbstractHdfProxy *proxy, int8_t nullValue)
 
void pushBackInt64Hdf5Array2dOfValues (const int64_t *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, int64_t nullValue)
 Adds a 2d array of explicit int values to the property values.
 
void pushBackInt32Hdf5Array2dOfValues (const int *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, int nullValue)
 
void pushBackInt16Hdf5Array2dOfValues (const short *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, short nullValue)
 
void pushBackUInt16Hdf5Array2dOfValues (const unsigned short *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, unsigned short nullValue)
 
void pushBackInt8Hdf5Array2dOfValues (const int8_t *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, int8_t nullValue)
 
void pushBackInt64Hdf5Array3dOfValues (const int64_t *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, int64_t nullValue)
 Adds a 3d array of explicit int values to the property values.
 
void pushBackInt32Hdf5Array3dOfValues (const int *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, int nullValue)
 
void pushBackInt16Hdf5Array3dOfValues (const short *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, short nullValue)
 
void pushBackUInt16Hdf5Array3dOfValues (const unsigned short *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, unsigned short nullValue)
 
void pushBackInt8Hdf5Array3dOfValues (const int8_t *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, int8_t nullValue)
 
virtual std::string pushBackRefToExistingIntegerDataset (eml2::AbstractHdfProxy *hdfProxy, const std::string &dataset="", int64_t nullValue=(std::numeric_limits< int64_t >::max)())
 
void pushBackHdf5ArrayOfValues (common::AbstractObject::numericalDatatypeEnum datatype, uint64_t const *numValues, unsigned int numArrayDimensions, int64_t nullValue=(std::numeric_limits< int64_t >::max)(), eml2::AbstractHdfProxy *proxy=nullptr)
 
void pushBackHdf5Array1dOfValues (common::AbstractObject::numericalDatatypeEnum datatype, uint64_t valueCount, int64_t nullValue=(std::numeric_limits< int64_t >::max)(), eml2::AbstractHdfProxy *proxy=nullptr)
 
void pushBackHdf5Array2dOfValues (common::AbstractObject::numericalDatatypeEnum datatype, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, int64_t nullValue=(std::numeric_limits< int64_t >::max)(), eml2::AbstractHdfProxy *proxy=nullptr)
 
void pushBackHdf5Array3dOfValues (common::AbstractObject::numericalDatatypeEnum datatype, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, int64_t nullValue=(std::numeric_limits< int64_t >::max)(), eml2::AbstractHdfProxy *proxy=nullptr)
 
void setValuesOfInt64Hdf5Array3dOfValues (int64_t const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInMiddleDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt32Hdf5Array3dOfValues (int32_t const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInMiddleDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt64Hdf5ArrayOfValues (int64_t const *values, uint64_t const *numValues, uint64_t const *offsetValues, unsigned int numArrayDimensions, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt32Hdf5ArrayOfValues (int32_t const *values, uint64_t const *numValues, uint64_t const *offsetValues, unsigned int numArrayDimensions, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
- Public Member Functions inherited from resqml2::AbstractValuesProperty
virtual ~AbstractValuesProperty ()=default
 
uint64_t getPatchCount () const final
 
common::AbstractObject::numericalDatatypeEnum getValuesHdfDatatype () const final
 
uint64_t getValuesCountOfDimensionOfPatch (uint64_t dimIndex, uint64_t patchIndex) const final
 
uint64_t getDimensionsCountOfPatch (uint64_t patchIndex) const final
 
void pushBackFacet (gsoap_eml2_3::eml23__FacetKind facet, const std::string &facetValue)
 
uint64_t getFacetCount () const
 
gsoap_eml2_3::eml23__FacetKind getFacetKind (uint64_t index) const
 
std::string getFacetValue (uint64_t index) const
 
void pushBackIntegerConstantArrayOfValues (int64_t value, uint64_t valueCount)
 Adds an array constant integer values to the property values.
 
void pushBackInt64Hdf5Array1dOfValues (const int64_t *values, uint64_t valueCount, eml2::AbstractHdfProxy *proxy, int64_t nullValue)
 Adds a 1d array of explicit int values to the property values.
 
void pushBackInt32Hdf5Array1dOfValues (const int *values, uint64_t valueCount, eml2::AbstractHdfProxy *proxy, int nullValue)
 
void pushBackInt16Hdf5Array1dOfValues (const short *values, uint64_t valueCount, eml2::AbstractHdfProxy *proxy, short nullValue)
 
void pushBackInt8Hdf5Array1dOfValues (const int8_t *values, uint64_t valueCount, eml2::AbstractHdfProxy *proxy, int8_t nullValue)
 
void pushBackInt64Hdf5Array2dOfValues (const int64_t *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, int64_t nullValue)
 Adds a 2d array of explicit int values to the property values.
 
void pushBackInt32Hdf5Array2dOfValues (const int *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, int nullValue)
 
void pushBackInt16Hdf5Array2dOfValues (const short *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, short nullValue)
 
void pushBackUInt16Hdf5Array2dOfValues (const unsigned short *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, unsigned short nullValue)
 
void pushBackInt8Hdf5Array2dOfValues (const int8_t *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, int8_t nullValue)
 
void pushBackInt64Hdf5Array3dOfValues (const int64_t *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, int64_t nullValue)
 Adds a 3d array of explicit int values to the property values.
 
void pushBackInt32Hdf5Array3dOfValues (const int *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, int nullValue)
 
void pushBackInt16Hdf5Array3dOfValues (const short *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, short nullValue)
 
void pushBackUInt16Hdf5Array3dOfValues (const unsigned short *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, unsigned short nullValue)
 
void pushBackInt8Hdf5Array3dOfValues (const int8_t *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy, int8_t nullValue)
 
bool hasConstantValues (uint64_t patchIndex) const
 
int64_t getInt64ConstantValuesOfPatch (uint64_t patchIndex) const
 
double getDoubleConstantValuesOfPatch (uint64_t patchIndex) const
 
int64_t getNullValueOfPatch (uint64_t patchIndex) const
 
int64_t getInt64ValuesOfPatch (uint64_t patchIndex, int64_t *values) const
 
uint64_t getUInt64ValuesOfPatch (uint64_t patchIndex, uint64_t *values) const
 
int32_t getInt32ValuesOfPatch (uint64_t patchIndex, int32_t *values) const
 
uint32_t getUInt32ValuesOfPatch (uint64_t patchIndex, uint32_t *values) const
 
int16_t getInt16ValuesOfPatch (uint64_t patchIndex, int16_t *values) const
 
uint16_t getUInt16ValuesOfPatch (uint64_t patchIndex, uint16_t *values) const
 
int8_t getInt8ValuesOfPatch (uint64_t patchIndex, int8_t *values) const
 
uint8_t getUInt8ValuesOfPatch (uint64_t patchIndex, uint8_t *values) const
 
void pushBackHdf5ArrayOfValues (common::AbstractObject::numericalDatatypeEnum datatype, uint64_t const *numValues, unsigned int numArrayDimensions, int64_t nullValue=(std::numeric_limits< int64_t >::max)(), eml2::AbstractHdfProxy *proxy=nullptr)
 
void pushBackHdf5Array1dOfValues (common::AbstractObject::numericalDatatypeEnum datatype, uint64_t valueCount, int64_t nullValue=(std::numeric_limits< int64_t >::max)(), eml2::AbstractHdfProxy *proxy=nullptr)
 
void pushBackHdf5Array2dOfValues (common::AbstractObject::numericalDatatypeEnum datatype, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, int64_t nullValue=(std::numeric_limits< int64_t >::max)(), eml2::AbstractHdfProxy *proxy=nullptr)
 
void pushBackHdf5Array3dOfValues (common::AbstractObject::numericalDatatypeEnum datatype, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, int64_t nullValue=(std::numeric_limits< int64_t >::max)(), eml2::AbstractHdfProxy *proxy=nullptr)
 
void setValuesOfInt64Hdf5ArrayOfValues (int64_t const *values, uint64_t const *numValues, uint64_t const *offsetValues, unsigned int numArrayDimensions, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfUInt64Hdf5ArrayOfValues (uint64_t const *values, uint64_t const *numValues, uint64_t const *offsetValues, unsigned int numArrayDimensions, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt32Hdf5ArrayOfValues (int32_t const *values, uint64_t const *numValues, uint64_t const *offsetValues, unsigned int numArrayDimensions, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfUInt32Hdf5ArrayOfValues (uint32_t const *values, uint64_t const *numValues, uint64_t const *offsetValues, unsigned int numArrayDimensions, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt16Hdf5ArrayOfValues (int16_t const *values, uint64_t const *numValues, uint64_t const *offsetValues, unsigned int numArrayDimensions, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfUInt16Hdf5ArrayOfValues (uint16_t const *values, uint64_t const *numValues, uint64_t const *offsetValues, unsigned int numArrayDimensions, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt8Hdf5ArrayOfValues (int8_t const *values, uint64_t const *numValues, uint64_t const *offsetValues, unsigned int numArrayDimensions, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfUInt8Hdf5ArrayOfValues (uint8_t const *values, uint64_t const *numValues, uint64_t const *offsetValues, unsigned int numArrayDimensions, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfDoubleHdf5ArrayOfValues (double const *values, uint64_t const *numValues, uint64_t const *offsetValues, unsigned int numArrayDimensions, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfFloatHdf5ArrayOfValues (float const *values, uint64_t const *numValues, uint64_t const *offsetValues, unsigned int numArrayDimensions, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt64Hdf5Array1dOfValues (int64_t const *values, uint64_t valueCount, uint64_t offset, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfUInt64Hdf5Array1dOfValues (uint64_t const *values, uint64_t valueCount, uint64_t offset, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt32Hdf5Array1dOfValues (int32_t const *values, uint64_t valueCount, uint64_t offset, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfUInt32Hdf5Array1dOfValues (uint32_t const *values, uint64_t valueCount, uint64_t offset, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt16Hdf5Array1dOfValues (int16_t const *values, uint64_t valueCount, uint64_t offset, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfUInt16Hdf5Array1dOfValues (uint16_t const *values, uint64_t valueCount, uint64_t offset, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt8Hdf5Array1dOfValues (int8_t const *values, uint64_t valueCount, uint64_t offset, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfUInt8Hdf5Array1dOfValues (uint8_t const *values, uint64_t valueCount, uint64_t offset, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfDoubleHdf5Array1dOfValues (double const *values, uint64_t valueCount, uint64_t offset, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfFloatHdf5Array1dOfValues (float const *values, uint64_t valueCount, uint64_t offset, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt64Hdf5Array2dOfValues (int64_t const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfUInt64Hdf5Array2dOfValues (uint64_t const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt32Hdf5Array2dOfValues (int32_t const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfUInt32Hdf5Array2dOfValues (uint32_t const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt16Hdf5Array2dOfValues (int16_t const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfUInt16Hdf5Array2dOfValues (uint16_t const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt8Hdf5Array2dOfValues (int8_t const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfUInt8Hdf5Array2dOfValues (uint8_t const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfDoubleHdf5Array2dOfValues (double const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfFloatHdf5Array2dOfValues (float const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt64Hdf5Array3dOfValues (int64_t const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInMiddleDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfUInt64Hdf5Array3dOfValues (uint64_t const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInMiddleDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt32Hdf5Array3dOfValues (int32_t const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInMiddleDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfUInt32Hdf5Array3dOfValues (uint32_t const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInMiddleDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt16Hdf5Array3dOfValues (int16_t const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInMiddleDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfUInt16Hdf5Array3dOfValues (uint16_t const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInMiddleDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfInt8Hdf5Array3dOfValues (int8_t const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInMiddleDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfUInt8Hdf5Array3dOfValues (uint8_t const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInMiddleDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfDoubleHdf5Array3dOfValues (double const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInMiddleDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void setValuesOfFloatHdf5Array3dOfValues (float const *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInMiddleDim, uint64_t offsetInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr, uint64_t patchIndex=(std::numeric_limits< uint64_t >::max)())
 
void getInt64ValuesOfPatch (uint64_t patchIndex, int64_t *values, uint64_t const *numValuesInEachDimension, uint64_t const *offsetInEachDimension, unsigned int numArrayDimensions) const
 
void getInt64ValuesOf3dPatch (uint64_t patchIndex, int64_t *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInMiddleDim, uint64_t offsetInSlowestDim) const
 
int32_t getIntValuesOfPatch (uint64_t patchIndex, int32_t *values, const uint64_t *numValuesInEachDimension, const uint64_t *offsetInEachDimension, unsigned int numArrayDimensions) const
 
void getIntValuesOf3dPatch (uint64_t patchIndex, int32_t *values, unsigned int valueCountInFastestDim, unsigned int valueCountInMiddleDim, unsigned int valueCountInSlowestDim, unsigned int offsetInFastestDim, unsigned int offsetInMiddleDim, unsigned int offsetInSlowestDim) const
 
void pushBackFloatingPointConstantArrayOfValues (double value, uint64_t valueCount)
 Adds an array constant flaoting point values to the property values.
 
void pushBackDoubleHdf5Array1dOfValues (const double *values, uint64_t valueCount, eml2::AbstractHdfProxy *proxy=nullptr)
 Adds a 1d array of explicit double values to the property values.
 
void pushBackDoubleHdf5Array2dOfValues (const double *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr)
 Adds a 2d array of explicit double values to the property values.
 
void pushBackDoubleHdf5Array3dOfValues (const double *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr)
 Adds a 3d array of explicit double values to the property values.
 
void pushBackDoubleHdf5ArrayOfValues (double const *values, uint64_t const *numValues, unsigned int numArrayDimensions, eml2::AbstractHdfProxy *proxy=nullptr)
 Adds an nd array of explicit double values to the property values.
 
void pushBackFloatHdf5Array1dOfValues (const float *values, uint64_t valueCount, eml2::AbstractHdfProxy *proxy=nullptr)
 
void pushBackFloatHdf5Array2dOfValues (const float *values, uint64_t valueCountInFastestDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr)
 
void pushBackFloatHdf5Array3dOfValues (const float *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, eml2::AbstractHdfProxy *proxy=nullptr)
 
void pushBackFloatHdf5ArrayOfValues (float const *values, uint64_t const *numValues, unsigned int numArrayDimensions, eml2::AbstractHdfProxy *proxy=nullptr)
 
virtual std::string pushBackRefToExistingFloatingPointDataset (eml2::AbstractHdfProxy *proxy, const std::string &datasetName="")
 
void getDoubleValuesOfPatch (uint64_t patchIndex, double *values) const
 
void getFloatValuesOfPatch (uint64_t patchIndex, float *values) const
 
void getFloatValuesOfPatch (uint64_t patchIndex, float *values, uint64_t const *numValuesInEachDimension, uint64_t const *offsetInEachDimension, unsigned int numArrayDimensions) const
 
void getFloatValuesOf3dPatch (uint64_t patchIndex, float *values, uint64_t valueCountInFastestDim, uint64_t valueCountInMiddleDim, uint64_t valueCountInSlowestDim, uint64_t offsetInFastestDim, uint64_t offsetInMiddleDim, uint64_t offsetInSlowestDim) const
 
- Public Member Functions inherited from resqml2::AbstractProperty
virtual ~AbstractProperty ()=default
 
void setRepresentation (AbstractRepresentation *rep)
 
common::DataObjectReference getRepresentationDor () const
 
AbstractRepresentationgetRepresentation () const
 
unsigned int getElementCountPerValue () const
 
gsoap_eml2_3::eml23__IndexableElement getAttachmentKind () const
 
uint64_t getValuesCountOfPatch (unsigned int patchIndex) const
 
std::vector< resqml2_0_1::PropertySet * > getPropertySets () const
 
uint64_t getPropertySetCount () const
 
resqml2_0_1::PropertySetgetPropertySet (uint64_t index) const
 
void setLocalCrs (eml2::AbstractLocal3dCrs *crs)
 
eml2::AbstractLocal3dCrsgetLocalCrs () const
 
common::DataObjectReference getLocalCrsDor () const
 
bool hasRealizationIndices () const
 
std::vector< unsigned int > getRealizationIndices () const
 
void setRealizationIndices (int64_t startRealizationIndex, int64_t countRealizationIndices)
 
void setRealizationIndices (const std::vector< unsigned int > &realizationIndices, eml2::AbstractHdfProxy *hdfProxy=nullptr)
 Sets the realization indices of this property.
 
void setTimeSeries (eml2::TimeSeries *ts)
 
void setSingleTimestamp (time_t timestamp, LONG64 yearOffset=0)
 
time_t getSingleTimestamp () const
 
eml2::TimeSeriesgetTimeSeries () const
 
common::DataObjectReference getTimeSeriesDor () const
 
bool useInterval () const
 
bool isAssociatedToOneStandardEnergisticsPropertyKind () const
 
std::string getPropertyKindDescription () const
 
std::string getPropertyKindAsString () const
 
std::string getPropertyKindParentAsString () const
 
void setPropertyKind (eml2::PropertyKind *propKind)
 
common::DataObjectReference getPropertyKindDor () const
 
eml2::PropertyKindgetPropertyKind () const
 
virtual bool validatePropertyKindAssociation (eml2::PropertyKind *pk)=0
 
virtual bool validatePropertyKindAssociation (gsoap_resqml2_0_1::resqml20__ResqmlPropertyKind pk)=0
 
bool validate ()
 
- Public Member Functions inherited from common::AbstractObject
bool isPartial () const
 
virtual bool isTopLevelElement () const
 
std::string getUuid () const
 
std::string getTitle () const
 
std::string getEditor () const
 
time_t getCreation () const
 
tm getCreationAsTimeStructure () const
 
std::string getOriginator () const
 
std::string getDescription () const
 
time_t getLastUpdate () const
 
tm getLastUpdateAsTimeStructure () const
 
std::string getFormat () const
 
std::string getDescriptiveKeywords () const
 
std::string getVersion () const
 
void setTitle (const std::string &title)
 
void setEditor (const std::string &editor)
 
void setCreation (time_t creation)
 
void setCreation (const tm &creation)
 
void setOriginator (const std::string &originator)
 
void setDescription (const std::string &description)
 
void setLastUpdate (time_t lastUpdate)
 
void setLastUpdate (const tm &lastUpdate)
 
void setDescriptiveKeywords (const std::string &descriptiveKeywords)
 
void setVersion (const std::string &version)
 
void setMetadata (const std::string &title, const std::string &editor, time_t creation, const std::string &originator, const std::string &description, time_t lastUpdate, const std::string &descriptiveKeywords)
 
void serializeIntoStream (std::ostream *stream)
 
gsoap_resqml2_0_1::eml20__AbstractCitedDataObject * getEml20GsoapProxy () const
 
void setGsoapProxy (gsoap_resqml2_0_1::eml20__AbstractCitedDataObject *gsoapProxy)
 
gsoap_eml2_3::eml23__AbstractObject * getEml23GsoapProxy () const
 
void setGsoapProxy (gsoap_eml2_3::eml23__AbstractObject *gsoapProxy)
 
soap * getGsoapContext () const
 
int getGsoapType () const
 
gsoap_resqml2_0_1::eml20__DataObjectReference * newResqmlReference () const
 
gsoap_eml2_3::eml23__DataObjectReference * newEml23Reference () const
 
gsoap_resqml2_0_1::resqml20__ContactElementReference * newContactElementReference2_0_1 () const
 
gsoap_eml2_3::resqml22__ContactElement * newContactElementReference2_2 () const
 
common::DataObjectRepositorygetRepository () const
 
virtual std::string getXmlNamespace () const =0
 
virtual std::string getXmlNamespaceVersion () const
 
virtual std::string getContentType () const
 
virtual std::string getQualifiedType () const
 
virtual std::string getPartNameInEpcDocument () const
 
std::string serializeIntoString ()
 
void addAlias (const std::string &authority, const std::string &title)
 
uint64_t getAliasCount () const
 
std::string getAliasAuthorityAtIndex (uint64_t index) const
 
std::string getAliasTitleAtIndex (uint64_t index) const
 
std::vector< eml2::Activity * > getActivitySet () const
 
uint64_t getActivityCount () const
 
eml2::ActivitygetActivity (uint64_t index) const
 
void pushBackExtraMetadata (const std::string &key, const std::string &value)
 
std::unordered_map< std::string, std::string > getExtraMetadataSet () const
 
std::vector< std::string > getExtraMetadata (const std::string &key) const
 
unsigned int getExtraMetadataCount () const
 
std::string getExtraMetadataKeyAtIndex (unsigned int index) const
 
std::string getExtraMetadataStringValueAtIndex (unsigned int index) const
 
std::string buildEtp12Uri () const
 
void setUriSource (const std::string &uriSource)
 
const std::string & getUriSource () const
 
std::string getEpcSourceFolder () const
 
void changeToPartialObject ()
 

Static Public Attributes

static constexpr char const * XML_TAG = "DiscreteProperty"
 

Additional Inherited Members

- Public Types inherited from common::AbstractObject
enum class  numericalDatatypeEnum {
  UNKNOWN = 0 , DOUBLE = 1 , FLOAT = 2 , INT64 = 3 ,
  UINT64 = 4 , INT32 = 5 , UINT32 = 6 , INT16 = 7 ,
  UINT16 = 8 , INT8 = 9 , UINT8 = 10
}
 
- Static Public Member Functions inherited from common::AbstractObject
static void setFormat (const std::string &vendor, const std::string &applicationName, const std::string &applicationVersionNumber)
 

Detailed Description

Proxy class for a discrete property. Such property contains discrete integer values; typically used to store any type of index. So that the value range can be known before accessing all values, it also optionally stores the minimum and maximum value in the range.

Constructor & Destructor Documentation

◆ ~DiscreteProperty()

virtual resqml2::DiscreteProperty::~DiscreteProperty ( )
virtualdefault

Destructor does nothing since the memory is managed by the gSOAP context.

Reimplemented in resqml2_0_1::DiscreteProperty, and resqml2_2::DiscreteProperty.

Member Function Documentation

◆ getMaximumValue()

virtual int64_t resqml2::DiscreteProperty::getMaximumValue ( uint64_t index = 0) const
pure virtual

Gets the maximum value of a non vector property or the maximum value of one given value of a vector property. This maximum value is read (it is not computed).

Exceptions
std::logic_errorIf this property has no maximum value.
Parameters
index(Optional) 0 (default value, corresponding to the non vector property case) or zero-based index of the vector value for which we look for the maximum value (vector property case).
Returns
The maximum value of the non vector property or the maximum value at position index of the vector value or NaN if index is out of range (strictly greater than 0 for a non vector property or greater than the vector size for a vector property).

Implemented in resqml2_0_1::DiscreteProperty, and resqml2_2::DiscreteProperty.

◆ getMinimumValue()

virtual int64_t resqml2::DiscreteProperty::getMinimumValue ( uint64_t index = 0) const
pure virtual

Gets the minimum value of a non vector property or the minimum value of one given value of a vector property. This minimum value is read (it is not computed).

Exceptions
std::logic_errorIf this property has no minimum value.
Parameters
index(Optional) 0 (default value, corresponding to the non vector property case) or zero-based index of the vector value for which we look for the minimum value (vector property case).
Returns
The minimum value of the non vector property or the minimum value at position index of the vector value or NaN if index is out of range (strictly greater than 0 for a non vector property or greater than the vector size for a vector property).

Implemented in resqml2_0_1::DiscreteProperty, and resqml2_2::DiscreteProperty.

◆ getNullValue()

virtual int64_t resqml2::DiscreteProperty::getNullValue ( uint64_t patchIndex = (std::numeric_limits< uint64_t >::max)()) const
pure virtual

Gets the null value in this discrete property.

Parameters
patchIndex(Optional) Zero-based index of the patch for which we want to get the null value.
Returns
The null value of this discrete property if present otherwise the maximum int 64 bits value.

Implemented in resqml2_0_1::DiscreteProperty, and resqml2_2::DiscreteProperty.

◆ getXmlTag()

virtual std::string resqml2::DiscreteProperty::getXmlTag ( ) const
inlinefinalvirtual

Gets the standard XML tag without XML namespace for serializing this data object.

Returns
The XML tag.

Implements common::AbstractObject.

◆ hasMaximumValue()

virtual bool resqml2::DiscreteProperty::hasMaximumValue ( uint64_t index = 0) const
pure virtual

Checks if a non vector property or a given value of a vector property has got a maximum value already computed (or set).

Parameters
index(Optional) 0 (default value, corresponding to the non vector property case) or zero-based index of the vector value for which we want to know if a maximum value exists (vector property case).
Returns
True if there exists a maximum value, false if not.

Implemented in resqml2_0_1::DiscreteProperty, and resqml2_2::DiscreteProperty.

◆ hasMinimumValue()

virtual bool resqml2::DiscreteProperty::hasMinimumValue ( uint64_t index = 0) const
pure virtual

Checks if a non vector property or a given value of a vector property has got a minimum value already computed (or set).

Parameters
index(Optional) 0 (default value, corresponding to the non vector property case) or zero-based index of the vector value for which we want to know if a minimum value exists (vector property case).
Returns
True if there exists a minimum value, false if not.

Implemented in resqml2_0_1::DiscreteProperty, and resqml2_2::DiscreteProperty.

◆ pushBackHdf5Array1dOfValues() [1/2]

void resqml2::DiscreteProperty::pushBackHdf5Array1dOfValues ( common::AbstractObject::numericalDatatypeEnum datatype,
uint64_t valueCount,
int64_t minimumValue,
int64_t maximumValue,
int64_t nullValue = (std::numeric_limits< int64_t >::max)(),
eml2::AbstractHdfProxy * proxy = nullptr )

Creates a 1d array of values into the property values. No values are written to this array yet then the HDF5 array contains uninitialized values.

Exceptions
std::logic_errorIf the underlying gSOAP instance is not a RESQML2.0 one.
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined into the data object repository.
Parameters
datatypeThe datatype of the values
valueCountThe count of values.
minimumValueThe minimum value of the values in the HDF5 dataset.
maximumValueThe maximum value of the values in the HDF5 dataset.
nullValue(Optional) The null value. Default value is int 64 bits maximum value.
[in,out]proxy(Optional) The HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr (default), a default HDF proxy must be defined into the data object repository.

◆ pushBackHdf5Array1dOfValues() [2/2]

void resqml2::AbstractValuesProperty::pushBackHdf5Array1dOfValues ( common::AbstractObject::numericalDatatypeEnum datatype,
uint64_t valueCount,
int64_t nullValue = (std::numeric_limits<int64_t>::max)(),
eml2::AbstractHdfProxy * proxy = nullptr )

Creates a 1d array of values to the property values. No values are written to this array yet then the HDF5 array contains uninitialized values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined into the data object repository.
Parameters
datatypeThe datatype of the values
valueCountThe number of values to write).
nullvalueThe integer null value in case we create an integer array. It is ignored if the datatype is a floating point one.
[in,out]proxy(Optional) The HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr (default), a default HDF proxy must be defined into the data object repository.

◆ pushBackHdf5Array2dOfValues() [1/2]

void resqml2::AbstractValuesProperty::pushBackHdf5Array2dOfValues ( common::AbstractObject::numericalDatatypeEnum datatype,
uint64_t valueCountInFastestDim,
uint64_t valueCountInMiddleDim,
int64_t nullValue = (std::numeric_limits<int64_t>::max)(),
eml2::AbstractHdfProxy * proxy = nullptr )

Creates a 2d array of values to the property values. No values are written to this array yet then the HDF5 array contains uninitialized values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined into the data object repository.
Parameters
datatypeThe datatype of the values
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly K dimension).
nullvalueThe integer null value in case we create an integer array. It is ignored if the datatype is a floating point one.
[in,out]proxy(Optional) The HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr (default), a default HDF proxy must be defined into the data object repository.

◆ pushBackHdf5Array2dOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackHdf5Array2dOfValues ( common::AbstractObject::numericalDatatypeEnum datatype,
uint64_t valueCountInFastestDim,
uint64_t valueCountInSlowestDim,
int64_t minimumValue,
int64_t maximumValue,
int64_t nullValue = (std::numeric_limits< int64_t >::max)(),
eml2::AbstractHdfProxy * proxy = nullptr )

Creates a 2d array of explicit int 64 values into the property values. No values are written to this array yet then the HDF5 array contains uninitialized values.

Exceptions
std::logic_errorIf the underlying gSOAP instance is not a RESQML2.0 one.
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined into the data object repository.
Parameters
datatypeThe datatype of the values
valueCountInFastestDimThe number of values in the fastest dimension (mainly I dimension).
valueCountInSlowestDimThe number of values in the slowest dimension (mainly K dimension).
minimumValueThe minimum value of the values in the HDF5 dataset.
maximumValueThe maximum value of the values in the HDF5 dataset.
nullValue(Optional) The null value. Default value is int 64 bits maximum value.
[in,out]proxy(Optional) The HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr (default), a default HDF proxy must be defined into the data object repository.

◆ pushBackHdf5Array3dOfValues() [1/2]

void resqml2::DiscreteProperty::pushBackHdf5Array3dOfValues ( common::AbstractObject::numericalDatatypeEnum datatype,
uint64_t valueCountInFastestDim,
uint64_t valueCountInMiddleDim,
uint64_t valueCountInSlowestDim,
int64_t minimumValue,
int64_t maximumValue,
int64_t nullValue = (std::numeric_limits< int64_t >::max)(),
eml2::AbstractHdfProxy * proxy = nullptr )

Creates a 3d array of explicit int 64 values into the property values. No values are written to this array yet then the HDF5 array contains uninitialized values.

Exceptions
std::logic_errorIf the underlying gSOAP instance is not a RESQML2.0 one.
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined into the data object repository.
Parameters
datatypeThe datatype of the values
valueCountInFastestDimThe number of values in the fastest dimension (mainly I dimension).
valueCountInMiddleDimThe number of values in the middle dimension (mainly J dimension).
valueCountInSlowestDimThe number of values in the slowest dimension (mainly K dimension).
minimumValueThe minimum value of the values in the HDF5 dataset.
maximumValueThe maximum value of the values in the HDF5 dataset.
nullValue(Optional) The null value. Default value is int 64 bits maximum value.
[in,out]proxy(Optional) The HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr (default), a default HDF proxy must be defined into the data object repository.

◆ pushBackHdf5Array3dOfValues() [2/2]

void resqml2::AbstractValuesProperty::pushBackHdf5Array3dOfValues ( common::AbstractObject::numericalDatatypeEnum datatype,
uint64_t valueCountInFastestDim,
uint64_t valueCountInMiddleDim,
uint64_t valueCountInSlowestDim,
int64_t nullValue = (std::numeric_limits<int64_t>::max)(),
eml2::AbstractHdfProxy * proxy = nullptr )

Creates a 3d array of values to the property values. No values are written to this array yet then the HDF5 array contains uninitialized values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined into the data object repository.
Parameters
datatypeThe datatype of the values
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInMiddleDimThe number of values to write in the middle dimension (mainly J dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly K dimension).
nullvalueThe integer null value in case we create an integer array. It is ignored if the datatype is a floating point one.
[in,out]proxy(Optional) The HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr (default), a default HDF proxy must be defined into the data object repository.

◆ pushBackHdf5ArrayOfValues() [1/2]

void resqml2::DiscreteProperty::pushBackHdf5ArrayOfValues ( common::AbstractObject::numericalDatatypeEnum datatype,
const uint64_t * numValues,
unsigned int numArrayDimensions,
int64_t * minimumValue,
int64_t * maximumValue,
int64_t nullValue = (std::numeric_limits< int64_t >::max)(),
eml2::AbstractHdfProxy * proxy = nullptr )

Creates an nd array of explicit int 64 bits values into the property values. No values are written to this array yet then the HDF5 array contains uninitialized values.

Exceptions
std::logic_errorIf the underlying gSOAP instance is not a RESQML2.0 one.
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined into the data object repository.
Parameters
datatypeThe datatype of the values
[in]numValuesThe number of property values ordered by dimension of the array to write. It is ordered from slowest dimension to fastest dimension.
numArrayDimensionsThe number of dimensions of the array to write.
[in]minimumValueIf non-nullptr, a pointer to the minimum values. If non- nullptr, the count of minimum values is this property count.
[in]maximumValueIf non-nullptr, a pointer to the maximum values. If non- nullptr, the count of maximum values is this property count.
nullValue(Optional) The null value. Default value is int 64 bits maximum value.
[in,out]proxy(Optional) The HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr (default), a default HDF proxy must be defined into the data object repository.

◆ pushBackHdf5ArrayOfValues() [2/2]

void resqml2::AbstractValuesProperty::pushBackHdf5ArrayOfValues ( common::AbstractObject::numericalDatatypeEnum datatype,
uint64_t const * numValues,
unsigned int numArrayDimensions,
int64_t nullValue = (std::numeric_limits<int64_t>::max)(),
eml2::AbstractHdfProxy * proxy = nullptr )

Create an nd array of values to the property values. No values are written to this array yet then the HDF5 array contains uninitialized values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined into the data object repository.
Parameters
datatypeThe datatype of the values
numValuesThe number of property values ordered by dimension of the array to write. It is ordered from slowest dimension to fastest dimension.
numArrayDimensionsThe number of dimensions of the array to write.
nullvalueThe integer null value in case we create an integer array. It is ignored if the datatype is a floating point one.
[in,out]proxy(Optional) The HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr (default), a default HDF proxy must be defined into the data object repository.

◆ pushBackInt16Hdf5Array1dOfValues() [1/2]

void resqml2::AbstractValuesProperty::pushBackInt16Hdf5Array1dOfValues ( const short * values,
uint64_t valueCount,
eml2::AbstractHdfProxy * proxy,
short nullValue )

Adds a 1d array of explicit short values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountThe number of values to write.
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt16Hdf5Array1dOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackInt16Hdf5Array1dOfValues ( const short * values,
uint64_t valueCount,
eml2::AbstractHdfProxy * proxy,
short nullValue,
short minimumValue,
short maximumValue )
inline

Adds a 1d array of explicit short values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountThe number of values to write.
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt16Hdf5Array2dOfValues() [1/2]

void resqml2::AbstractValuesProperty::pushBackInt16Hdf5Array2dOfValues ( const short * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
short nullValue )

Adds a 2d array of explicit short values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly J dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt16Hdf5Array2dOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackInt16Hdf5Array2dOfValues ( const short * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
short nullValue,
short minimumValue,
short maximumValue )

Adds a 2d array of explicit short values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly J dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt16Hdf5Array3dOfValues() [1/2]

void resqml2::AbstractValuesProperty::pushBackInt16Hdf5Array3dOfValues ( const short * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInMiddleDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
short nullValue )

Adds a 3d array of explicit short values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInMiddleDimThe number of values to write in the middle dimension (mainly J dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly K dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt16Hdf5Array3dOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackInt16Hdf5Array3dOfValues ( const short * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInMiddleDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
short nullValue,
short minimumValue,
short maximumValue )

Adds a 3d array of explicit short values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInMiddleDimThe number of values to write in the middle dimension (mainly J dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly K dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt16Hdf5ArrayOfValues() [1/2]

void resqml2::DiscreteProperty::pushBackInt16Hdf5ArrayOfValues ( const short * values,
const uint64_t * numValues,
unsigned int numDimensionsInArray,
eml2::AbstractHdfProxy * proxy,
short nullValue )
finalvirtual

Adds an nd array of explicit short values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according the topology of the representation it is based on.
[in]numValuesThe number of property values ordered by dimension of the array to write.
numDimensionsInArrayThe number of dimensions in the array to write.
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.

Reimplemented from resqml2::AbstractValuesProperty.

◆ pushBackInt16Hdf5ArrayOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackInt16Hdf5ArrayOfValues ( const short * values,
const uint64_t * numValues,
unsigned int numDimensionsInArray,
eml2::AbstractHdfProxy * proxy,
short nullValue,
short minimumValue,
short maximumValue )

Adds an nd array of explicit short values to the property values.

◆ pushBackInt32Hdf5Array1dOfValues() [1/2]

void resqml2::AbstractValuesProperty::pushBackInt32Hdf5Array1dOfValues ( const int * values,
uint64_t valueCount,
eml2::AbstractHdfProxy * proxy,
int nullValue )

Adds a 1d array of explicit integer values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountThe number of values to write.
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt32Hdf5Array1dOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackInt32Hdf5Array1dOfValues ( const int * values,
uint64_t valueCount,
eml2::AbstractHdfProxy * proxy,
int nullValue,
int minimumValue,
int maximumValue )
inline

Adds a 1d array of explicit integer values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountThe number of values to write.
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt32Hdf5Array2dOfValues() [1/2]

void resqml2::AbstractValuesProperty::pushBackInt32Hdf5Array2dOfValues ( const int * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
int nullValue )

Adds a 2d array of explicit integer values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly J dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt32Hdf5Array2dOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackInt32Hdf5Array2dOfValues ( const int * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
int nullValue,
int minimumValue,
int maximumValue )

Adds a 2d array of explicit integer values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly J dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt32Hdf5Array3dOfValues() [1/2]

void resqml2::AbstractValuesProperty::pushBackInt32Hdf5Array3dOfValues ( const int * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInMiddleDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
int nullValue )

Adds a 3d array of explicit integer values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInMiddleDimThe number of values to write in the middle dimension (mainly J dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly K dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt32Hdf5Array3dOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackInt32Hdf5Array3dOfValues ( const int * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInMiddleDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
int nullValue,
int minimumValue,
int maximumValue )

Adds a 3d array of explicit integer values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInMiddleDimThe number of values to write in the middle dimension (mainly J dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly K dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt32Hdf5ArrayOfValues() [1/2]

void resqml2::DiscreteProperty::pushBackInt32Hdf5ArrayOfValues ( const int * values,
const uint64_t * numValues,
unsigned int numDimensionsInArray,
eml2::AbstractHdfProxy * proxy,
int nullValue )
finalvirtual

Adds an nd array of explicit integer values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according the topology of the representation it is based on.
[in]numValuesThe number of property values ordered by dimension of the array to write.
numDimensionsInArrayThe number of dimensions in the array to write.
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.

Reimplemented from resqml2::AbstractValuesProperty.

◆ pushBackInt32Hdf5ArrayOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackInt32Hdf5ArrayOfValues ( const int * values,
const uint64_t * numValues,
unsigned int numDimensionsInArray,
eml2::AbstractHdfProxy * proxy,
int nullValue,
int minimumValue,
int maximumValue )

Adds an nd array of explicit integer values to the property values.

◆ pushBackInt64Hdf5Array1dOfValues() [1/2]

void resqml2::AbstractValuesProperty::pushBackInt64Hdf5Array1dOfValues ( const int64_t * values,
uint64_t valueCount,
eml2::AbstractHdfProxy * proxy,
int64_t nullValue )
inline

Adds a 1d array of explicit int values to the property values.

Exceptions
std::logic_errorIf the underlying gSOAP instance is not a RESQML2.0 one.
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountThe number of values to write.
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.

◆ pushBackInt64Hdf5Array1dOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackInt64Hdf5Array1dOfValues ( const int64_t * values,
uint64_t valueCount,
eml2::AbstractHdfProxy * proxy,
int64_t nullValue,
int64_t minimumValue,
int64_t maximumValue )
inline

Adds a 1d array of explicit int 64 bits values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountThe number of values to write.
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt64Hdf5Array2dOfValues() [1/2]

void resqml2::AbstractValuesProperty::pushBackInt64Hdf5Array2dOfValues ( const int64_t * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
int64_t nullValue )
inline

Adds a 2d array of explicit int values to the property values.

Exceptions
std::logic_errorIf the underlying gSOAP instance is not a RESQML2.0 one.
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly J dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.

◆ pushBackInt64Hdf5Array2dOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackInt64Hdf5Array2dOfValues ( const int64_t * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
int64_t nullValue,
int64_t minimumValue,
int64_t maximumValue )

Adds a 2d array of explicit int 64 bits values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly J dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt64Hdf5Array3dOfValues() [1/2]

void resqml2::AbstractValuesProperty::pushBackInt64Hdf5Array3dOfValues ( const int64_t * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInMiddleDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
int64_t nullValue )
inline

Adds a 3d array of explicit int values to the property values.

Exceptions
std::logic_errorIf the underlying gSOAP instance is not a RESQML2.0 one.
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInMiddleDimThe number of values to write in the middle dimension (mainly J dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly K dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.

◆ pushBackInt64Hdf5Array3dOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackInt64Hdf5Array3dOfValues ( const int64_t * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInMiddleDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
int64_t nullValue,
int64_t minimumValue,
int64_t maximumValue )

Adds a 3d array of explicit int 64 bits values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInMiddleDimThe number of values to write in the middle dimension (mainly J dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly K dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt64Hdf5ArrayOfValues() [1/2]

void resqml2::DiscreteProperty::pushBackInt64Hdf5ArrayOfValues ( const int64_t * values,
const uint64_t * numValues,
unsigned int numDimensionsInArray,
eml2::AbstractHdfProxy * proxy,
int64_t nullValue )
finalvirtual

Adds an nd array of explicit int 64 bits values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according the topology of the representation it is based on.
[in]numValuesThe number of property values ordered by dimension of the array to write.
numDimensionsInArrayThe number of dimensions in the array to write.
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.

Reimplemented from resqml2::AbstractValuesProperty.

◆ pushBackInt64Hdf5ArrayOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackInt64Hdf5ArrayOfValues ( const int64_t * values,
const uint64_t * numValues,
unsigned int numDimensionsInArray,
eml2::AbstractHdfProxy * proxy,
int64_t nullValue,
int64_t minimumValue,
int64_t maximumValue )

Adds an nd array of explicit int 64 bits values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according the topology of the representation it is based on.
[in]numValuesThe number of property values ordered by dimension of the array to write.
numDimensionsInArrayThe number of dimensions in the array to write.
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add. If not provided then the minimum value will be computed from the values.
maximumValueThe maximum value of the values to add. If not provided then the maximum value will be computed from the values.

◆ pushBackInt8Hdf5Array1dOfValues() [1/2]

void resqml2::AbstractValuesProperty::pushBackInt8Hdf5Array1dOfValues ( const int8_t * values,
uint64_t valueCount,
eml2::AbstractHdfProxy * proxy,
int8_t nullValue )

Adds a 1d array of explicit int8_t values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountThe number of values to write.
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt8Hdf5Array1dOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackInt8Hdf5Array1dOfValues ( const int8_t * values,
uint64_t valueCount,
eml2::AbstractHdfProxy * proxy,
int8_t nullValue,
int8_t minimumValue,
int8_t maximumValue )
inline

Adds a 1d array of explicit int8_t values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountThe number of values to write.
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt8Hdf5Array2dOfValues() [1/2]

void resqml2::AbstractValuesProperty::pushBackInt8Hdf5Array2dOfValues ( const int8_t * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
int8_t nullValue )

Adds a 2d array of explicit int8_t values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly J dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt8Hdf5Array2dOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackInt8Hdf5Array2dOfValues ( const int8_t * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
int8_t nullValue,
int8_t minimumValue,
int8_t maximumValue )

Adds a 2d array of explicit int8_t values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly J dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt8Hdf5Array3dOfValues() [1/2]

void resqml2::AbstractValuesProperty::pushBackInt8Hdf5Array3dOfValues ( const int8_t * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInMiddleDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
int8_t nullValue )

Adds a 3d array of explicit int8_t values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInMiddleDimThe number of values to write in the middle dimension (mainly J dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly K dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt8Hdf5Array3dOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackInt8Hdf5Array3dOfValues ( const int8_t * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInMiddleDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
int8_t nullValue,
int8_t minimumValue,
int8_t maximumValue )

Adds a 3d array of explicit int8_t values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInMiddleDimThe number of values to write in the middle dimension (mainly J dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly K dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackInt8Hdf5ArrayOfValues() [1/2]

void resqml2::DiscreteProperty::pushBackInt8Hdf5ArrayOfValues ( const int8_t * values,
const uint64_t * numValues,
unsigned int numDimensionsInArray,
eml2::AbstractHdfProxy * proxy,
int8_t nullValue )
finalvirtual

Adds an nd array of explicit int8_t values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according the topology of the representation it is based on.
[in]numValuesThe number of property values ordered by dimension of the array to write.
numDimensionsInArrayThe number of dimensions in the array to write.
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.

Reimplemented from resqml2::AbstractValuesProperty.

◆ pushBackInt8Hdf5ArrayOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackInt8Hdf5ArrayOfValues ( const int8_t * values,
const uint64_t * numValues,
unsigned int numDimensionsInArray,
eml2::AbstractHdfProxy * proxy,
int8_t nullValue,
int8_t minimumValue,
int8_t maximumValue )

Adds an nd array of explicit int8_t values to the property values.

◆ pushBackRefToExistingIntegerDataset() [1/2]

virtual std::string resqml2::AbstractValuesProperty::pushBackRefToExistingIntegerDataset ( eml2::AbstractHdfProxy * hdfProxy,
const std::string & dataset = "",
int64_t nullValue = (std::numeric_limits<int64_t>::max)() )
virtual

Pushes back a new patch of values for this property where the values have not to be written in the HDF5 file.The reason can be that the values already exist in an external file (only HDF5 for now) or that the writing of the values in the external file is differed in time.

Exceptions
std::logic_errorIf the underlying gSOAP instance is not a RESQML2.0 one.
std::invalid_argumentIf hdfProxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
[in]hdfProxyThe HDF5 proxy where the values are already or will be stored. If nullptr, then a default HDF proxy must be defined in the repository.
dataset(Optional) If not provided during the method call, the dataset will be named the same as the dataset naming convention of fesapi : getHdfGroup() + "/values_patch" + patchIndex
nullValue(Optional) Only relevant for integer HDF5 datasets. Indeed, RESQML (and fesapi) forces null value for floating point to be NaN value.
Returns
The name of the HDF5 dataset.

Reimplemented from resqml2::AbstractValuesProperty.

◆ pushBackRefToExistingIntegerDataset() [2/2]

virtual std::string resqml2::DiscreteProperty::pushBackRefToExistingIntegerDataset ( eml2::AbstractHdfProxy * proxy,
const std::string & datasetName,
int64_t nullValue,
int64_t minimumValue,
int64_t maximumValue )
pure virtual

Pushes back a reference to an existing (or a "to exist") HDF dataset in a particular HDF proxy. The reason can be that the index values already exist in an external file (only HDF5 for now) or that the writing of the values in the external file is differed in time.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
[in]proxyThe HDF5 proxy where the values are already or will be stored. If nullptr, then a default HDF proxy must be defined in the repository.
datasetNameThe HDF5 dataset name where the values are stored. If empty, the dataset will be named the same as the dataset naming convention of fesapi : getHdfGroup() + "/values_patch" + patch->RepresentationPatchIndex
nullValueThe null value which has been chosen in the referenced HDF dataset.
minimumValueThe minimum value of the values in the HDF5 dataset.
maximumValueThe maximum value of the values in the HDF5 dataset.
Returns
The name of the referenced HDF5 dataset.

Implemented in resqml2_0_1::DiscreteProperty, and resqml2_2::DiscreteProperty.

◆ pushBackUInt16Hdf5Array2dOfValues() [1/2]

void resqml2::AbstractValuesProperty::pushBackUInt16Hdf5Array2dOfValues ( const unsigned short * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
unsigned short nullValue )

Adds a 2d array of explicit unsigned short values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly J dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackUInt16Hdf5Array2dOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackUInt16Hdf5Array2dOfValues ( const unsigned short * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
unsigned short nullValue,
unsigned short minimumValue,
unsigned short maximumValue )

Adds a 2d array of explicit unsigned short values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly J dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackUInt16Hdf5Array3dOfValues() [1/2]

void resqml2::AbstractValuesProperty::pushBackUInt16Hdf5Array3dOfValues ( const unsigned short * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInMiddleDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
unsigned short nullValue )

Adds a 3d array of explicit unsigned short values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInMiddleDimThe number of values to write in the middle dimension (mainly J dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly K dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackUInt16Hdf5Array3dOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackUInt16Hdf5Array3dOfValues ( const unsigned short * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInMiddleDim,
uint64_t valueCountInSlowestDim,
eml2::AbstractHdfProxy * proxy,
unsigned short nullValue,
unsigned short minimumValue,
unsigned short maximumValue )

Adds a 3d array of explicit unsigned short values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInMiddleDimThe number of values to write in the middle dimension (mainly J dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly K dimension).
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.
minimumValueThe minimum value of the values to add.
maximumValueThe maximum value of the values to add.

◆ pushBackUInt16Hdf5ArrayOfValues() [1/2]

void resqml2::DiscreteProperty::pushBackUInt16Hdf5ArrayOfValues ( const unsigned short * values,
const uint64_t * numValues,
unsigned int numDimensionsInArray,
eml2::AbstractHdfProxy * proxy,
unsigned short nullValue )
finalvirtual

Adds an nd array of explicit unsigned short values to the property values.

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined in the repository.
Parameters
valuesAll the property values to set ordered according the topology of the representation it is based on.
[in]numValuesThe number of property values ordered by dimension of the array to write.
numDimensionsInArrayThe number of dimensions in the array to write.
[in,out]proxyThe HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr, then a default HDF proxy must be defined in the repository.
nullValueThe null value.

Reimplemented from resqml2::AbstractValuesProperty.

◆ pushBackUInt16Hdf5ArrayOfValues() [2/2]

void resqml2::DiscreteProperty::pushBackUInt16Hdf5ArrayOfValues ( const unsigned short * values,
const uint64_t * numValues,
unsigned int numDimensionsInArray,
eml2::AbstractHdfProxy * proxy,
unsigned short nullValue,
unsigned short minimumValue,
unsigned short maximumValue )

Adds an nd array of explicit unsigned short values to the property values.

◆ setMaximumValue()

virtual void resqml2::DiscreteProperty::setMaximumValue ( int64_t value,
uint64_t index = 0 ) const
pure virtual

Sets the maximum value of a non vector property or the maximum value of one given value of a vector property.

Parameters
valueThe maximum value to set.
index(Optional) 0 (default value, corresponding to the non vector property case) or zero-based index of the vector value for which we want to set the maximum value (vector property case).

Implemented in resqml2_0_1::DiscreteProperty, and resqml2_2::DiscreteProperty.

◆ setMinimumValue()

virtual void resqml2::DiscreteProperty::setMinimumValue ( int64_t value,
uint64_t index = 0 ) const
pure virtual

Sets the minimum value of a non vector property or the minimum value of one given value of a vector property.

Parameters
valueThe minimum value to set.
index(Optional) 0 (default value, corresponding to the non vector property case) or zero-based index of the vector value for which we want to set the minimum value (vector property case).

Implemented in resqml2_0_1::DiscreteProperty, and resqml2_2::DiscreteProperty.

◆ setValuesOfInt64Hdf5Array3dOfValues() [1/2]

void resqml2::DiscreteProperty::setValuesOfInt64Hdf5Array3dOfValues ( int64_t * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInMiddleDim,
uint64_t valueCountInSlowestDim,
uint64_t offsetInFastestDim,
uint64_t offsetInMiddleDim,
uint64_t offsetInSlowestDim,
bool computeMinMax,
eml2::AbstractHdfProxy * proxy = nullptr,
uint64_t patchIndex = (std::numeric_limits< uint64_t >::max)() )

Adds a 3d array of explicit int 64 bits values into the property values. Since this methods only pushes back values into an existing array, it is to be used along with pushBackInt64Hdf5Array3dOfValues().

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined into the data object repository.
std::out_of_rangeIf patchIndex is strictly greater than patch count and different from unsigned int maximum value.
Parameters
[in]valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInMiddleDimThe number of values to write in the middle dimension (mainly J dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly K dimension).
offsetInFastestDimThe offset value for writing in the fastest dimension (mainly I dimension).
offsetInMiddleDimThe offset value for writing in the middle dimension (mainly J dimension).
offsetInSlowestDimThe offset value for writing in the slowest dimension (mainly K dimension).
computeMinMaxTrue if FESAPI needs to compute the min and max from the given values in order to set them.
[in,out]proxy(Optional) The HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr (default), a default HDF proxy must be defined into the data object repository.
patchIndex(Optional) Zero-based index of the patch where to write the property values. If not provided, its default value is by convention set to unsigned int maximum value and the property values will be written in the last property values patch (the one with the greatest index).

◆ setValuesOfInt64Hdf5Array3dOfValues() [2/2]

void resqml2::AbstractValuesProperty::setValuesOfInt64Hdf5Array3dOfValues ( int64_t const * values,
uint64_t valueCountInFastestDim,
uint64_t valueCountInMiddleDim,
uint64_t valueCountInSlowestDim,
uint64_t offsetInFastestDim,
uint64_t offsetInMiddleDim,
uint64_t offsetInSlowestDim,
eml2::AbstractHdfProxy * proxy = nullptr,
uint64_t patchIndex = (std::numeric_limits<uint64_t>::max)() )
inline

Adds a 3d array of explicit int 64 bits values into the property values. Since this methods only pushes back values into an existing array, it is to be used along with pushBackInt64Hdf5Array3dOfValues().

Exceptions
std::invalid_argumentIf proxy is nullptr and no default HDF proxy is defined into the data object repository.
std::out_of_rangeIf patchIndex is strictly greater than patch count and different from unsigned int maximum value.
Parameters
[in]valuesAll the property values to set ordered according to the topology of the representation it is based on.
valueCountInFastestDimThe number of values to write in the fastest dimension (mainly I dimension).
valueCountInMiddleDimThe number of values to write in the middle dimension (mainly J dimension).
valueCountInSlowestDimThe number of values to write in the slowest dimension (mainly K dimension).
offsetInFastestDimThe offset value for writing in the fastest dimension (mainly I dimension).
offsetInMiddleDimThe offset value for writing in the middle dimension (mainly J dimension).
offsetInSlowestDimThe offset value for writing in the slowest dimension (mainly K dimension).
[in,out]proxy(Optional) The HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If nullptr (default value), a default HDF proxy must be defined into the data object repository.
patchIndex(Optional) Zero-based index of the patch where to write the property values. If not provided, its default value is by convention set to unsigned int maximum value and the property values will be written in the last property values patch (the one with the greatest index).

◆ setValuesOfInt64Hdf5ArrayOfValues() [1/2]

void resqml2::DiscreteProperty::setValuesOfInt64Hdf5ArrayOfValues ( int64_t * values,
uint64_t const * numValues,
uint64_t const * offsetValues,
unsigned int numArrayDimensions,
bool computeMinMax,
eml2::AbstractHdfProxy * proxy = nullptr,
uint64_t patchIndex = (std::numeric_limits< uint64_t >::max)() )

Adds an nd array of explicit int 64 bits values into to the property values. Since this methods only pushes back values into an existing array, it is to be used along with pushBackInt64Hdf5ArrayOfValues().

Exceptions
std::invalid_argumentIf proxy is null and no default HDF proxy is defined into the data object repository.
std::out_of_rangeIf patchIndex is strictly greater than patch count and different from unsigned int maximum value.
Parameters
[in]valuesAll the property values to set ordered according to the topology of the representation it is based on.
numValuesThe number of property values ordered by dimension of the array to write. It is ordered from slowest dimension to fastest dimension.
offsetValuesThe offset values ordered by dimension of the array to write. It is ordered from slowest dimension to fastest dimension.
numArrayDimensionsThe number of dimensions of the array to write.
computeMinMaxTrue to compute and to set minimum and maximum values.
[in,out]proxy(Optional) The HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If null (default value), a default HDF proxy must be defined into the data object repository.
patchIndex(Optional) Zero-based index of the patch where to write the property values. If not provided, its default value is by convention set to unsigned int maximum value and the property values will be written in the last property values patch (the one with the greatest index).

◆ setValuesOfInt64Hdf5ArrayOfValues() [2/2]

void resqml2::AbstractValuesProperty::setValuesOfInt64Hdf5ArrayOfValues ( int64_t const * values,
uint64_t const * numValues,
uint64_t const * offsetValues,
unsigned int numArrayDimensions,
eml2::AbstractHdfProxy * proxy = nullptr,
uint64_t patchIndex = (std::numeric_limits<uint64_t>::max)() )
inline

Adds an nd array of explicit int 64 bits values into to the property values. Since this methods only pushes back values into an existing array, it is to be used along with pushBackInt64Hdf5ArrayOfValues().

Exceptions
std::invalid_argumentIf proxy is null and no default HDF proxy is defined into the data object repository.
std::out_of_rangeIf patchIndex is strictly greater than patch count and different from unsigned int maximum value.
Parameters
[in]valuesAll the property values to set ordered according to the topology of the representation it is based on.
numValuesThe number of property values ordered by dimension of the array to write. It is ordered from slowest dimension to fastest dimension.
offsetValuesThe offset values ordered by dimension of the array to write. It is ordered from slowest dimension to fastest dimension.
numArrayDimensionsThe number of dimensions of the array to write.
[in,out]proxy(Optional) The HDF proxy where to write the property values. It must be already opened for writing and won't be closed in this method. If null (default value), a default HDF proxy must be defined into the data object repository.
patchIndex(Optional) Zero-based index of the patch where to write the property values. If not provided, its default value is by convention set to unsigned int maximum value and the property values will be written in the last property values patch (the one with the greatest index).

Member Data Documentation

◆ XML_TAG

char const* resqml2::DiscreteProperty::XML_TAG = "DiscreteProperty"
staticconstexpr

The standard XML tag without XML namespace for serializing this data object.


The documentation for this class was generated from the following file: