|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Positioned reference to an InstanceDefinitionProxy. More...
#include <speckle.hpp>


Public Member Functions | |
| InstanceProxy () | |
| Public Member Functions inherited from reusex::io::speckle::Base | |
| virtual | ~Base ()=default |
Public Attributes | |
| std::string | definitionId |
| std::array< double, 16 > | transform |
| int | maxDepth = 0 |
| std::string | units = "m" |
| Public Attributes inherited from reusex::io::speckle::Base | |
| std::string | speckle_type = "Base" |
| std::string | applicationId |
| std::string | name |
| std::map< std::string, nlohmann::json > | properties |
| Custom properties — serialized nested under a "properties" sub-path (Speckle v3 DataObject convention). | |
| std::vector< std::shared_ptr< Base > > | elements |
| Child objects (serialized as detached @elements). | |
Positioned reference to an InstanceDefinitionProxy.
Holds a 4x4 transform (row-major) and points at the definition via definitionId.
Definition at line 99 of file speckle.hpp.
|
inline |
Definition at line 106 of file speckle.hpp.
References reusex::io::speckle::Base::speckle_type.
| std::string reusex::io::speckle::InstanceProxy::definitionId |
Definition at line 100 of file speckle.hpp.
| int reusex::io::speckle::InstanceProxy::maxDepth = 0 |
Definition at line 103 of file speckle.hpp.
| std::array<double, 16> reusex::io::speckle::InstanceProxy::transform |
Definition at line 101 of file speckle.hpp.
| std::string reusex::io::speckle::InstanceProxy::units = "m" |
Definition at line 104 of file speckle.hpp.