VTK
Public Member Functions | List of all members
vtkContextPolygon Class Reference

#include <vtkContextPolygon.h>

Public Member Functions

 vtkContextPolygon ()
 
 vtkContextPolygon (const vtkContextPolygon &polygon)
 
 ~vtkContextPolygon ()
 
void AddPoint (const vtkVector2f &point)
 
void AddPoint (float x, float y)
 
vtkVector2f GetPoint (vtkIdType index) const
 
vtkIdType GetNumberOfPoints () const
 
void Clear ()
 
bool Contains (const vtkVector2f &point) const
 
vtkContextPolygon Transformed (vtkTransform2D *transform) const
 
vtkContextPolygonoperator= (const vtkContextPolygon &other)
 

Detailed Description

Definition at line 26 of file vtkContextPolygon.h.

Constructor & Destructor Documentation

vtkContextPolygon::vtkContextPolygon ( )
vtkContextPolygon::vtkContextPolygon ( const vtkContextPolygon polygon)
vtkContextPolygon::~vtkContextPolygon ( )

Member Function Documentation

void vtkContextPolygon::AddPoint ( const vtkVector2f point)
void vtkContextPolygon::AddPoint ( float  x,
float  y 
)
vtkVector2f vtkContextPolygon::GetPoint ( vtkIdType  index) const
vtkIdType vtkContextPolygon::GetNumberOfPoints ( ) const
void vtkContextPolygon::Clear ( )
bool vtkContextPolygon::Contains ( const vtkVector2f point) const
vtkContextPolygon vtkContextPolygon::Transformed ( vtkTransform2D transform) const
vtkContextPolygon& vtkContextPolygon::operator= ( const vtkContextPolygon other)

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