Zivid C++ API 2.15.0+5fcc365b-1
Zivid::Experimental::PointCloudExport::FileFormat::ZDF Class Reference

Specification for saving frame in ZDF (*.zdf) format. More...

#include <Zivid/Experimental/PointCloudExport.h>

Public Member Functions

ZIVID_CORE_EXPORT ZDF (const std::string &fileName)
 Create ZDF specification with file name.
 
ZIVID_CORE_EXPORT const std::filesystem::path & fileName () const
 Get the file name.
 
ZIVID_CORE_EXPORT std::string toString () const
 Get string representation of ZDF specification.
 

Static Public Attributes

static constexpr const char * description { "Zivid Data File" }
 
static constexpr const char * defaultExtension { ".zdf" }
 
static constexpr bool canLoad { true }
 

Detailed Description

Specification for saving frame in ZDF (*.zdf) format.

ZDF is the native Zivid file format.

Constructor & Destructor Documentation

◆ ZDF()

ZIVID_CORE_EXPORT Zivid::Experimental::PointCloudExport::FileFormat::ZDF::ZDF ( const std::string & fileName)
explicit

Create ZDF specification with file name.

Parameters
fileNameFile name

Member Function Documentation

◆ fileName()

ZIVID_CORE_EXPORT const std::filesystem::path & Zivid::Experimental::PointCloudExport::FileFormat::ZDF::fileName ( ) const

Get the file name.

◆ toString()

ZIVID_CORE_EXPORT std::string Zivid::Experimental::PointCloudExport::FileFormat::ZDF::toString ( ) const

Get string representation of ZDF specification.

Member Data Documentation

◆ canLoad

bool Zivid::Experimental::PointCloudExport::FileFormat::ZDF::canLoad { true }
staticconstexpr

◆ defaultExtension

const char* Zivid::Experimental::PointCloudExport::FileFormat::ZDF::defaultExtension { ".zdf" }
staticconstexpr

◆ description

const char* Zivid::Experimental::PointCloudExport::FileFormat::ZDF::description { "Zivid Data File" }
staticconstexpr

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