| 
    Volume Cartographer 2.28.0
    
   | 
 
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 | 
PointSet file header information.
Definition at line 48 of file PointSetIO.hpp.
| std::size_t volcart::PointSetIO< T >::Header::dim {0} | 
Definition at line 52 of file PointSetIO.hpp.
| std::size_t volcart::PointSetIO< T >::Header::height {0} | 
Definition at line 50 of file PointSetIO.hpp.
| bool volcart::PointSetIO< T >::Header::ordered {false} | 
Definition at line 53 of file PointSetIO.hpp.
| std::size_t volcart::PointSetIO< T >::Header::size {0} | 
Definition at line 51 of file PointSetIO.hpp.
| std::string volcart::PointSetIO< T >::Header::type | 
Definition at line 54 of file PointSetIO.hpp.
| std::size_t volcart::PointSetIO< T >::Header::width {0} | 
Definition at line 49 of file PointSetIO.hpp.