|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Line segment between two points. More...
#include <speckle.hpp>


Public Member Functions | |
| Line () | |
| Public Member Functions inherited from reusex::io::speckle::Base | |
| virtual | ~Base ()=default |
Public Attributes | |
| Point | start |
| Point | end |
| 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). | |
Line segment between two points.
Definition at line 50 of file speckle.hpp.
|
inline |
Definition at line 54 of file speckle.hpp.
References reusex::io::speckle::Base::speckle_type.
| Point reusex::io::speckle::Line::end |
Definition at line 51 of file speckle.hpp.
| Point reusex::io::speckle::Line::start |
Definition at line 51 of file speckle.hpp.
| std::string reusex::io::speckle::Line::units = "m" |
Definition at line 52 of file speckle.hpp.