Point Cloud Library (PCL)  1.7.0
Public Member Functions
Grid Class Reference

#include <pcl/outofcore/visualization/grid.h>

+ Inheritance diagram for Grid:

List of all members.

Public Member Functions

 Grid (std::string name, int size=10, double spacing=1.0)
 ~Grid ()
vtkSmartPointer
< vtkRectilinearGrid > 
getGrid () const
vtkSmartPointer< vtkActor > getGridActor () const

Detailed Description

Definition at line 21 of file grid.h.


Constructor & Destructor Documentation

Grid::Grid ( std::string  name,
int  size = 10,
double  spacing = 1.0 
)
Grid::~Grid ( ) [inline]

Definition at line 28 of file grid.h.


Member Function Documentation

vtkSmartPointer<vtkRectilinearGrid> Grid::getGrid ( ) const [inline]

Definition at line 33 of file grid.h.

vtkSmartPointer<vtkActor> Grid::getGridActor ( ) const [inline]

Definition at line 40 of file grid.h.


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