My Project
Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
resqml2::GridConnectionSetRepresentation Class Referenceabstract
Inheritance diagram for resqml2::GridConnectionSetRepresentation:
resqml2::AbstractRepresentation resqml2::AbstractObject resqml2_0_1::GridConnectionSetRepresentation

Public Member Functions

virtual ~GridConnectionSetRepresentation ()
 
virtual std::string getXmlTag () const
 
virtual std::string getHdfProxyUuid () const =0
 
virtual ULONG64 getCellIndexPairCount () const =0
 
virtual ULONG64 getCellIndexPairs (ULONG64 *cellIndexPairs) const =0
 
virtual unsigned int getCellIndexPairCountFromInterpretationIndex (const unsigned int &interpretationIndex) const =0
 
virtual bool isAssociatedToInterpretations () const =0
 
virtual void getInterpretationIndexCumulativeCount (unsigned int *cumulativeCount) const =0
 
virtual void getInterpretationIndices (unsigned int *interpretationIndices) const =0
 
virtual LONG64 getInterpretationIndexNullValue () const =0
 
virtual void getGridConnectionSetInformationFromInterpretationIndex (ULONG64 *cellIndexPairs, ULONG64 *gridIndexPairs, int *localFaceIndexPairs, const unsigned int &interpretationIndex) const =0
 
virtual std::string getInterpretationUuidFromIndex (const unsigned int &interpretationIndex) const =0
 
class AbstractFeatureInterpretationgetInterpretationFromIndex (const unsigned int &interpretationIndex) const
 
virtual unsigned int getInterpretationCount () const =0
 
virtual bool hasLocalFacePerCell () const =0
 
virtual void getLocalFacePerCellIndexPairs (int *localFacePerCellIndexPairs) const =0
 
virtual bool isBasedOnMultiGrids () const =0
 
virtual void getGridIndexPairs (ULONG64 *gridIndexPairs) const =0
 
virtual void setCellIndexPairsUsingExistingDataset (const ULONG64 &cellIndexPairCount, const std::string &cellIndexPair, const ULONG64 &nullValue, resqml2::AbstractHdfProxy *proxy, const std::string &gridIndexPair="")=0
 
void setCellIndexPairs (const ULONG64 &cellIndexPairCount, ULONG64 *cellIndexPair, const ULONG64 &nullValue, resqml2::AbstractHdfProxy *proxy, ULONG64 *gridIndexPair=nullptr)
 
virtual void setLocalFacePerCellIndexPairs (const ULONG64 &cellIndexPairCount, int *localFacePerCellIndexPair, resqml2::AbstractHdfProxy *proxy)=0
 
virtual void setConnectionInterpretationIndices (unsigned int *interpretationIndices, const unsigned int &interpretationIndiceCount, const ULONG64 &nullValue, resqml2::AbstractHdfProxy *proxy)=0
 
void pushBackInterpretation (class AbstractFeatureInterpretation *interp)
 
void pushBackSupportingGridRepresentation (class AbstractGridRepresentation *supportingGridRep)
 
virtual unsigned int getSupportingGridRepresentationCount () const =0
 
class AbstractGridRepresentationgetSupportingGridRepresentation (unsigned int index) const
 
virtual std::string getSupportingGridRepresentationUuid (unsigned int index) const =0
 
virtual std::string getSupportingGridRepresentationTitle (unsigned int index) const =0
 
virtual std::string getSupportingGridRepresentationContentType (unsigned int index) const =0
 
ULONG64 getXyzPointCountOfPatch (const unsigned int &patchIndex) const
 
void getXyzPointsOfPatch (const unsigned int &patchIndex, double *xyzPoints) const
 
unsigned int getPatchCount () const
 
- Public Member Functions inherited from resqml2::AbstractRepresentation
virtual ~AbstractRepresentation ()
 
class AbstractLocal3dCrsgetLocalCrs () const
 
virtual std::string getLocalCrsUuid () const
 
class AbstractHdfProxygetHdfProxy () const
 
const std::vector< class AbstractProperty * > & getPropertySet () const
 
