24#include "witsml2_1/AbstractObject.h"
36 const std::string & guid,
37 const std::string & title);
49 DLL_IMPORT_OR_EXPORT std::string getWeightingFunctionUuid(
unsigned long index)
const;
50 DLL_IMPORT_OR_EXPORT
class WeightingFunction* getWeightingFunction(
unsigned long index)
const;
51 DLL_IMPORT_OR_EXPORT std::vector<class WeightingFunction*> getWeightingFunctions()
const;
54 void loadTargetRelationships();
56 DLL_IMPORT_OR_EXPORT
static const char* XML_TAG;
57 DLL_IMPORT_OR_EXPORT
virtual std::string getXmlTag()
const {
return XML_TAG; }
Definition: AbstractObject.h:26
Definition: WeightingFunctionDictionary.h:29
~WeightingFunctionDictionary()
Definition: WeightingFunctionDictionary.h:47
WeightingFunctionDictionary(COMMON_NS::DataObjectRepository *repo, const std::string &guid, const std::string &title)
WeightingFunctionDictionary(gsoap_eml2_2::witsml2__WeightingFunctionDictionary *fromGsoap)
Definition: WeightingFunctionDictionary.h:42
Definition: WeightingFunction.h:30