|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include <speckle.hpp>


Public Member Functions | |
| Pointcloud () | |
| Public Member Functions inherited from reusex::io::speckle::Base | |
| virtual | ~Base ()=default |
Public Attributes | |
| std::vector< double > | points |
| Flat [x,y,z,x,y,z,...]. | |
| std::vector< int > | colors |
| ARGB integers. | |
| std::vector< double > | sizes |
| Per-point sizes. | |
| std::string | units = "m" |
| Public Attributes inherited from reusex::io::speckle::Base | |
| std::string | speckle_type = "Base" |
| std::string | applicationId |
| std::map< std::string, nlohmann::json > | properties |
| std::vector< std::shared_ptr< Base > > | elements |
| Child objects (serialized as detached @elements). | |
Point cloud.
Definition at line 68 of file speckle.hpp.
|
inline |
Definition at line 74 of file speckle.hpp.
References reusex::io::speckle::Base::speckle_type.
| std::vector<int> reusex::io::speckle::Pointcloud::colors |
ARGB integers.
Definition at line 70 of file speckle.hpp.
| std::vector<double> reusex::io::speckle::Pointcloud::points |
Flat [x,y,z,x,y,z,...].
Definition at line 69 of file speckle.hpp.
| std::vector<double> reusex::io::speckle::Pointcloud::sizes |
Per-point sizes.
Definition at line 71 of file speckle.hpp.
| std::string reusex::io::speckle::Pointcloud::units = "m" |
Definition at line 72 of file speckle.hpp.