Point Cloud Library (PCL)
1.8.1
|
Class for storing Quads. More...
#include <pcl/visualization/pcl_painter2D.h>
Public Member Functions | |
FQuad2D (std::vector< float > info, vtkPen *p, vtkBrush *b, vtkTransform2D *t) | |
void | draw (vtkContext2D *painter) |
![]() | |
Figure2D (std::vector< float > info, vtkPen *p, vtkBrush *b, vtkTransform2D *t) | |
Figure2D (vtkPen *p, vtkBrush *b, vtkTransform2D *t) | |
void | applyInternals (vtkContext2D *painter) |
Additional Inherited Members | |
![]() | |
std::vector< float > | info_ |
vtkPen * | pen_ |
vtkBrush * | brush_ |
vtkTransform2D * | transform_ |
Class for storing Quads.
Definition at line 142 of file pcl_painter2D.h.
|
inline |
Definition at line 145 of file pcl_painter2D.h.
|
inlinevirtual |
Reimplemented from pcl::visualization::Figure2D.
Definition at line 147 of file pcl_painter2D.h.
References pcl::visualization::Figure2D::applyInternals(), and pcl::visualization::Figure2D::info_.