21#include "../resqml2/PlaneSetRepresentation.h"
50 const std::string & guid,
const std::string & title);
62 COMMON_NS::DataObjectReference
getLocalCrsDor(uint64_t patchIndex)
const final;
75 DLL_IMPORT_OR_EXPORT
void getXyzPointsOfPatch(
unsigned int patchIndex,
double * xyzPoints)
const final;
87 double x1,
double y1,
double z1,
88 double x2,
double y2,
double z2,
89 double x3,
double y3,
double z3,
90 EML2_NS::AbstractLocal3dCrs* localCrs =
nullptr) final;
95 DLL_IMPORT_OR_EXPORT static const
char*
XML_NS;
PlaneSetRepresentation(gsoap_eml2_3::_resqml22__PlaneSetRepresentation *fromGsoap)
Definition PlaneSetRepresentation.h:57
void pushBackTiltedPlaneGeometryPatch(double x1, double y1, double z1, double x2, double y2, double z2, double x3, double y3, double z3, eml2::AbstractLocal3dCrs *localCrs=nullptr) final
void pushBackHorizontalPlaneGeometryPatch(double zCoordinate, eml2::AbstractLocal3dCrs *localCrs=nullptr) final
PlaneSetRepresentation(resqml2::AbstractFeatureInterpretation *interp, const std::string &guid, const std::string &title)
Creates an instance of this class in a gsoap context.
PlaneSetRepresentation(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition PlaneSetRepresentation.h:37
void getXyzPointsOfPatch(unsigned int patchIndex, double *xyzPoints) const final
std::string getXmlNamespace() const final
Definition PlaneSetRepresentation.h:100
uint64_t getXyzPointCountOfPatch(unsigned int patchIndex) const final
~PlaneSetRepresentation()=default
common::DataObjectReference getLocalCrsDor(uint64_t patchIndex) const final
uint64_t getPatchCount() const final
static const char * XML_NS
Definition PlaneSetRepresentation.h:95