std::vector< class AbstractValuesProperty * > getValuesPropertySet () const
 
unsigned int getValuesPropertyCount () const
 
class AbstractValuesPropertygetValuesProperty (const unsigned int &index) const
 
void setInterpretation (class AbstractFeatureInterpretation *interp)
 
class AbstractFeatureInterpretationgetInterpretation () const
 
std::string getInterpretationUuid () const
 
std::string getInterpretationContentType () const
 
void addSubRepresentation (SubRepresentation *subRep)
 
std::vector< SubRepresentation * > getSubRepresentationSet () const
 
unsigned int getSubRepresentationCount () const
 
SubRepresentationgetSubRepresentation (const unsigned int &index) const
 
std::vector< SubRepresentation * > getFaultSubRepresentationSet () const
 
unsigned int getFaultSubRepresentationCount () const
 
SubRepresentationgetFaultSubRepresentation (const unsigned int &index) const
 
ULONG64 getXyzPointCountOfAllPatches () const
 
void getXyzPointsOfPatchInGlobalCrs (const unsigned int &patchIndex, double *xyzPoints) const
 
void getXyzPointsOfAllPatches (double *xyzPoints) const
 
void getXyzPointsOfAllPatchesInGlobalCrs (double *xyzPoints) const
 
AbstractRepresentationgetSeismicSupportOfPatch (const unsigned int &patchIndex)
 
void pushBackIntoRepresentationSet (class RepresentationSetRepresentation *repSet, bool xml=true)
 
void setHdfProxy (resqml2::AbstractHdfProxy *proxy)
 
void addSeismic3dCoordinatesToPatch (const unsigned int patchIndex, double *inlines, double *crosslines, const unsigned int &pointCount, resqml2::AbstractRepresentation *seismicSupport, resqml2::AbstractHdfProxy *proxy)
 
void addSeismic3dCoordinatesToPatch (const unsigned int patchIndex, const double &startInline, const double &incrInline, const unsigned int &countInline, const double &startCrossline, const double &incrCrossline, const unsigned int &countCrossline, resqml2::AbstractRepresentation *seismicSupport)
 
void addSeismic2dCoordinatesToPatch (const unsigned int patchIndex, double *lineAbscissa, const unsigned int &pointCount, resqml2::AbstractRepresentation *seismicSupport, resqml2::AbstractHdfProxy *proxy)
 
void getSeismicLineAbscissaOfPointsOfPatch (const unsigned int &patchIndex, double *values)
 
- Public Member Functions inherited from resqml2::AbstractObject
bool isPartial () const
 
std::string getUuid () const
 
std::string getTitle () const
 
std::string getEditor () const
 
time_t getCreation () const
 
std::string getOriginator () const
 
std::string getDescription () const
 
time_t getLastUpdate () const
 
std::string getFormat () const
 
std::string getDescriptiveKeywords () const
 
void setTitle (const std::string &title)
 
void setEditor (const std::string &editor)
 
void setCreation (const time_t &creation)
 
void setOriginator (const std::string &originator)
 
void setDescription (const std::string &description)
 
void setLastUpdate (const time_t &lastUpdate)
 
void setFormat (const std::string &format)
 
void setDescriptiveKeywords (const std::string &descriptiveKeywords)
 
void setMetadata (const std::string &title, const std::string &editor, const time_t &creation, const std::string &originator, const std::string &description, const time_t &lastUpdate, const std::string &format, const std::string &descriptiveKeywords)
 
void serializeIntoStream (std::ostream *stream)
 
gsoap_resqml2_0_1::eml__AbstractCitedDataObject * getGsoapProxy () const
 
soap * getGsoapContext () const
 
int getGsoapType () const
 
gsoap_resqml2_0_1::eml__DataObjectReference * newResqmlReference () const
 
gsoap_resqml2_0_1::resqml2__ContactElementReference * newResqmlContactElementReference () const
 
common::EpcDocumentgetEpcDocument () const
 
virtual std::string getXmlNamespace () const
 
virtual std::string getResqmlVersion () const
 
std::string getContentType () const
 
std::string getPartNameInEpcDocument () const
 
std::string serializeIntoString ()
 
void addAlias (const std::string &authority, const std::string &title)
 
unsigned int getAliasCount () const
 
std::string getAliasAuthorityAtIndex (const unsigned int &index) const
 
std::string getAliasTitleAtIndex (const unsigned int &index) const
 
const std::vector< resqml2::Activity * > & getActivitySet () const
 
void addOrSetExtraMetadata (const std::string &key, const std::string &value)
 
std::tr1::unordered_map< std::string, std::string > getExtraMetadataSet () const
 
std::string getExtraMetadata (const std::string &key)
 
unsigned int getExtraMetadataCount () const
 
std::string getExtraMetadataKeyAtIndex (const unsigned int &index) const
 
std::string getExtraMetadataStringValueAtIndex (const unsigned int &index) const
 

Static Public Attributes

static const char * XML_TAG = "GridConnectionSetRepresentation"
 
- Static Public Attributes inherited from resqml2::AbstractRepresentation
static const char * XML_TAG = "AbstractRepresentation"
 

Protected Member Functions

 GridConnectionSetRepresentation (gsoap_resqml2_0_1::eml__DataObjectReference *partialObject)
 
 GridConnectionSetRepresentation (class AbstractFeatureInterpretation *interp)
 
 GridConnectionSetRepresentation (gsoap_resqml2_0_1::_resqml2__GridConnectionSetRepresentation *fromGsoap)
 
virtual void pushBackXmlInterpretation (class AbstractFeatureInterpretation *interp)=0
 
virtual void pushBackXmlSupportingGridRepresentation (class AbstractGridRepresentation *supportingGridRep)=0
 
- Protected Member Functions inherited from resqml2::AbstractRepresentation
 AbstractRepresentation (common::EpcDocument *epcDoc, gsoap_resqml2_0_1::eml__DataObjectReference *partialObject)
 
 AbstractRepresentation (class AbstractFeatureInterpretation *interp, class AbstractLocal3dCrs *crs)
 
 AbstractRepresentation (gsoap_resqml2_0_1::resqml2__AbstractRepresentation *fromGsoap)
 
void pushBackSeismicSupport (AbstractRepresentation *seismicSupport)
 
void setXmlInterpretation (class AbstractFeatureInterpretation *interp)
 
virtual gsoap_resqml2_0_1::resqml2__PointGeometry * getPointGeometry2_0_1 (const unsigned int &patchIndex) const
 
gsoap_resqml2_0_1::resqml2__PointGeometry * createPointGeometryPatch2_0_1 (const unsigned int &patchIndex, double *points, unsigned long long *numPoints, const unsigned int &numDimensionsInArray, resqml2::AbstractHdfProxy *proxy)
 
std::string getHdfProxyUuidFromPointGeometryPatch (gsoap_resqml2_0_1::resqml2__PointGeometry *patch) const
 
gsoap_resqml2_0_1::resqml2__Seismic2dCoordinates * getSeismic2dCoordinates (const unsigned int &patchIndex) const
 
gsoap_resqml2_0_1::resqml2__Seismic3dCoordinates * getSeismic3dCoordinates (const unsigned int &patchIndex) const
 
- Protected Member Functions inherited from resqml2::AbstractObject
 AbstractObject (common::EpcDocument *epcDoc, gsoap_resqml2_0_1::eml__DataObjectReference *partialObject)
 Indicate whether methods update the XML (gSoap) or only the C++ classes of the API. More...
 
 AbstractObject (gsoap_resqml2_0_1::eml__AbstractCitedDataObject *proxy=nullptr)
 
void initMandatoryMetadata ()
 
void setMetadata (const std::string &guid, const std::string &title, const std::string &editor, const time_t &creation, const std::string &originator, const std::string &description, const time_t &lastUpdate, const std::string &format, const std::string &descriptiveKeywords)
 

Additional Inherited Members

- Public Types inherited from resqml2::AbstractRepresentation
enum  indexableElement {
  NODE = 0, EDGE = 1, FACE = 2, VOLUME = 3,
  PILLAR = 4
}
 
