ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
cloudViewer::t::io::PCDHeader Struct Reference
Collaboration diagram for cloudViewer::t::io::PCDHeader:

Public Attributes

std::string version
 
std::vector< PCLPointFieldfields
 
int width
 
int height
 
int points
 
PCDDataType datatype
 
std::string viewpoint
 
int elementnum
 
int pointsize
 
std::unordered_map< std::string, bool > has_attr
 
std::unordered_map< std::string, core::Dtypeattr_dtype
 

Detailed Description

Definition at line 47 of file FilePCD.cpp.

Member Data Documentation

◆ attr_dtype

std::unordered_map<std::string, core::Dtype> cloudViewer::t::io::PCDHeader::attr_dtype

◆ datatype

◆ elementnum

int cloudViewer::t::io::PCDHeader::elementnum

◆ fields

◆ has_attr

std::unordered_map<std::string, bool> cloudViewer::t::io::PCDHeader::has_attr

◆ height

int cloudViewer::t::io::PCDHeader::height

◆ points

◆ pointsize

◆ version

std::string cloudViewer::t::io::PCDHeader::version

◆ viewpoint

std::string cloudViewer::t::io::PCDHeader::viewpoint

Definition at line 55 of file FilePCD.cpp.

Referenced by cloudViewer::t::io::ReadPCDHeader().

◆ width

int cloudViewer::t::io::PCDHeader::width

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