Point Cloud Library (PCL)  1.5.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
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_

Detailed Description

Definition at line 160 of file ply.h.


Constructor & Destructor Documentation

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

Definition at line 163 of file ply.h.


Member Function Documentation

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

Definition at line 170 of file ply.h.


Member Data Documentation

Definition at line 150 of file ply.h.

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

Definition at line 149 of file ply.h.

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

Definition at line 151 of file ply.h.

Definition at line 162 of file ply.h.


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