CFx SDK Documentation 2024 SP0
|
#include <IfcDocumentInformationAutoImpl.h>
Public Member Functions | |
const OdAnsiString & | getDocumentId () const |
void | setDocumentId (const OdAnsiString &DocumentId) |
const OdAnsiString & | getName () const |
void | setName (const OdAnsiString &Name) |
const OdAnsiString & | getDescription () const |
void | setDescription (const OdAnsiString &Description) |
void | getDocumentReferences (OdDAIObjectIds &DocumentReferences) const |
OdDAI::OdDAIObjectIdSet & | documentReferences () |
const OdAnsiString & | getPurpose () const |
void | setPurpose (const OdAnsiString &Purpose) |
const OdAnsiString & | getIntendedUse () const |
void | setIntendedUse (const OdAnsiString &IntendedUse) |
const OdAnsiString & | getScope () const |
void | setScope (const OdAnsiString &Scope) |
const OdAnsiString & | getRevision () const |
void | setRevision (const OdAnsiString &Revision) |
IfcActorSelect | documentOwner () |
void | getEditors (OdArray< OdDAI::Select > &Editors) const |
void | getEditorsWrapperArray (OdArray< IfcActorSelect > &Editors) const |
OdDAI::Set< OdDAI::Select > & | editors () |
const OdDAIObjectId & | getCreationTime () const |
void | setCreationTime (const OdDAIObjectId &CreationTime) |
const OdDAIObjectId & | getLastRevisionTime () const |
void | setLastRevisionTime (const OdDAIObjectId &LastRevisionTime) |
const OdDAIObjectId & | getElectronicFormat () const |
void | setElectronicFormat (const OdDAIObjectId &ElectronicFormat) |
const OdDAIObjectId & | getValidFrom () const |
void | setValidFrom (const OdDAIObjectId &ValidFrom) |
const OdDAIObjectId & | getValidUntil () const |
void | setValidUntil (const OdDAIObjectId &ValidUntil) |
IfcDocumentConfidentialityEnum | getConfidentiality () const |
void | setConfidentiality (IfcDocumentConfidentialityEnum Confidentiality) |
IfcDocumentStatusEnum | getStatus () const |
void | setStatus (IfcDocumentStatusEnum Status) |
void | getInvIsPointedTo (OdDAIObjectIds &IsPointedTo) const |
void | getInvIsPointer (OdDAIObjectIds &IsPointer) const |
IfcDocumentInformation () | |
virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) |
virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) |
virtual void | setInverseCounterParts () |
virtual OdDAI::Entity * | getInstanceType () const |
virtual OdRxValue | getAttr (const char *attrName) const |
virtual bool | comparedToEarlyImpl (const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const |
virtual void | unsetAttr (const char *explicitAttrName) |
virtual bool | testAttr (const char *explicitAttrName) const |
virtual bool | putAttr (const char *explicitAttrName, const OdRxValue &val) |
virtual bool | isKindOf (OdIfc::OdIfcEntityType entityType) const |
virtual OdIfc::OdIfcEntityType | type () const |
virtual OdRxValue | getAttr (const OdIfc::OdIfcAttribute attrDef) const |
virtual void | unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef) |
virtual bool | testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const |
virtual bool | putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) |
Public Member Functions inherited from OdIfc::OdIfcEntity | |
ODRX_DECLARE_MEMBERS (OdIfcEntity) | |
OdIfcEntity () | |
~OdIfcEntity () | |
virtual bool | isKindOf (OdIfcEntityType entityType) const |
bool | isInstanceOf (OdIfcEntityType entityType) const |
virtual OdIfcEntityType | type () const |
virtual OdRxValue | getAttr (const OdIfcAttribute attrDef) const |
virtual bool | testAttr (const char *explicitAttrName) const |
virtual bool | testAttr (const OdIfcAttribute explicitAttrDef) const |
virtual void | unsetAttr (const char *explicitAttrName) |
virtual void | unsetAttr (const OdIfcAttribute explicitAttrDef) |
virtual bool | putAttr (const char *explicitAttrName, const OdRxValue &val) |
virtual bool | putAttr (const OdIfcAttribute explicitAttrDef, const OdRxValue &val) |
IfcOpResult | resolved () |
void | resolve (IfcOpResult resolved, void *resPtr) |
void | unresolve () |
virtual void | setGsNode (OdGsCache *pGsNode) |
virtual OdGsCache * | gsNode () const |
virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *traits) const |
virtual bool | subWorldDraw (OdGiWorldDraw *wd) const |
Protected Attributes | |
OdAnsiString | m_DocumentId |
OdAnsiString | m_Name |
OdAnsiString | m_Description |
OdDAI::OdDAIObjectIdSet | m_DocumentReferences |
OdAnsiString | m_Purpose |
OdAnsiString | m_IntendedUse |
OdAnsiString | m_Scope |
OdAnsiString | m_Revision |
OdDAI::Select | m_DocumentOwner |
OdDAI::Set< OdDAI::Select > | m_Editors |
OdDAIObjectId | m_CreationTime |
OdDAIObjectId | m_LastRevisionTime |
OdDAIObjectId | m_ElectronicFormat |
OdDAIObjectId | m_ValidFrom |
OdDAIObjectId | m_ValidUntil |
OdDAI::Enum | m_Confidentiality |
OdDAI::Enum | m_Status |
Protected Attributes inherited from OdIfc::OdIfcEntity | |
void * | m_resPtr |
IfcOpResult | m_resolved |
Friends | |
class | IfcDocumentInformationRelationship |
Additional Inherited Members | |
Static Public Member Functions inherited from OdIfc::OdIfcEntity | |
static const OdGePoint3d * | asPoint3d (const OdIfcEntity *pEnt) |
static const OdGePoint2d * | asPoint2d (const OdIfcEntity *pEnt) |
static const OdGeVector3d * | asVector3d (const OdIfcEntity *pEnt) |
static const OdGeVector2d * | asVector2d (const OdIfcEntity *pEnt) |
static const OdGeMatrix2d * | asMatrix2d (const OdIfcEntity *pEnt) |
static const OdGeMatrix3d * | asMatrix3d (const OdIfcEntity *pEnt) |
static OdIfcCompoundPtr | asCompound (OdSmartPtr< OdIfcEntity > pEnt) |
static const OdCmEntityColor * | asRgbColor (const OdIfcEntity *pEnt) |
Definition at line 45 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.
OdIfc2x3::IfcDocumentInformation::IfcDocumentInformation | ( | ) |
|
virtual |
Early-bound version of instances comparison.
pOther | [in] Other application instance. |
ordering | [out] Receives the ordering (comparison) status. |
IfcActorSelect OdIfc2x3::IfcDocumentInformation::documentOwner | ( | ) |
OdDAI::OdDAIObjectIdSet & OdIfc2x3::IfcDocumentInformation::documentReferences | ( | ) |
OdDAI::Set< OdDAI::Select > & OdIfc2x3::IfcDocumentInformation::editors | ( | ) |
|
virtual |
Returns an attribute value for the specified attribute name.
attrName | [in] Name of an attribute to query. |
|
virtual |
Returns an attribute value for the specified attribute definition.
attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc::OdIfcEntity.
IfcDocumentConfidentialityEnum OdIfc2x3::IfcDocumentInformation::getConfidentiality | ( | ) | const |
const OdDAIObjectId & OdIfc2x3::IfcDocumentInformation::getCreationTime | ( | ) | const |
const OdAnsiString & OdIfc2x3::IfcDocumentInformation::getDescription | ( | ) | const |
const OdAnsiString & OdIfc2x3::IfcDocumentInformation::getDocumentId | ( | ) | const |
void OdIfc2x3::IfcDocumentInformation::getDocumentReferences | ( | OdDAIObjectIds & | DocumentReferences | ) | const |
void OdIfc2x3::IfcDocumentInformation::getEditorsWrapperArray | ( | OdArray< IfcActorSelect > & | Editors | ) | const |
const OdDAIObjectId & OdIfc2x3::IfcDocumentInformation::getElectronicFormat | ( | ) | const |
|
virtual |
Returns a type of a class instance.
const OdAnsiString & OdIfc2x3::IfcDocumentInformation::getIntendedUse | ( | ) | const |
void OdIfc2x3::IfcDocumentInformation::getInvIsPointedTo | ( | OdDAIObjectIds & | IsPointedTo | ) | const |
void OdIfc2x3::IfcDocumentInformation::getInvIsPointer | ( | OdDAIObjectIds & | IsPointer | ) | const |
const OdDAIObjectId & OdIfc2x3::IfcDocumentInformation::getLastRevisionTime | ( | ) | const |
const OdAnsiString & OdIfc2x3::IfcDocumentInformation::getName | ( | ) | const |
const OdAnsiString & OdIfc2x3::IfcDocumentInformation::getPurpose | ( | ) | const |
const OdAnsiString & OdIfc2x3::IfcDocumentInformation::getRevision | ( | ) | const |
const OdAnsiString & OdIfc2x3::IfcDocumentInformation::getScope | ( | ) | const |
IfcDocumentStatusEnum OdIfc2x3::IfcDocumentInformation::getStatus | ( | ) | const |
const OdDAIObjectId & OdIfc2x3::IfcDocumentInformation::getValidFrom | ( | ) | const |
const OdDAIObjectId & OdIfc2x3::IfcDocumentInformation::getValidUntil | ( | ) | const |
|
virtual |
Reads object's data from the specified filer.
rdFiler | [in] Pointer to a filer from which to read the data. |
|
virtual |
Checks whether the specified instance is the object derived from or belongs to this class.
entityType | [in] Entity to check. |
Reimplemented from OdIfc::OdIfcEntity.
|
virtual |
Writes object's data the the specified filer.
wrFiler | [in] Pointer to a filer to which to write the data. |
|
virtual |
Sets the specified attribute with a given value.
explicitAttrName | [in] Explicit name of the attribute to set. |
val | [in] Value to set. |
Reimplemented from OdIfc::OdIfcEntity.
|
virtual |
Sets the specified attribute with a given value.
explicitAttrDef | [in] Explicit attribute definition to set. |
val | [in] Value to set. |
Reimplemented from OdIfc::OdIfcEntity.
void OdIfc2x3::IfcDocumentInformation::setConfidentiality | ( | IfcDocumentConfidentialityEnum | Confidentiality | ) |
void OdIfc2x3::IfcDocumentInformation::setCreationTime | ( | const OdDAIObjectId & | CreationTime | ) |
void OdIfc2x3::IfcDocumentInformation::setDescription | ( | const OdAnsiString & | Description | ) |
void OdIfc2x3::IfcDocumentInformation::setDocumentId | ( | const OdAnsiString & | DocumentId | ) |
void OdIfc2x3::IfcDocumentInformation::setElectronicFormat | ( | const OdDAIObjectId & | ElectronicFormat | ) |
void OdIfc2x3::IfcDocumentInformation::setIntendedUse | ( | const OdAnsiString & | IntendedUse | ) |
|
virtual |
Sets the object ID of this instance to inverse attributes of related instances according to schema specification of inverse attributes.
void OdIfc2x3::IfcDocumentInformation::setLastRevisionTime | ( | const OdDAIObjectId & | LastRevisionTime | ) |
void OdIfc2x3::IfcDocumentInformation::setName | ( | const OdAnsiString & | Name | ) |
void OdIfc2x3::IfcDocumentInformation::setPurpose | ( | const OdAnsiString & | Purpose | ) |
void OdIfc2x3::IfcDocumentInformation::setRevision | ( | const OdAnsiString & | Revision | ) |
void OdIfc2x3::IfcDocumentInformation::setScope | ( | const OdAnsiString & | Scope | ) |
void OdIfc2x3::IfcDocumentInformation::setStatus | ( | IfcDocumentStatusEnum | Status | ) |
void OdIfc2x3::IfcDocumentInformation::setValidFrom | ( | const OdDAIObjectId & | ValidFrom | ) |
void OdIfc2x3::IfcDocumentInformation::setValidUntil | ( | const OdDAIObjectId & | ValidUntil | ) |
|
virtual |
Checks whether the specified attribute is set.
explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc::OdIfcEntity.
|
virtual |
Checks whether the specified attribute is set.
explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc::OdIfcEntity.
|
virtual |
Returns the type of this entity.
Reimplemented from OdIfc::OdIfcEntity.
|
virtual |
Resets a value for the specified attribute.
explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc::OdIfcEntity.
|
virtual |
Resets a value for the specified attribute.
explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc::OdIfcEntity.
Definition at line 246 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.
|
protected |
Definition at line 242 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.
|
protected |
Definition at line 237 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.
|
protected |
Definition at line 227 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.
|
protected |
Definition at line 225 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.
|
protected |
Definition at line 234 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.
|
protected |
Definition at line 228 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.
|
protected |
Definition at line 235 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.
|
protected |
Definition at line 239 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.
|
protected |
Definition at line 231 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.
|
protected |
Definition at line 238 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.
|
protected |
Definition at line 226 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.
|
protected |
Definition at line 230 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.
|
protected |
Definition at line 233 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.
|
protected |
Definition at line 232 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.
|
protected |
Definition at line 243 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.
|
protected |
Definition at line 240 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.
|
protected |
Definition at line 241 of file Ifc2x3/IfcDocumentInformationAutoImpl.h.