|
Point Cloud Library (PCL)
1.15.1-dev
|
A TAR file's header, as described on https://en.wikipedia.org/wiki/Tar_%28file_format%29. More...
#include <pcl/io/tar.h>
Public Member Functions | |
| unsigned int | getFileSize () |
| get file size More... | |
Public Attributes | |
| char | file_name [100] |
| char | file_mode [8] |
| char | uid [8] |
| char | gid [8] |
| char | file_size [12] |
| char | mtime [12] |
| char | chksum [8] |
| char | file_type [1] |
| char | link_file_name [100] |
| char | ustar [6] |
| char | ustar_version [2] |
| char | uname [32] |
| char | gname [32] |
| char | dev_major [8] |
| char | dev_minor [8] |
| char | file_name_prefix [155] |
| char | _padding [12] |
A TAR file's header, as described on https://en.wikipedia.org/wiki/Tar_%28file_format%29.
|
inline |
get file size
Definition at line 71 of file tar.h.
References file_size.
Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::loadTemplates().
| char pcl::io::TARHeader::file_name[100] |
Definition at line 51 of file tar.h.
Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::loadTemplates().
| char pcl::io::TARHeader::file_size[12] |
Definition at line 55 of file tar.h.
Referenced by getFileSize().