point_cloud_library / 1.12.1 / structpcl_1_1visualization_1_1_figure2_d.html /

Abstract class for storing figure information. More...

#include <pcl/visualization/pcl_painter2D.h>

Public Member Functions

Figure2D (std::vector< float > info, vtkPen *p, vtkBrush *b, vtkTransform2D *t)
Figure2D (vtkPen *p, vtkBrush *b, vtkTransform2D *t)
void applyInternals (vtkContext2D *painter) const
virtual void draw (vtkContext2D *)

Public Attributes

std::vector< float > info_
vtkPen * pen_
vtkBrush * brush_
vtkTransform2D * transform_

Detailed Description

Abstract class for storing figure information.

All the derived class uses the same method draw() to invoke different drawing function of vtkContext2D

Author
Kripasindhu Sarkar

Definition at line 69 of file pcl_painter2D.h.

Constructor & Destructor Documentation

Figure2D() [1/2]

pcl::visualization::Figure2D::Figure2D ( std::vector< float > info,
vtkPen * p,
vtkBrush * b,
vtkTransform2D * t
)
inline

Definition at line 76 of file pcl_painter2D.h.

Figure2D() [2/2]

pcl::visualization::Figure2D::Figure2D ( vtkPen * p,
vtkBrush * b,
vtkTransform2D * t
)
inline

Definition at line 88 of file pcl_painter2D.h.

Member Function Documentation

applyInternals()

void pcl::visualization::Figure2D::applyInternals ( vtkContext2D * painter ) const
inline

draw()

virtual void pcl::visualization::Figure2D::draw ( vtkContext2D * )
inlinevirtual

Member Data Documentation

brush_

vtkBrush* pcl::visualization::Figure2D::brush_

Definition at line 73 of file pcl_painter2D.h.

Referenced by applyInternals().

info_

pen_

vtkPen* pcl::visualization::Figure2D::pen_

Definition at line 72 of file pcl_painter2D.h.

Referenced by applyInternals().

transform_

vtkTransform2D* pcl::visualization::Figure2D::transform_

Definition at line 74 of file pcl_painter2D.h.

Referenced by applyInternals().


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

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1visualization_1_1_figure2_d.html