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

Line segment between two points. More...

#include <speckle.hpp>

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

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

Detailed Description

Line segment between two points.

Definition at line 50 of file speckle.hpp.

Constructor & Destructor Documentation

◆ Line()

reusex::io::speckle::Line::Line ( )
inline

Definition at line 54 of file speckle.hpp.

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

Member Data Documentation

◆ end

Point reusex::io::speckle::Line::end

Definition at line 51 of file speckle.hpp.

◆ start

Point reusex::io::speckle::Line::start

Definition at line 51 of file speckle.hpp.

◆ units

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

Definition at line 52 of file speckle.hpp.


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