|
CFx SDK Documentation
2022 SP0
|
#include <BcfLine.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdBcfLine) | |
| virtual OdResult | inFields (TiXmlElement *pParent) ODRX_OVERRIDE |
| virtual OdResult | outFields (TiXmlElement *pParent) const ODRX_OVERRIDE |
| virtual bool | validate () const ODRX_OVERRIDE |
| DECLARE_CONST_ACCESSORS (StartPoint, OdBcfPointPtr, m_pStartPoint) | |
| DECLARE_CONST_ACCESSORS (EndPoint, OdBcfPointPtr, m_pEndPoint) | |
Public Member Functions inherited from OdBcf::OdBcfElement | |
| ODRX_DECLARE_MEMBERS (OdBcfElement) | |
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 | |
| static OdSmartPtr< OdBcfLine > | createObject (const OdBcfPointPtr &pStartPoint, const OdBcfPointPtr &pEndPoint) |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
Protected Attributes | |
| OdBcfPointPtr | m_pStartPoint |
| OdBcfPointPtr | m_pEndPoint |
|
static |
Creates a new line object.
| pStartPoint | [in] A pointer to start point of the line. |
| pEndPoint | [in] A pointer to end point of the line. |
| OdBcf::OdBcfLine::DECLARE_CONST_ACCESSORS | ( | EndPoint | , |
| OdBcfPointPtr | , | ||
| m_pEndPoint | |||
| ) |
| OdBcf::OdBcfLine::DECLARE_CONST_ACCESSORS | ( | StartPoint | , |
| OdBcfPointPtr | , | ||
| m_pStartPoint | |||
| ) |
|
virtual |
Reads XML data into ODA data structures.
| pParent | [in] A pointer to parent element of the data structure. |
Implements OdBcf::OdBcfElement.
| OdBcf::OdBcfLine::ODRX_DECLARE_MEMBERS | ( | OdBcfLine | ) |
|
virtual |
Writes data into XML structures.
| pParent | [in] A pointer to parent element of the data structure. |
Implements OdBcf::OdBcfElement.
|
virtual |
Checks if instance has all required fields initialized.
Implements OdBcf::OdBcfElement.
|
protected |
|
protected |