Point Cloud Library (PCL)  1.7.0
Public Member Functions | Public Attributes
pcl::io::TARHeader Struct Reference

A TAR file's header, as described on http://en.wikipedia.org/wiki/Tar_%28file_format%29. More...

#include <pcl/io/tar.h>

List of all members.

Public Member Functions

unsigned int getFileSize ()
 

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]

Detailed Description

A TAR file's header, as described on http://en.wikipedia.org/wiki/Tar_%28file_format%29.

Definition at line 50 of file tar.h.


Member Function Documentation

unsigned int pcl::io::TARHeader::getFileSize ( ) [inline]

Definition at line 72 of file tar.h.

References file_size.

Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::loadTemplates().


Member Data Documentation

Definition at line 68 of file tar.h.

Definition at line 58 of file tar.h.

Definition at line 65 of file tar.h.

Definition at line 66 of file tar.h.

Definition at line 53 of file tar.h.

Definition at line 52 of file tar.h.

Referenced by pcl::LineRGBD< PointXYZT, PointRGBT >::loadTemplates().

Definition at line 67 of file tar.h.

Definition at line 56 of file tar.h.

Referenced by getFileSize().

Definition at line 59 of file tar.h.

Definition at line 55 of file tar.h.

Definition at line 64 of file tar.h.

Definition at line 60 of file tar.h.

Definition at line 57 of file tar.h.

Definition at line 54 of file tar.h.

Definition at line 63 of file tar.h.

Definition at line 61 of file tar.h.

Definition at line 62 of file tar.h.


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