vtkPolygon - a cell that represents an n-sided polygon
Super Class: vtkCell
Description:
vtkPolygon is a concrete implementation of vtkCell to represent a 2D n-sided polygon. The polygons cannot have any internal holes, and cannot self-intersect.
Methods:
Detailed Method Descriptions:
static void ComputeNormal (vtkPoints * ,int ,int * ,float ) | |
static void ComputeNormal (vtkPoints * ,float ) |
static void ComputeNormal (int ,float * ,float ) |
void ComputeWeights (float ,float *) |
int ParameterizePolygon (float ,float ,float & ,float ,float & ,float ) |
static int PointInPolygon (float ,int ,float * ,float ,float ) |
int Triangulate (vtkIdList *) |
int RecursiveTriangulate (int ,int *) |
int CanSplitLoop (int ,int ,int * ,int & ,int * ,int & ,int *) |
void SplitLoop (int ,int ,int * ,int & ,int * ,int & ,int *) |
static int IntersectPolygonWithPolygon (int ,float * ,float ,int ,float * ,float ,float ,float ) |
int CellBoundary (int ,float ,vtkIdList &) | |
int Triangulate (int ,vtkIdList & ,vtkPoints &) |