Point Cloud Library (PCL)  1.7.0
Public Member Functions | Public Attributes
pcl::visualization::Figure2D Struct Reference

Abstract class for storing figure information. More...

#include <pcl/visualization/pcl_painter2D.h>

+ Inheritance diagram for pcl::visualization::Figure2D:

List of all members.

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)
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 73 of file pcl_painter2D.h.


Constructor & Destructor Documentation

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

Definition at line 80 of file pcl_painter2D.h.

References brush_, info_, pen_, and transform_.

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

Definition at line 92 of file pcl_painter2D.h.

References brush_, pen_, and transform_.


Member Function Documentation

void pcl::visualization::Figure2D::applyInternals ( vtkContext2D *  painter) [inline]
virtual void pcl::visualization::Figure2D::draw ( vtkContext2D *  ) [inline, virtual]

Member Data Documentation

Definition at line 77 of file pcl_painter2D.h.

Referenced by applyInternals(), and Figure2D().

Definition at line 76 of file pcl_painter2D.h.

Referenced by applyInternals(), and Figure2D().

Definition at line 78 of file pcl_painter2D.h.

Referenced by applyInternals(), and Figure2D().


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