ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
reusex::io::speckle::InstanceProxy Struct Reference

Positioned reference to an InstanceDefinitionProxy. More...

#include <speckle.hpp>

Inheritance diagram for reusex::io::speckle::InstanceProxy:
Collaboration diagram for reusex::io::speckle::InstanceProxy:

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).

Detailed Description

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.

Constructor & Destructor Documentation

◆ InstanceProxy()

reusex::io::speckle::InstanceProxy::InstanceProxy ( )
inline

Definition at line 106 of file speckle.hpp.

References reusex::io::speckle::Base::speckle_type.

Member Data Documentation

◆ definitionId

std::string reusex::io::speckle::InstanceProxy::definitionId

Definition at line 100 of file speckle.hpp.

◆ maxDepth

int reusex::io::speckle::InstanceProxy::maxDepth = 0

Definition at line 103 of file speckle.hpp.

◆ transform

std::array<double, 16> reusex::io::speckle::InstanceProxy::transform
Initial value:
{1, 0, 0, 0, 0, 1, 0, 0,
0, 0, 1, 0, 0, 0, 0, 1}

Definition at line 101 of file speckle.hpp.

◆ units

std::string reusex::io::speckle::InstanceProxy::units = "m"

Definition at line 104 of file speckle.hpp.


The documentation for this struct was generated from the following file: