21 #include "BoundaryFeature.h"
23 namespace RESQML2_0_1_NS
48 GeneticBoundaryFeature(COMMON_NS::DataObjectRepository * repo,
const std::string & guid,
const std::string & title,
bool isAnHorizon);
73 DLL_IMPORT_OR_EXPORT
void setAge(
unsigned int age);
87 DLL_IMPORT_OR_EXPORT uint64_t
getAge()
const;
94 DLL_IMPORT_OR_EXPORT
static const char*
XML_TAG;
101 DLL_IMPORT_OR_EXPORT std::string
getXmlTag() const final {
return XML_TAG; }
Definition: BoundaryFeature.h:27
Definition: GeneticBoundaryFeature.h:27
static const char * XML_TAG
Definition: GeneticBoundaryFeature.h:94
void setAge(unsigned int age)
std::string getXmlTag() const final
Definition: GeneticBoundaryFeature.h:101
GeneticBoundaryFeature(gsoap_resqml2_0_1::_resqml20__GeneticBoundaryFeature *fromGsoap)
Definition: GeneticBoundaryFeature.h:55
virtual ~GeneticBoundaryFeature()=default
GeneticBoundaryFeature(gsoap_resqml2_0_1::eml20__DataObjectReference *partialObject)
Definition: GeneticBoundaryFeature.h:37
GeneticBoundaryFeature(common::DataObjectRepository *repo, const std::string &guid, const std::string &title, bool isAnHorizon)