Point Cloud Library (PCL)  1.3.1
Public Member Functions | Public Attributes
pcl::io::ply::list_property Struct Reference

#include <pcl/io/ply.h>

Inheritance diagram for pcl::io::ply::list_property:
Inheritance graph
[legend]
Collaboration diagram for pcl::io::ply::list_property:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 list_property (const std::string &name, int size_type, int data_type)
void set_size (const void *size)

Public Attributes

int size_type_
std::string name_
int data_type_
size_t offset_

Constructor & Destructor Documentation

pcl::io::ply::list_property::list_property ( const std::string &  name,
int  size_type,
int  data_type 
) [inline]

Definition at line 165 of file ply.h.


Member Function Documentation

void pcl::io::ply::list_property::set_size ( const void *  size) [inline]

Definition at line 172 of file ply.h.


Member Data Documentation

Definition at line 152 of file ply.h.

std::string pcl::io::ply::property::name_ [inherited]

Definition at line 151 of file ply.h.

size_t pcl::io::ply::property::offset_ [inherited]

Definition at line 153 of file ply.h.

Definition at line 164 of file ply.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines