|
CFx SDK Documentation 2026 SP0
|
#include <SyScaleList.h>
Public Member Functions | |
| OdSyScaleList () | |
| void | init (OdDbDatabase *pDb, const OdDbObjectId *id=NULL, const OdString *name=NULL) |
| OdGeDoubleArray::size_type | findClosestScaleIdx (double scale) const |
| OdDbObjectId | findNextBiggerScaleFactor (const OdDbObjectId &id, double scale) const |
| OdDbObjectId | findScaleId (double scale, const OdDbDatabase *pDb) const |
| OdDbObjectId | findScaleId (double scale, bool) const |
| OdDbObjectIdArray::size_type | findScaleIdx (const OdDbObjectId &) const |
| OdDbObjectIdArray::size_type | findScaleIdx (const OdString &name) const |
| int | fromParentIdx () const |
| void | getLists (OdStringArray &names, OdDbObjectIdArray &ids, OdGeDoubleArray &scales) const |
| bool | getScale (OdGeDoubleArray::size_type index, OdDbObjectId &id, double &scale) const |
Static Public Member Functions | |
| static OdResult | getScale (double &scale, const OdDbObjectId &id) |
Protected Member Functions | |
| OdDbObjectId | findScaleId (double scale, const OdString &name) const |
<group Other_Classes>
Definition at line 35 of file SyScaleList.h.
| OdSyScaleList::OdSyScaleList | ( | ) |
| OdGeDoubleArray::size_type OdSyScaleList::findClosestScaleIdx | ( | double | scale | ) | const |
| OdDbObjectId OdSyScaleList::findNextBiggerScaleFactor | ( | const OdDbObjectId & | id, |
| double | scale ) const |
| OdDbObjectId OdSyScaleList::findScaleId | ( | double | scale, |
| bool | ) const |
| OdDbObjectId OdSyScaleList::findScaleId | ( | double | scale, |
| const OdDbDatabase * | pDb ) const |
|
protected |
| OdDbObjectIdArray::size_type OdSyScaleList::findScaleIdx | ( | const OdDbObjectId & | ) | const |
| OdDbObjectIdArray::size_type OdSyScaleList::findScaleIdx | ( | const OdString & | name | ) | const |
| int OdSyScaleList::fromParentIdx | ( | ) | const |
| void OdSyScaleList::getLists | ( | OdStringArray & | names, |
| OdDbObjectIdArray & | ids, | ||
| OdGeDoubleArray & | scales ) const |
|
static |
| bool OdSyScaleList::getScale | ( | OdGeDoubleArray::size_type | index, |
| OdDbObjectId & | id, | ||
| double & | scale ) const |
| void OdSyScaleList::init | ( | OdDbDatabase * | pDb, |
| const OdDbObjectId * | id = NULL, | ||
| const OdString * | name = NULL ) |