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

A single scan position to write into an E57 file. More...

#include <e57.hpp>

Collaboration diagram for reusex::io::E57ScanExport:

Public Attributes

std::string name
 Scan name written into the E57 header.
CloudConstPtr cloud
 XYZRGB point cloud (required).
CloudNConstPtr normals
 Surface normals (nullptr = omit normals).

Detailed Description

A single scan position to write into an E57 file.

Definition at line 40 of file e57.hpp.

Member Data Documentation

◆ cloud

CloudConstPtr reusex::io::E57ScanExport::cloud

XYZRGB point cloud (required).

Definition at line 42 of file e57.hpp.

◆ name

std::string reusex::io::E57ScanExport::name

Scan name written into the E57 header.

Definition at line 41 of file e57.hpp.

◆ normals

CloudNConstPtr reusex::io::E57ScanExport::normals

Surface normals (nullptr = omit normals).

Definition at line 43 of file e57.hpp.


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