- Static Protected Member Functions inherited from resqml2::AbstractObject
static void addActivityToResqmlObject (resqml2::Activity *activity, AbstractObject *resqmlObject)
 
- Protected Attributes inherited from resqml2::AbstractRepresentation
class AbstractFeatureInterpretationinterpretation
 
resqml2::AbstractHdfProxyhdfProxy
 
class AbstractLocal3dCrslocalCrs
 
std::vector< AbstractRepresentation * > seismicSupportSet
 
std::vector< SubRepresentation * > subRepresentationSet
 
std::vector< AbstractProperty * > propertySet
 
std::vector< AbstractRepresentation * > seismicSupportedRepSet
 
std::vector< class RepresentationSetRepresentation * > representationSetRepresentationSet
 
- Protected Attributes inherited from resqml2::AbstractObject
gsoap_resqml2_0_1::eml__AbstractCitedDataObject * gsoapProxy2_0_1
 
common::EpcDocumentepcDocument
 
std::vector< resqml2::Activity * > activitySet
 
bool updateXml
 

Constructor & Destructor Documentation

resqml2::GridConnectionSetRepresentation::GridConnectionSetRepresentation ( gsoap_resqml2_0_1::eml__DataObjectReference *  partialObject)
inlineprotected

Only to be used in partial transfer context

resqml2::GridConnectionSetRepresentation::GridConnectionSetRepresentation ( class AbstractFeatureInterpretation interp)
inlineprotected

Creates an instance of this class in a gsoap context.

resqml2::GridConnectionSetRepresentation::GridConnectionSetRepresentation ( gsoap_resqml2_0_1::_resqml2__GridConnectionSetRepresentation *  fromGsoap)
inlineprotected

Creates an instance of this class by wrapping a gsoap instance.

virtual resqml2::GridConnectionSetRepresentation::~GridConnectionSetRepresentation ( )
inlinevirtual

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

Reimplemented in resqml2_0_1::GridConnectionSetRepresentation.

Member Function Documentation

virtual ULONG64 resqml2::GridConnectionSetRepresentation::getCellIndexPairCount ( ) const
pure virtual

Get the cell index pair count of this grid connection representation

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

virtual unsigned int resqml2::GridConnectionSetRepresentation::getCellIndexPairCountFromInterpretationIndex ( const unsigned int &  interpretationIndex) const
pure virtual

Get the cell index pairs count which correspond to a particular interpretation.

Parameters
interpretationIndexThe index of the interpretation in the collection of feature interpretation of this grid connection set.

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

virtual ULONG64 resqml2::GridConnectionSetRepresentation::getCellIndexPairs ( ULONG64 *  cellIndexPairs) const
pure virtual

Get the cell index pair count of this grid connection representation

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

virtual void resqml2::GridConnectionSetRepresentation::getGridConnectionSetInformationFromInterpretationIndex ( ULONG64 *  cellIndexPairs,
ULONG64 *  gridIndexPairs,
int *  localFaceIndexPairs,
const unsigned int &  interpretationIndex 
) const
pure virtual

Get the cell index pairs, the grid index pairs (optional) and the local face pairs (optional) which correspond to a particular interpretation.

