Specification for saving frame in PLY (*.ply) format.
More...
#include <Zivid/Experimental/PointCloudExport.h>
Specification for saving frame in PLY (*.ply) format.
PLY is a file format developed at Stanford. To learn more about the PLY file format, see https://paulbourke.net/dataformats/ply/.
◆ Layout
Layout for saving point cloud.
Enumerator |
---|
ordered | |
unordered | |
◆ PLY() [1/2]
ZIVID_CORE_EXPORT Zivid::Experimental::PointCloudExport::FileFormat::PLY::PLY |
( |
const std::string & | fileName | ) |
|
|
explicit |
Create PLY specification with file name.
Sets layout to ordered and color space to sRGB.
- Parameters
-
◆ PLY() [2/2]
Create PLY specification with file name, layout and color space.
- Parameters
-
fileName | File name |
layout | Layout |
colorSpace | Color space |
◆ colorSpace()
Get the color space of PLY specification.
◆ fileName()
ZIVID_CORE_EXPORT const std::filesystem::path & Zivid::Experimental::PointCloudExport::FileFormat::PLY::fileName |
( |
| ) |
const |
◆ layout()
Get the layout of PLY specification.
◆ toString()
ZIVID_CORE_EXPORT std::string Zivid::Experimental::PointCloudExport::FileFormat::PLY::toString |
( |
| ) |
const |
Get string representation of PLY specification.
◆ canLoad
bool Zivid::Experimental::PointCloudExport::FileFormat::PLY::canLoad { false } |
|
staticconstexpr |
◆ defaultExtension
const char* Zivid::Experimental::PointCloudExport::FileFormat::PLY::defaultExtension { ".ply" } |
|
staticconstexpr |
◆ description
const char* Zivid::Experimental::PointCloudExport::FileFormat::PLY::description { "PLY File" } |
|
staticconstexpr |
The documentation for this class was generated from the following file: