#include <sprk_exchange.h>
|
static const HPS::Type | staticType = HPS::Type::ExchangeBIMData |
|
static const HPS::Type | staticType = HPS::Type::None |
|
|
template<typename T > |
static intptr_t | ClassID () |
|
BIM related data inside the model.
◆ BIMData() [1/3]
HPS::Exchange::BIMData::BIMData |
( |
| ) |
|
The default constructor creates an empty BIMData object.
◆ BIMData() [2/3]
HPS::Exchange::BIMData::BIMData |
( |
BIMData const & |
in_bim_data | ) |
|
The copy constructor creates a new BIMData object that is associated with the same data as the source BIMData.
- Parameters
-
in_bim_data | The source BIMData to copy. |
◆ BIMData() [3/3]
HPS::Exchange::BIMData::BIMData |
( |
BIMData && |
in_bim_data | ) |
|
The move constructor creates a BIMData by transferring the underlying impl of the rvalue reference to this BIMData thereby avoiding a copy and allocation.
- Parameters
-
in_bim_data | An rvalue reference to a BIMData to take the impl from. |
◆ Equals()
bool HPS::Exchange::BIMData::Equals |
( |
BIMData const & |
in_bim_data | ) |
const |
Check if the source BIMData is equivalent to this BIMData.
- Parameters
-
- Returns
- true if the objects are equivalent, false otherwise.
◆ GetRelatedEntities()
◆ GetRelatingEntities()
◆ GetRelationships()
Get an array of all relationships that target the component given.
- Parameters
-
in_component | the component whose relationships are requested. |
- Returns
- the array of BIMRelationship for the component.
◆ GetTypes()
BIMTypeArray HPS::Exchange::BIMData::GetTypes |
( |
| ) |
const |
Get an array of BIMType present in this model.
- Returns
- the array of BIMType for this model.
◆ ObjectType()
HPS::Type HPS::Exchange::BIMData::ObjectType |
( |
| ) |
const |
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS::Object.
◆ operator!=()
bool HPS::Exchange::BIMData::operator!= |
( |
BIMData const & |
in_bim_data | ) |
const |
Check if the source BIMData is not equivalent to this BIMData.
- Parameters
-
- Returns
- true if the objects are not equivalent, false otherwise.
◆ operator=() [1/2]
The copy assignment operator copies the underlying impl of the source value to this BIMData.
- Parameters
-
- Returns
- A reference to this BIMData.
◆ operator=() [2/2]
The move assignment operator transfers the underlying impl of the rvalue reference to this BIMData thereby avoiding a copy.
- Parameters
-
in_bim_data | An rvalue reference to a BIMData to take the impl from. |
- Returns
- A reference to this BIMData.
◆ operator==()
bool HPS::Exchange::BIMData::operator== |
( |
BIMData const & |
in_bim_data | ) |
const |
Check if the source BIMData is equivalent to this BIMData.
- Parameters
-
- Returns
- true if the objects are equivalent, false otherwise.
The documentation for this class was generated from the following file: