CFx SDK Documentation 2024 SP0
|
#include <BcfComponent.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdBcfComponent) | |
OdBcfComponent () | |
virtual OdResult | inFields (TiXmlElement *pParent) ODRX_OVERRIDE |
virtual OdResult | outFields (TiXmlElement *pParent) const ODRX_OVERRIDE |
virtual bool | validate () const ODRX_OVERRIDE |
const OdString & | getIfcGuid () const |
bool | isIfcGuidUnset () const |
const OdString & | getOriginatingSystem () const |
bool | isOriginatingSystemUnset () const |
const OdString & | getAuthoringToolId () const |
bool | isAuthoringToolIdUnset () 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 |
Protected Member Functions | |
OdBcfComponent & | operator= (const OdBcfComponentData &val) |
Friends | |
class | OdBcfSession |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Protected Attributes inherited from OdBcf::OdBcfComponentData | |
OdString | m_ifcGuid |
OdString | m_originatingSystem |
OdString | m_authoringToolId |
friend | OdBcfSession |
A class that stores and operates a component data type.
Definition at line 57 of file BcfComponent.h.
OdBcf::OdBcfComponent::OdBcfComponent | ( | ) |
Creates a new component object with default parameters.
const OdString & OdBcf::OdBcfComponent::getAuthoringToolId | ( | ) | const |
Retrieves the identifier of the authoring tool that was used for the creation of the component object.
const OdString & OdBcf::OdBcfComponent::getIfcGuid | ( | ) | const |
Retrieves the IFC global unique identifier (IfcGUID) of the component object.
const OdString & OdBcf::OdBcfComponent::getOriginatingSystem | ( | ) | const |
Retrieves the originating system's name of the component 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::OdBcfComponent::isAuthoringToolIdUnset | ( | ) | const |
Defines whether the identifier of the authoring tool that was used for the component object creation is not initialized.
bool OdBcf::OdBcfComponent::isIfcGuidUnset | ( | ) | const |
Defines whether the IFC global unique identifier (IfcGUID) of the component object is not initialized.
bool OdBcf::OdBcfComponent::isOriginatingSystemUnset | ( | ) | const |
Defines whether the originating system name is not initialized.
OdBcf::OdBcfComponent::ODRX_DECLARE_MEMBERS | ( | OdBcfComponent | ) |
|
protected |
|
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 component instance has all required fields initialized.
Implements OdBcf::OdBcfElement.
|
friend |
Definition at line 137 of file BcfComponent.h.