Volume Cartographer 2.27.0
Public Attributes | List of all members
volcart::PointSetIO< T >::Header Struct Reference

PointSet file header information. More...

#include <vc/core/io/PointSetIO.hpp>

Public Attributes

std::size_t width {0}
 
std::size_t height {0}
 
std::size_t size {0}
 
std::size_t dim {0}
 
bool ordered {false}
 
std::string type
 

Detailed Description

template<typename T>
struct volcart::PointSetIO< T >::Header

PointSet file header information.

Definition at line 48 of file PointSetIO.hpp.

Member Data Documentation

◆ dim

template<typename T >
std::size_t volcart::PointSetIO< T >::Header::dim {0}

Definition at line 52 of file PointSetIO.hpp.

◆ height

template<typename T >
std::size_t volcart::PointSetIO< T >::Header::height {0}

Definition at line 50 of file PointSetIO.hpp.

◆ ordered

template<typename T >
bool volcart::PointSetIO< T >::Header::ordered {false}

Definition at line 53 of file PointSetIO.hpp.

◆ size

template<typename T >
std::size_t volcart::PointSetIO< T >::Header::size {0}

Definition at line 51 of file PointSetIO.hpp.

◆ type

template<typename T >
std::string volcart::PointSetIO< T >::Header::type

Definition at line 54 of file PointSetIO.hpp.

◆ width

template<typename T >
std::size_t volcart::PointSetIO< T >::Header::width {0}

Definition at line 49 of file PointSetIO.hpp.


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