Parameters
cellIndexPairsMandatory. Must be allocated with getCellIndexPairCountFromIndex first.
gridIndexPairsOptional (put null if you don't want it). Must be allocated with getCellIndexPairCountFromIndex first.
localFaceIndexPairsOptional (put null if you don't want it). Must be allocated with getCellIndexPairCountFromIndex first.
interpretationIndexThe index of the interpretation in the collection of feature interpretation of this grid connection set.

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

virtual void resqml2::GridConnectionSetRepresentation::getGridIndexPairs ( ULONG64 *  gridIndexPairs) const
pure virtual

Get the grid index pairs of this grid connection representation The count of gridIndexPairs must be getCellIndexPairCount()*2.

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

virtual unsigned int resqml2::GridConnectionSetRepresentation::getInterpretationCount ( ) const
pure virtual

Get the count of interpretations in this grid connection set.

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

AbstractFeatureInterpretation * GridConnectionSetRepresentation::getInterpretationFromIndex ( const unsigned int &  interpretationIndex) const

Get a particular interpretation of this grid connection set.

Parameters
interpretationIndexThe index of the interpretation in the collection of feature interpretation of this grid connection set.
virtual void resqml2::GridConnectionSetRepresentation::getInterpretationIndexCumulativeCount ( unsigned int *  cumulativeCount) const
pure virtual

Get the interpretation index cumulative count of this grid connection representation The count of cumulativeCount must be getCellIndexPairCount().

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

virtual LONG64 resqml2::GridConnectionSetRepresentation::getInterpretationIndexNullValue ( ) const
pure virtual

Returns the null value for interpretation index.

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

virtual void resqml2::GridConnectionSetRepresentation::getInterpretationIndices ( unsigned int *  interpretationIndices) const
pure virtual

Get the interpretation indices of this grid connection representation The count of interpretationIndices is the last value of the array returning by getInterpretationIndexCumulativeCount.

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

virtual std::string resqml2::GridConnectionSetRepresentation::getInterpretationUuidFromIndex ( const unsigned int &  interpretationIndex) const
pure virtual

Get the UUID of a particular interpretation of this grid connection set.

Parameters
interpretationIndexThe index of the interpretation in the collection of feature interpretation of this grid connection set.

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

virtual void resqml2::GridConnectionSetRepresentation::getLocalFacePerCellIndexPairs ( int *  localFacePerCellIndexPairs) const
pure virtual

Get the local face cell index pairs of this grid connection representation The count of localFacePerCellIndexPairs must be getCellIndexPairCount()*2.

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

unsigned int resqml2::GridConnectionSetRepresentation::getPatchCount ( ) const
inlinevirtual

Always return one since this representation does not contain patches.

Implements resqml2::AbstractRepresentation.

AbstractGridRepresentation * GridConnectionSetRepresentation::getSupportingGridRepresentation ( unsigned int  index) const

Get the supporting grid representation located at a specific index of this grid connection representation.

virtual std::string resqml2::GridConnectionSetRepresentation::getSupportingGridRepresentationContentType ( unsigned int  index) const
pure virtual

Get the one of the supporting grid representation content type of this grid connection representation.

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

virtual unsigned int resqml2::GridConnectionSetRepresentation::getSupportingGridRepresentationCount ( ) const
pure virtual

Get the count of the supporting grid representations of this grid connection representation.

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

virtual std::string resqml2::GridConnectionSetRepresentation::getSupportingGridRepresentationTitle ( unsigned int  index) const
pure virtual

Get the one of the supporting grid representation title of this grid connection representation.

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

virtual std::string resqml2::GridConnectionSetRepresentation::getSupportingGridRepresentationUuid ( unsigned int  index) const
pure virtual

Get the one of the supporting grid representation uuid of this grid connection representation.

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

std::string GridConnectionSetRepresentation::getXmlTag ( ) const
virtual

Get the XML tag for the XML serialization of this instance

Implements resqml2::AbstractObject.

ULONG64 GridConnectionSetRepresentation::getXyzPointCountOfPatch ( const unsigned int &  patchIndex) const
virtual

Get the xyz point count in a given patch.

Implements resqml2::AbstractRepresentation.

void GridConnectionSetRepresentation::getXyzPointsOfPatch ( const unsigned int &  patchIndex,
double *  xyzPoints 
) const
virtual

Get all the XYZ points of a particular patch of this representation. XYZ points are given in the local CRS.

Parameters
xyzPointsA linearized 2d array where the first (quickest) dimension is coordinate dimension (XYZ) and second dimension is vertex dimension. It must be pre allocated.

Implements resqml2::AbstractRepresentation.

virtual bool resqml2::GridConnectionSetRepresentation::hasLocalFacePerCell ( ) const
pure virtual

Indicates if the grid connection set representation contains information on the connected faces of the two cells.

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

virtual bool resqml2::GridConnectionSetRepresentation::isAssociatedToInterpretations ( ) const
pure virtual

Indicates wether the cell connection are associated to interpretation or not.

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

virtual bool resqml2::GridConnectionSetRepresentation::isBasedOnMultiGrids ( ) const
pure virtual

Indicates if the grid connection set representation is based on several grids.

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

void GridConnectionSetRepresentation::pushBackInterpretation ( class AbstractFeatureInterpretation interp)

Pushes back an interpretation which can be mapped with some connections.

Parameters
interpThe interpration to push back.
void GridConnectionSetRepresentation::pushBackSupportingGridRepresentation ( class AbstractGridRepresentation supportingGridRep)

Pushes back a grid representation which is one of the support of this representation. And push back this representation as a grid connection information of the grid representation as well.

void GridConnectionSetRepresentation::setCellIndexPairs ( const ULONG64 &  cellIndexPairCount,
ULONG64 *  cellIndexPair,
const ULONG64 &  nullValue,
resqml2::AbstractHdfProxy proxy,
ULONG64 *  gridIndexPair = nullptr 
)

Set the cell index pairs of the grid connections representation

Parameters
cellIndexPairCountThe count of cell index pair. It is half of all the stored numerical values.
cellIndexPairAll the cell index pair in a 1d Array where the cell indices go faster than the pair.
nullValueThe integer null value used in the hdf dataset for null cell and potentially null grid.
proxyThe HDF proxy where the numerical values (cell indices) are stored.
gridIndexPairAll the grid index pair in a 1d Array where the grid indices go faster than the pair. The grid at an index must correspond to the cell at the same index in the cellIndexPair array.
virtual void resqml2::GridConnectionSetRepresentation::setCellIndexPairsUsingExistingDataset ( const ULONG64 &  cellIndexPairCount,
const std::string &  cellIndexPair,
const ULONG64 &  nullValue,
resqml2::AbstractHdfProxy proxy,
const std::string &  gridIndexPair = "" 
)
pure virtual

Set the cell index pairs of the grid connections representation using some exisiting hdf5 datasets.

Parameters
cellIndexPairCountThe count of cell index pair. It is half of all the stored numerical values.
cellIndexPairThe HDF dataset path where we can find all the cell index pair in a 1d Array where the cell indices go faster than the pair.
nullValueThe integer null value used in the hdf dataset for null cell and potentially null grid.
proxyThe HDF proxy where the numerical values (cell indices) are stored.
gridIndexPairThe HDF dataset path where we can find all the grid index pair in a 1d Array where the grid indices go faster than the pair. The grid at an index must correspond to the cell at the same index in the cellIndexPair array.

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

virtual void resqml2::GridConnectionSetRepresentation::setConnectionInterpretationIndices ( unsigned int *  interpretationIndices,
const unsigned int &  interpretationIndiceCount,
const ULONG64 &  nullValue,
resqml2::AbstractHdfProxy proxy 
)
pure virtual

For each connection in the grid connection set representation, allow to map zero or one feature interpretation. TODO: Resqml allows to map with more than one feature interpretation.

Parameters
interpretationIndicesFor each connection, the index of the corresponding interpretation in the interpretation set of this grid connection. The count of this array is given by the next parameter.
interpretationIndiceCountThe count of interpretation indices.
nullValueThe null value must be used as the corresponding interpretation index for each connection which are not associated to any interpretation.
proxyThe Hdf proxy where the numerical values will be stored.

Implemented in resqml2_0_1::GridConnectionSetRepresentation.

virtual void resqml2::GridConnectionSetRepresentation::setLocalFacePerCellIndexPairs ( const ULONG64 &  cellIndexPairCount,
int *  localFacePerCellIndexPair,
resqml2::AbstractHdfProxy proxy 
)
pure virtual

Optional 2 x #Connections array of local face-per-cell indices for (Cell1,Cell2) for each connection. Local face-per-cell indices are used because global face indices need not have been defined. If no face-per-cell definition occurs as part of the grid representation, e.g., for a block-centered grid, then this array need not appear. Null value = -1 by dcoumentation

Implemented in resqml2_0_1::GridConnectionSetRepresentation.


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