VTK
Public Member Functions
vtkContextPolygon Class Reference

#include <vtkContextPolygon.h>

List of all members.

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


Member Function Documentation

void vtkContextPolygon::AddPoint ( const vtkVector2f point)
bool vtkContextPolygon::Contains ( const vtkVector2f point) const
vtkContextPolygon& vtkContextPolygon::operator= ( const vtkContextPolygon other)

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