#include <pcl/outofcore/visualization/grid.h>
Public Member Functions |
| | Grid (std::string name, int size=10, double spacing=1.0) |
| | ~Grid () |
vtkSmartPointer
< vtkRectilinearGrid > | getGrid () const |
| vtkSmartPointer< vtkActor > | getGridActor () const |
| | Object (std::string name) |
| virtual | ~Object () |
| std::string | getName () const |
| void | setName (std::string name) |
| virtual void | render (vtkRenderer *renderer) |
| bool | hasActor (vtkActor *actor) |
| void | addActor (vtkActor *actor) |
| void | removeActor (vtkActor *actor) |
vtkSmartPointer
< vtkActorCollection > | getActors () |
Additional Inherited Members |
vtkSmartPointer
< vtkActorCollection > | actors_ |
| boost::mutex | actors_mutex_ |
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 |
|
) |
| |
Member Function Documentation
| vtkSmartPointer<vtkRectilinearGrid> Grid::getGrid |
( |
| ) |
const |
|
inline |
| vtkSmartPointer<vtkActor> Grid::getGridActor |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file:
- /tmp/buildd/pcl-1.7.2/outofcore/include/pcl/outofcore/visualization/grid.h