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

Point cloud. More...

#include <speckle.hpp>

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

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

Detailed Description

Point cloud.

Definition at line 68 of file speckle.hpp.

Constructor & Destructor Documentation

◆ Pointcloud()

reusex::io::speckle::Pointcloud::Pointcloud ( )
inline

Definition at line 74 of file speckle.hpp.

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

Member Data Documentation

◆ colors

std::vector<int> reusex::io::speckle::Pointcloud::colors

ARGB integers.

Definition at line 70 of file speckle.hpp.

◆ points

std::vector<double> reusex::io::speckle::Pointcloud::points

Flat [x,y,z,x,y,z,...].

Definition at line 69 of file speckle.hpp.

◆ sizes

std::vector<double> reusex::io::speckle::Pointcloud::sizes

Per-point sizes.

Definition at line 71 of file speckle.hpp.

◆ units

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

Definition at line 72 of file speckle.hpp.


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