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

One model (branch) to upload to Speckle. More...

#include <speckle.hpp>

Collaboration diagram for reusex::io::speckle::SpeckleModel:

Public Attributes

std::string model_name
 branch name (e.g., "cloud", "semantic")
std::shared_ptr< Baseroot
 root object for this model's version

Detailed Description

One model (branch) to upload to Speckle.

Definition at line 139 of file speckle.hpp.

Member Data Documentation

◆ model_name

std::string reusex::io::speckle::SpeckleModel::model_name

branch name (e.g., "cloud", "semantic")

Definition at line 140 of file speckle.hpp.

◆ root

std::shared_ptr<Base> reusex::io::speckle::SpeckleModel::root

root object for this model's version

Definition at line 141 of file speckle.hpp.


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