CFx SDK Documentation 2024 SP0
|
#include <BcfClippingPlane.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdBcfClippingPlane) | |
virtual OdResult | inFields (TiXmlElement *pParent) ODRX_OVERRIDE |
virtual OdResult | outFields (TiXmlElement *pParent) const ODRX_OVERRIDE |
virtual bool | validate () const ODRX_OVERRIDE |
const OdBcfPointPtr & | getLocation () const |
bool | isLocationUnset () const |
const OdBcfDirectionPtr & | getDirection () const |
bool | isDirectionUnset () const |
Public Member Functions inherited from OdBcf::OdBcfElement | |
ODRX_DECLARE_MEMBERS (OdBcfElement) | |
virtual OdResult | inFields (TiXmlElement *pParent)=0 |
virtual OdResult | outFields (TiXmlElement *pParent) const =0 |
virtual bool | validate () const =0 |
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< OdBcfClippingPlane > | createObject (const OdBcfPointPtr &pLocation, const OdBcfDirectionPtr &pDirection) |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Protected Attributes | |
OdBcfPointPtr | m_pLocation |
OdBcfDirectionPtr | m_pDirection |
A class that stores and operates the information about a clipping plane.
Definition at line 45 of file BcfClippingPlane.h.
|
static |
Creates a new clipping plane object.
pLocation | [in] A pointer to the location that defines the clipping plane. |
pDirection | [in] A pointer to the direction that defines the clipping plane. |
const OdBcfDirectionPtr & OdBcf::OdBcfClippingPlane::getDirection | ( | ) | const |
Retrieves the direction of the clipping plane object.
const OdBcfPointPtr & OdBcf::OdBcfClippingPlane::getLocation | ( | ) | const |
Retrieves the location of the clipping plane object.
|
virtual |
Reads XML data into ODA data structures.
pParent | [in] A pointer to the parent element of the data structure. |
Implements OdBcf::OdBcfElement.
bool OdBcf::OdBcfClippingPlane::isDirectionUnset | ( | ) | const |
Defines whether the clipping plane's direction is not initialized.
bool OdBcf::OdBcfClippingPlane::isLocationUnset | ( | ) | const |
Defines whether the clipping plane's location is not initialized.
OdBcf::OdBcfClippingPlane::ODRX_DECLARE_MEMBERS | ( | OdBcfClippingPlane | ) |
|
virtual |
Writes data into XML structures.
pParent | [in] A pointer to the parent element of the data structure. |
Implements OdBcf::OdBcfElement.
|
virtual |
Checks whether the instance has all required fields initialized.
Implements OdBcf::OdBcfElement.
|
protected |
Definition at line 115 of file BcfClippingPlane.h.
|
protected |
Definition at line 114 of file BcfClippingPlane.h.