CFx SDK Documentation 2024 SP0
|
#include <AECGeGridUVRadial.h>
Additional Inherited Members | |
Public Member Functions inherited from AECGeGridUV | |
double | GetXDimension () const |
void | SetXDimension (double dDimension) |
double | GetYDimension () const |
void | SetYDimension (double dDimension) |
double | GetXBaySize () const |
void | SetXBaySize (double dSize) |
double | GetYBaySize () const |
void | SetYBaySize (double dSize) |
double | GetXStartOffset () const |
void | SetXStartOffset (double dOffset) |
double | GetXEndOffset () const |
void | SetXEndOffset (double dOffset) |
double | GetYStartOffset () const |
void | SetYStartOffset (double dOffset) |
double | GetYEndOffset () const |
void | SetYEndOffset (double dOffset) |
AECDefs::SpacingType | GetXSpacingType () const |
void | SetXSpacingType (AECDefs::SpacingType eType) |
AECDefs::SpacingType | GetYSpacingType () const |
void | SetYSpacingType (AECDefs::SpacingType eType) |
OdUInt32 | GetNextIndex () const |
OdUInt32 | GetNextIndexInc () |
OdUInt32 | GetNodeCount () const |
AECLayoutGrid2dNodeSubPtr | GetNodeByIndex (OdUInt32 iIndex) const |
AECImpArraySubPtr | GetNodes () const |
DOM. | |
OdUInt32 | GetCellCount () const |
AECLayoutGrid2dCellSubPtr | GetCellByIndex (OdUInt32 iIndex) const |
AECImpArraySubPtr | GetCells () const |
DOM. | |
void | GetRealXDimension (OdGeInterval &intDimension) const |
void | GetRealXPositions (std::vector< double > &aPos) const |
void | GetRealYDimension (OdGeInterval &intDimension) const |
void | GetRealYPositions (std::vector< double > &aPos) const |
OdUInt32 | GetXCellCount () const |
void | SetXCellCount (OdUInt32 iCount) |
OdUInt32 | GetYCellCount () const |
void | SetYCellCount (OdUInt32 iCount) |
virtual void | AddXGridLine (double dLocation) |
virtual void | ModeXGridLine (double dLocation, double dNewLocation) |
virtual void | RemoveXGridLine (double dLocation) |
virtual void | AddYGridLine (double dLocation) |
virtual void | ModeYGridLine (double dLocation, double dNewLocation) |
virtual void | RemoveYGridLine (double dLocation) |
virtual void | Regenerate () |
Public Member Functions inherited from AECImpObj | |
const OdString & | GetDescription () const |
void | SetDescription (const OdString &strDescription) |
virtual void | onObjectLoaded () |
virtual void | SubClose () |
DOM. | |
OdRxObject * | GetOwner () const |
OdRxObject * | GetOwner (OdRxClass *pClass) const |
void | addRefSubPtr () |
void | releaseSubPtr () |
void | assertReadEnabled () const |
void | assertWriteEnabled (bool autoUndo=true, bool recordModified=true) |
bool | isReadEnabled () const |
bool | isWriteEnabled () const |
OdDbDatabase * | database () const |
void | copyFrom (const OdRxObject *pOther) |
virtual OdUInt16 | minSupportedVersion () const |
void | SetOwner (OdDbObject *pOwner) |
DOM. | |
void | SetOwner (AECImpObj *pOwner) |
DOM. | |
class AECSIBase * | GetImpl () const |
DOM. | |
virtual OdResult | dwgInFieldsEx20 (AECDbDwgFiler *pFiler) |
DOM. | |
virtual OdResult | dwgInFieldsEx1 (AECDbDwgFiler *pFiler) |
DOM. | |
Public Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
OdRxObjectImpl () | |
void | addRef () |
void | release () |
long | numRefs () const |
Public Member Functions inherited from OdRxObject | |
ODRX_HEAP_OPERATORS () | |
OdRxObject () | |
virtual | ~OdRxObject () |
virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
virtual OdRxObject * | x (const OdRxClass *pClass) const |
virtual OdRxClass * | isA () const |
virtual void | addRef ()=0 |
virtual void | release ()=0 |
virtual long | numRefs () const |
bool | isKindOf (const OdRxClass *pClass) const |
virtual OdRxObjectPtr | clone () const |
virtual void | copyFrom (const OdRxObject *pSource) |
virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
virtual bool | isEqualTo (const OdRxObject *pOther) const |
Static Public Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
static OdSmartPtr< AECImpObj > | createObject () |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Protected Member Functions inherited from AECGeGridUV | |
virtual void | RegenerateXY (OdUInt32 iCntX, OdUInt32 iCntY) |
DOM. | |
void | FindX (double dX, std::vector< AECLayoutGrid2dNodeSubPtr > &aX) const |
DOM. | |
void | FindY (double dY, std::vector< AECLayoutGrid2dNodeSubPtr > &aY) const |
DOM. | |
Protected Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
ODRX_HEAP_OPERATORS () | |
Static Protected Member Functions inherited from AECGeGridUV | |
static void | GetCoords (AECDefs::SpacingType eType, const std::vector< double > &aOld, OdUInt32 iEvenCnt, double dS, double dE, double dBaySize, std::vector< double > &aRes) |
DOM. | |
Protected Attributes inherited from AECGeGridUV | |
double | m_dXDimension |
double | m_dYDimension |
double | m_dXBaySize |
double | m_dYBaySize |
double | m_dXStartOffset |
double | m_dYStartOffset |
double | m_dXEndOffset |
double | m_dYEndOffset |
AECDefs::SpacingType | m_eXSpacing |
AECDefs::SpacingType | m_eYSpacing |
OdUInt32 | m_iNextIndex |
AECImpArray | m_aNodes |
AECImpArray | m_aCells |
Protected Attributes inherited from AECImpObj | |
class AECSIBase * | m_pImp |
DOM. | |
OdUInt16 | m_iMinSupportedVersion |