OEConversionOptionsBase

Attention

This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.

class OEConversionOptionsBase

Constructors

OEConversionOptionsBase()=default
OEConversionOptionsBase(OEConversionOptionsBase &&)=default
OEConversionOptionsBase(const OEConversionOptionsBase &)=default

operator=

OEConversionOptionsBase &operator=(OEConversionOptionsBase &&)=default
OEConversionOptionsBase &operator=(const OEConversionOptionsBase &)=default

GetErrorField

std::string GetErrorField() const

GetSamplePercent

float GetSamplePercent() const

GetSchemaLimit

unsigned int GetSchemaLimit() const

GetSchemaRecord

const OEDataFlow::OERecord &GetSchemaRecord() const

GetSmilesFieldName

std::string GetSmilesFieldName() const

GetUniqueValuesLimit

unsigned int GetUniqueValuesLimit() const

SetErrorField

void SetErrorField(const std::string &fieldName)

SetSamplePercent

void SetSamplePercent(float limit)

SetSchemaLimit

void SetSchemaLimit(unsigned int limit)

SetSchemaRecord

void SetSchemaRecord(const OEDataFlow::OERecord &record)

SetSmilesFieldName

void SetSmilesFieldName(const std::string fieldName)

SetUniqueValuesLimit

void SetUniqueValuesLimit(unsigned int limit)