|
| UnstructuredGridRepresentation (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject) |
|
| UnstructuredGridRepresentation (common::DataObjectRepository *repo, const std::string &guid, const std::string &title, uint64_t cellCount) |
|
| UnstructuredGridRepresentation (resqml2::AbstractFeatureInterpretation *interp, const std::string &guid, const std::string &title, uint64_t cellCount) |
|
| UnstructuredGridRepresentation (gsoap_resqml2_0_1::_resqml20__UnstructuredGridRepresentation *fromGsoap) |
|
| ~UnstructuredGridRepresentation ()=default |
|
bool | hasGeometry () const final |
|
common::DataObjectReference | getHdfProxyDor () const final |
| Gets the data object reference of the HDF proxy which is used for storing the numerical values of this representation (i.e. its geometry).
|
|
void | getXyzPointsOfPatch (unsigned int patchIndex, double *xyzPoints) const final |
| Gets all the xyz points of a particular patch of this representation. xyz points are given in the local CRS.
|
|
void | getFaceIndicesOfCells (uint64_t *faceIndices) const final |
|
void | getCumulativeFaceCountPerCell (uint64_t *cumulativeFaceCountPerCell_) const final |
|
bool | isFaceCountOfCellsConstant () const final |
|
unsigned int | getConstantFaceCountOfCells () const final |
|
void | getNodeIndicesOfFaces (uint64_t *nodeIndices) const final |
|
void | getCumulativeNodeCountPerFace (uint64_t *nodeCountPerFace) const final |
|
bool | isNodeCountOfFacesConstant () const final |
|
unsigned int | getConstantNodeCountOfFaces () const final |
|
uint64_t | getCellCount () const final |
|
uint64_t | getFaceCount () const final |
|
uint64_t | getNodeCount () const final |
|
void | getCellFaceIsRightHanded (uint8_t *cellFaceIsRightHanded) const final |
|
void | setGeometryUsingExistingDatasets (const std::string &cellFaceIsRightHanded, const std::string &points, uint64_t pointCount, eml2::AbstractHdfProxy *proxy, const std::string &faceIndicesPerCell, const std::string &faceIndicesCumulativeCountPerCell, uint64_t faceCount, const std::string &nodeIndicesPerFace, const std::string &nodeIndicesCumulativeCountPerFace, gsoap_resqml2_0_1::resqml20__CellShape cellShape, eml2::AbstractLocal3dCrs *localCrs=nullptr) final |
|
std::string | getXmlNamespace () const final |
|
| UnstructuredGridRepresentation (gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject) |
|
| UnstructuredGridRepresentation () |
|
| UnstructuredGridRepresentation (gsoap_resqml2_0_1::_resqml20__UnstructuredGridRepresentation *fromGsoap) |
|
| UnstructuredGridRepresentation (gsoap_eml2_3::_resqml22__UnstructuredGridRepresentation *fromGsoap) |
|
uint64_t | getXyzPointCountOfPatch (unsigned int patchIndex) const final |
|
uint64_t const * | getCumulativeFaceCountPerCell () const |
|
void | getFaceCountPerCell (uint64_t *faceCountPerCell) const |
|
void | getNodeCountPerFace (uint64_t *nodeCountPerFace) const |
|
void | loadGeometry () |
|
void | unloadGeometry () |
|
uint64_t | getFaceCountOfCell (uint64_t cellIndex) const |
|
uint64_t | getNodeCountOfFaceOfCell (uint64_t cellIndex, unsigned int localFaceIndex) const |
|
uint64_t const * | getNodeIndicesOfFaceOfCell (uint64_t cellIndex, unsigned int localFaceIndex) const |
|
void | setGeometry (uint8_t *cellFaceIsRightHanded, double *points, uint64_t pointCount, eml2::AbstractHdfProxy *proxy, uint64_t *faceIndicesPerCell, uint64_t *faceIndicesCumulativeCountPerCell, uint64_t faceCount, uint64_t *nodeIndicesPerFace, uint64_t *nodeIndicesCumulativeCountPerFace, gsoap_resqml2_0_1::resqml20__CellShape cellShape, eml2::AbstractLocal3dCrs *localCrs=nullptr) |
|
void | setTetrahedraOnlyGeometryUsingExistingDatasets (const std::string &cellFaceIsRightHanded, const std::string &points, uint64_t pointCount, uint64_t faceCount, eml2::AbstractHdfProxy *proxy, const std::string &faceIndicesPerCell, const std::string &nodeIndicesPerFace, eml2::AbstractLocal3dCrs *localCrs=nullptr) |
| Sets a geometry which is only defined by means of tetrahedra using some existing HDF5 dataset.
|
|
void | setTetrahedraOnlyGeometry (uint8_t *cellFaceIsRightHanded, double *points, uint64_t pointCount, uint64_t faceCount, eml2::AbstractHdfProxy *proxy, uint64_t *faceIndicesPerCell, uint64_t *nodeIndicesPerFace, eml2::AbstractLocal3dCrs *localCrs=nullptr) |
| Sets a geometry which is only defined by means of tetrahedra and creates corresponding HDF5 datasets.
|
|
void | setHexahedraOnlyGeometryUsingExistingDatasets (const std::string &cellFaceIsRightHanded, const std::string &points, uint64_t pointCount, uint64_t faceCount, eml2::AbstractHdfProxy *proxy, const std::string &faceIndicesPerCell, const std::string &nodeIndicesPerFace, eml2::AbstractLocal3dCrs *localCrs=nullptr) |
|
void | setHexahedraOnlyGeometry (uint8_t *cellFaceIsRightHanded, double *points, uint64_t pointCount, uint64_t faceCount, eml2::AbstractHdfProxy *proxy, uint64_t *faceIndicesPerCell, uint64_t *nodeIndicesPerFace, eml2::AbstractLocal3dCrs *localCrs=nullptr) |
|
uint64_t | getPatchCount () const final |
|
virtual std::string | getXmlTag () const final |
|
virtual | ~AbstractGridRepresentation ()=default |
|
std::vector< class GridConnectionSetRepresentation * > | getGridConnectionSetRepresentationSet () const |
|
uint64_t | getGridConnectionSetRepresentationCount () const |
|
class GridConnectionSetRepresentation * | getGridConnectionSetRepresentation (uint64_t index) const |
|
AbstractGridRepresentation * | getParentGrid () const |
|
common::DataObjectReference | getParentGridDor () const |
|
std::vector< resqml2::AbstractGridRepresentation * > | getChildGridSet () const |
|
uint64_t | getChildGridCount () const |
|
AbstractGridRepresentation * | getChildGrid (uint64_t index) const |
|
void | setParentWindow (uint64_t *cellIndices, uint64_t cellIndexCount, class UnstructuredGridRepresentation *parentGrid, eml2::AbstractHdfProxy *proxy=nullptr) |
|
void | setParentWindow (unsigned int *columnIndices, uint64_t columnIndexCount, unsigned int kLayerIndexRegridStart, unsigned int *childCellCountPerInterval, unsigned int *parentCellCountPerInterval, unsigned int intervalCount, class AbstractColumnLayerGridRepresentation *parentGrid, eml2::AbstractHdfProxy *proxy=nullptr, double *childCellWeights=nullptr) |
|
void | setParentWindow (unsigned int iCellIndexRegridStart, unsigned int *childCellCountPerIInterval, unsigned int *parentCellCountPerIInterval, unsigned int iIntervalCount, unsigned int jCellIndexRegridStart, unsigned int *childCellCountPerJInterval, unsigned int *parentCellCountPerJInterval, unsigned int jIntervalCount, unsigned int kCellIndexRegridStart, unsigned int *childCellCountPerKInterval, unsigned int *parentCellCountPerKInterval, unsigned int kIntervalCount, class AbstractIjkGridRepresentation *parentGrid, eml2::AbstractHdfProxy *proxy=nullptr, double *iChildCellWeights=nullptr, double *jChildCellWeights=nullptr, double *kChildCellWeights=nullptr) |
|
void | setParentWindow (unsigned int iCellIndexRegridStart, unsigned int constantChildCellCountPerIInterval, unsigned int constantParentCellCountPerIInterval, unsigned int iIntervalCount, unsigned int jCellIndexRegridStart, unsigned int constantChildCellCountPerJInterval, unsigned int constantParentCellCountPerJInterval, unsigned int jIntervalCount, unsigned int kCellIndexRegridStart, unsigned int constantChildCellCountPerKInterval, unsigned int constantParentCellCountPerKInterval, unsigned int kIntervalCount, class AbstractIjkGridRepresentation *parentGrid, eml2::AbstractHdfProxy *proxy=nullptr, double *iChildCellWeights=nullptr, double *jChildCellWeights=nullptr, double *kChildCellWeights=nullptr) |
| Indicates that this grid takes place into another IJK parent grid. This method assumes that the count of cells per regrid interval is constant in both child and parent grids.
|
|
void | setParentWindow (unsigned int iCellIndexRegridStart, unsigned int iChildCellCount, unsigned int iParentCellCount, unsigned int jCellIndexRegridStart, unsigned int jChildCellCount, unsigned int jParentCellCount, unsigned int kCellIndexRegridStart, unsigned int kChildCellCount, unsigned int kParentCellCount, class AbstractIjkGridRepresentation *parentGrid, eml2::AbstractHdfProxy *proxy=nullptr, double *iChildCellWeights=nullptr, double *jChildCellWeights=nullptr, double *kChildCellWeights=nullptr) |
|
void | setForcedNonRegridedParentCell (uint64_t *cellIndices, uint64_t cellIndexCount) |
|
void | setCellOverlap (uint64_t parentChildCellPairCount, uint64_t *parentChildCellPair, const std::string &volumeUom, double *overlapVolumes=nullptr) |
|
int64_t | getParentCellIndexCount () const |
|
void | getParentCellIndices (uint64_t *parentCellIndices) const |
|
int64_t | getParentColumnIndexCount () const |
|
void | getParentColumnIndices (uint64_t *parentColumnIndices) const |
|
uint64_t | getRegridStartIndexOnParentGrid (char dimension) const |
|
uint64_t | getRegridIntervalCount (char dimension) const |
|
bool | isRegridCellCountPerIntervalConstant (char dimension, bool childVsParentCellCount) const |
|
uint64_t | getRegridConstantCellCountPerInterval (char dimension, bool childVsParentCellCount) const |
|
void | getRegridCellCountPerInterval (char dimension, uint64_t *childCellCountPerInterval, bool childVsParentCellCount) const |
|
bool | hasRegridChildCellWeights (char dimension) const |
|
void | getRegridChildCellWeights (char dimension, double *childCellWeights) const |
|
bool | hasForcedNonRegridedParentCell () const |
|
void | setCellAssociationWithStratigraphicOrganizationInterpretation (int64_t *stratiUnitIndices, int64_t nullValue, class AbstractStratigraphicOrganizationInterpretation *stratiOrgInterp) |
|
class AbstractStratigraphicOrganizationInterpretation * | getStratigraphicOrganizationInterpretation () const |
|
virtual common::DataObjectReference | getStratigraphicOrganizationInterpretationDor () const |
|
bool | hasCellStratigraphicUnitIndices () const |
|
int64_t | getCellStratigraphicUnitIndices (int64_t *stratiUnitIndices) |
|
void | setCellAssociationWithRockFluidOrganizationInterpretation (int64_t *rockFluidUnitIndices, int64_t nullValue, class RockFluidOrganizationInterpretation *rockFluidOrgInterp) |
|
class RockFluidOrganizationInterpretation * | getRockFluidOrganizationInterpretation () const |
|
virtual common::DataObjectReference | getRockFluidOrganizationInterpretationDor () const |
|
bool | hasCellFluidPhaseUnitIndices () const |
|
int64_t | getCellFluidPhaseUnitIndices (int64_t *rockfluidUnitIndices) |
|
bool | isTruncated () const |
|
uint64_t | getTruncatedFaceCount () const |
|
void | getNodeIndicesOfTruncatedFaces (uint64_t *nodeIndices) const |
|
void | getCumulativeNodeCountPerTruncatedFace (uint64_t *nodeCountPerFace) const |
|
void | getNodeCountPerTruncatedFace (uint64_t *nodeCountPerFace) const |
|
uint64_t | getTruncatedCellCount () const |
|
void | getTruncatedCellIndices (uint64_t *cellIndices) const |
|
void | getTruncatedFaceIndicesOfTruncatedCells (uint64_t *faceIndices) const |
|
void | getCumulativeTruncatedFaceCountPerTruncatedCell (uint64_t *cumulativeFaceCountPerCell) const |
|
void | getTruncatedFaceCountPerTruncatedCell (uint64_t *faceCountPerCell) const |
|
void | getNonTruncatedFaceIndicesOfTruncatedCells (uint64_t *faceIndices) const |
|
void | getCumulativeNonTruncatedFaceCountPerTruncatedCell (uint64_t *cumulativeFaceCountPerCell) const |
|
void | getNonTruncatedFaceCountPerTruncatedCell (uint64_t *faceCountPerCell) const |
|
void | getTruncatedFaceIsRightHanded (uint8_t *cellFaceIsRightHanded) const |
|
void | loadTargetRelationships () override |
|
virtual | ~AbstractRepresentation ()=default |
|
eml2::AbstractLocal3dCrs * | getLocalCrs (uint64_t patchIndex) const |
|
virtual common::DataObjectReference | getLocalCrsDor (uint64_t patchIndex) const |
|
void | setTimeIndex (uint64_t timeIndex, eml2::TimeSeries *timeSeries) |
|
uint64_t | getTimeIndex () const |
| Gets the time index of this representation in the associated TimeSeries. Be sure to first check that a TimeSeries is associated this representation by calling getTimeSeriesDor or getTimeSeries;.
|
|
eml2::TimeSeries * | getTimeSeries () const |
|
common::DataObjectReference | getTimeSeriesDor () const |
| Gets the data object reference of the TimeSeries containing the time of this representation at a particular index. For now, this method only look for a TimeSeries at the first patch containing a point geometry.
|
|
std::vector< class AbstractProperty * > | getPropertySet () const |
|
void | setInterpretation (class AbstractFeatureInterpretation *interp) |
|
class AbstractFeatureInterpretation * | getInterpretation () const |
|
common::DataObjectReference | getInterpretationDor () const |
|
uint64_t | getXyzPointCountOfAllPatches () const |
|
void | getXyzPointsOfPatchInGlobalCrs (unsigned int patchIndex, double *xyzPoints) const |
| Gets all the xyz points of a particular patch of this representation. xyz points are given in the global CRS.
|
|
void | getXyzPointsOfAllPatches (double *xyzPoints) const |
| Gets all the xyz points of all patches of this representation. xyz points are given in the local CRS.
|
|
bool | isInSingleLocalCrs () const |
|
bool | isInSingleGlobalCrs () const |
|
void | getXyzPointsOfAllPatchesInGlobalCrs (double *xyzPoints) const |
|
AbstractRepresentation * | getSeismicSupportOfPatch (const unsigned int &patchIndex) const |
|
std::set< AbstractRepresentation * > | getAllSeismicSupport () const |
|
void | pushBackIntoRepresentationSet (class RepresentationSetRepresentation *repSet) |
|
void | addSeismic3dCoordinatesToPatch (unsigned int patchIndex, double *inlines, double *crosslines, uint64_t pointCount, resqml2::AbstractRepresentation *seismicSupport, eml2::AbstractHdfProxy *proxy) |
|
void | addSeismic3dCoordinatesToPatch (unsigned int patchIndex, double startInline, double incrInline, unsigned int countInline, double startCrossline, double incrCrossline, unsigned int countCrossline, resqml2::AbstractRepresentation *seismicSupport) |
|
void | addSeismic2dCoordinatesToPatch (unsigned int patchIndex, double *lineAbscissa, resqml2::AbstractRepresentation *seismicSupport, eml2::AbstractHdfProxy *proxy) |
|
void | getSeismicLineAbscissaOfPointsOfPatch (unsigned int patchIndex, double *values) const |
|
void | getInlinesOfPointsOfPatch (unsigned int patchIndex, double *values) const |
|
void | getCrosslinesOfPointsOfPatch (unsigned int patchIndex, double *values) const |
|
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::DataObjectRepository * | getRepository () const |
|
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::Activity * | getActivity (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 () |
|