CFx SDK Documentation
2020SP3
|
Go to the documentation of this file.
24 #ifndef _DbBlockParamValueSet_h_Included_
25 #define _DbBlockParamValueSet_h_Included_
32 class OdDbBlockParamValueSetImpl;
34 #ifdef OD_HAVE_MATH_FILE
38 #ifdef OD_HAVE_COMPLEX_FILE
93 OdDbBlockParamValueSetImpl* m_pImpl;
100 #endif // _DbBlockParamValueSet_h_Included_
OdGeDoubleArray sortedValueListIncluding(double) const
void setMinimum(double, bool)
bool useIncrement() const
void setValueList(OdGeDoubleArray const &, bool)
OdDbBlockParamValueSet(void *)
virtual void dxfOutFieldsHelper(OdDbDxfFiler *, short, short, short, short) const
virtual double closestLegalValue(double value, double initial) const
void setUseValueList(bool)
OdDbBlockParamValueSet(const OdDbBlockParamValueSet &)
class OdDbBlockParamValueSet & operator=(const OdDbBlockParamValueSet &)
bool useValueList() const
void setIncrement(double, bool)
OdGeDoubleArray valueList() const
void assign(const OdDbBlockParamValueSet &vs)
virtual void dwgOutFieldsHelper(OdDbDwgFiler *) const
virtual bool valueIsLegal(double, double) const
OdSmartPtr< OdDbBlockParamValueSet > OdDbBlockParamValueSetPtr
virtual ~OdDbBlockParamValueSet()
void setIncrement(double)
virtual void dxfInFieldsHelper(OdDbDxfFiler *, short, short, short, short)
GLsizei const GLfloat * value
void setMaximum(double, bool)
ODRX_DECLARE_MEMBERS(OdDbBlockParamValueSet)
virtual void dwgInFieldsHelper(OdDbDwgFiler *)
void setValueList(OdGeDoubleArray const &)
void setUseIncrement(bool)