Class for PolyLine. More...
#include <pcl_painter2D.h>
Public Member Functions | |
void | draw (vtkContext2D *painter) |
FPolyLine2D (std::vector< float > info, vtkPen *p, vtkBrush *b, vtkTransform2D *t) |
Class for PolyLine.
Definition at line 115 of file pcl_painter2D.h.
pcl::visualization::FPolyLine2D::FPolyLine2D | ( | std::vector< float > | info, |
vtkPen * | p, | ||
vtkBrush * | b, | ||
vtkTransform2D * | t | ||
) | [inline] |
Definition at line 118 of file pcl_painter2D.h.
void pcl::visualization::FPolyLine2D::draw | ( | vtkContext2D * | painter | ) | [inline, virtual] |
Reimplemented from pcl::visualization::Figure2D.
Definition at line 120 of file pcl_painter2D.h.