|
CFx SDK Documentation 2026 SP0
|
#include <IfcLibraryInformationAutoImpl.h>
Public Member Functions | |
| const OdAnsiString & | getName () const |
| void | setName (const OdAnsiString &Name) |
| const OdAnsiString & | getVersion () const |
| void | setVersion (const OdAnsiString &Version) |
| IfcActorSelect | publisher () |
| const OdAnsiString & | getVersionDate () const |
| void | setVersionDate (const OdAnsiString &VersionDate) |
| const OdAnsiString & | getLocation () const |
| void | setLocation (const OdAnsiString &Location) |
| const OdAnsiString & | getDescription () const |
| void | setDescription (const OdAnsiString &Description) |
| void | getInvLibraryInfoForObjects (OdDAIObjectIds &LibraryInfoForObjects) const |
| void | getInvHasLibraryReferences (OdDAIObjectIds &HasLibraryReferences) const |
| IfcLibraryInformation () | |
| virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) override |
| virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) override |
| virtual OdDAI::Entity * | getInstanceType () const override |
| virtual OdRxValue | getAttr (const char *attrName) const override |
| virtual bool | comparedToEarlyImpl (const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const override |
| virtual void | unsetAttr (const char *explicitAttrName) override |
| virtual bool | testAttr (const char *explicitAttrName) const override |
| virtual bool | putAttr (const char *explicitAttrName, const OdRxValue &val) override |
| virtual bool | isKindOf (OdIfc::OdIfcEntityType entityType) const override |
| virtual OdIfc::OdIfcEntityType | type () const override |
| virtual OdRxValue | getAttr (const OdIfc::OdIfcAttribute attrDef) const override |
| virtual void | unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef) override |
| virtual bool | testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const override |
| virtual bool | putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) override |
Public Member Functions inherited from OdIfc4x4::OdIFC4X4Instance | |
| void | setInverseCounterParts () override |
Public Member Functions inherited from OdIfc::OdIfcInstance | |
| ODRX_DECLARE_MEMBERS (OdIfcInstance) | |
| OdIfcInstance () | |
| ~OdIfcInstance () | |
| bool | isInstanceOf (OdIfcEntityType entityType) const |
| 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 |
| virtual OdDbStub * | ownerId () const |
Protected Attributes | |
| OdAnsiString | m_Name |
| OdAnsiString | m_Version |
| OdDAI::Select | m_Publisher |
| OdAnsiString | m_VersionDate |
| OdAnsiString | m_Location |
| OdAnsiString | m_Description |
Protected Attributes inherited from OdIfc::OdIfcInstance | |
| void * | m_resPtr |
| IfcOpResult | m_resolved |
Friends | |
| class | IfcRelAssociatesLibrary |
| class | IfcLibraryReference |
Additional Inherited Members | |
Static Public Member Functions inherited from OdIfc::OdIfcInstance | |
| static const OdGePoint3d * | asPoint3d (const OdIfcInstance *inst) |
| static const OdGePoint2d * | asPoint2d (const OdIfcInstance *inst) |
| static const OdGeVector3d * | asVector3d (const OdIfcInstance *inst) |
| static const OdGeVector2d * | asVector2d (const OdIfcInstance *inst) |
| static const OdGeMatrix2d * | asMatrix2d (const OdIfcInstance *inst) |
| static const OdGeMatrix3d * | asMatrix3d (const OdIfcInstance *inst) |
| static OdIfcCompoundPtr | asCompound (OdSmartPtr< OdIfcInstance > inst) |
| static const OdCmEntityColor * | asRgbColor (const OdIfcInstance *inst) |
An IfcLibraryInformation describes a library where a library is a structured store of information, normally organized in a manner which allows information lookup through an index or reference value. IfcLibraryInformation provides the library Name and optional Description, Version, VersionDate and Publisher attributes. A Location can be added for electronic access to the library.
\changes
IFC4 changes: Attribute LibraryReference renamed to Location Type of the LibraryReference attribute changed from "set[1:?] of IfcLibraryReference" to "IfcURIReference" Type of the Publisher attribute changed from "IfcOrganization" to "IfcActorSelect" Type of the VersionDate attribute changed from "IfcCalendarDate" to "IfcDateTime"
Definition at line 51 of file IFC4X4/IfcLibraryInformationAutoImpl.h.
| OdIfc4x4::IfcLibraryInformation::IfcLibraryInformation | ( | ) |
Default constructor for the IfcLibraryInformation class.
|
overridevirtual |
Early-bound version of instances comparison.
| pOther | [in] Other application instance. |
| ordering | [out] Receives the ordering (comparison) status. |
Reimplemented from OdIfc4x4::IfcExternalInformation.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc::OdIfcInstance.
| const OdAnsiString & OdIfc4x4::IfcLibraryInformation::getDescription | ( | ) | const |
Returns the value of Description attribute. This attribute represents additional description provided for the library revision information.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4x4::IfcExternalInformation.
| void OdIfc4x4::IfcLibraryInformation::getInvHasLibraryReferences | ( | OdDAIObjectIds & | HasLibraryReferences | ) | const |
Returns the value of HasLibraryReferences attribute. This attribute represents the library references to which the library information applies.
| HasLibraryReferences | [out] Receives the value of HasLibraryReferences attribute. |
| void OdIfc4x4::IfcLibraryInformation::getInvLibraryInfoForObjects | ( | OdDAIObjectIds & | LibraryInfoForObjects | ) | const |
Returns the value of LibraryInfoForObjects attribute. This attribute represents the library information with which objects are associated.
| LibraryInfoForObjects | [out] Receives the value of LibraryInfoForObjects attribute. |
| const OdAnsiString & OdIfc4x4::IfcLibraryInformation::getLocation | ( | ) | const |
Returns the value of Location attribute. This attribute represents resource identifier or locator, provided as URI, URN or URL of the library information for online references.
| const OdAnsiString & OdIfc4x4::IfcLibraryInformation::getName | ( | ) | const |
Returns the value of Name attribute. This attribute represents the name which identifies the library.
| const OdAnsiString & OdIfc4x4::IfcLibraryInformation::getVersion | ( | ) | const |
Returns the value of Version attribute. This attribute represents identifier for the library version used for reference.
| const OdAnsiString & OdIfc4x4::IfcLibraryInformation::getVersionDate | ( | ) | const |
Returns the value of VersionDate attribute. This attribute represents date of the referenced version of the library.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4x4::IfcExternalInformation.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
| IfcActorSelect OdIfc4x4::IfcLibraryInformation::publisher | ( | ) |
Returns the value of Publisher attribute. This attribute represents information of the organization that acts as the library publisher.
|
overridevirtual |
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::OdIfcInstance.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc::OdIfcInstance.
| void OdIfc4x4::IfcLibraryInformation::setDescription | ( | const OdAnsiString & | Description | ) |
Sets the value of Description attribute. This attribute represents additional description provided for the library revision information.
| Description | [in] Description to set. |
| void OdIfc4x4::IfcLibraryInformation::setLocation | ( | const OdAnsiString & | Location | ) |
Sets the value of Location attribute. This attribute represents resource identifier or locator, provided as URI, URN or URL of the library information for online references.
| Location | [in] Location to set. |
| void OdIfc4x4::IfcLibraryInformation::setName | ( | const OdAnsiString & | Name | ) |
Sets the value of Name attribute. This attribute represents the name which identifies the library.
| Name | [in] Name to set. |
| void OdIfc4x4::IfcLibraryInformation::setVersion | ( | const OdAnsiString & | Version | ) |
Sets the value of Version attribute. This attribute represents identifier for the library version used for reference.
| Version | [in] Version to set. |
| void OdIfc4x4::IfcLibraryInformation::setVersionDate | ( | const OdAnsiString & | VersionDate | ) |
Sets the value of VersionDate attribute. This attribute represents date of the referenced version of the library.
| VersionDate | [in] Version date to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4x4::IfcExternalInformation.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc::OdIfcInstance.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc::OdIfcInstance.
|
friend |
Definition at line 302 of file IFC4X4/IfcLibraryInformationAutoImpl.h.
|
friend |
Definition at line 301 of file IFC4X4/IfcLibraryInformationAutoImpl.h.
|
protected |
Definition at line 298 of file IFC4X4/IfcLibraryInformationAutoImpl.h.
|
protected |
Definition at line 297 of file IFC4X4/IfcLibraryInformationAutoImpl.h.
|
protected |
Definition at line 293 of file IFC4X4/IfcLibraryInformationAutoImpl.h.
|
protected |
Definition at line 295 of file IFC4X4/IfcLibraryInformationAutoImpl.h.
|
protected |
Definition at line 294 of file IFC4X4/IfcLibraryInformationAutoImpl.h.
|
protected |
Definition at line 296 of file IFC4X4/IfcLibraryInformationAutoImpl.h.