28 #ifndef __vtkPolyLine_h
29 #define __vtkPolyLine_h
31 #include "vtkCommonDataModelModule.h"
46 void PrintSelf(ostream& os, vtkIndent indent);
54 static int GenerateSlidingNormals(vtkPoints *,
vtkCellArray *, vtkDataArray *);
55 static int GenerateSlidingNormals(vtkPoints *,
vtkCellArray *, vtkDataArray *,
65 vtkCell *
GetEdge(
int vtkNotUsed(edgeId)) {
return 0;};
66 vtkCell *
GetFace(
int vtkNotUsed(faceId)) {
return 0;};
67 int CellBoundary(
int subId,
double pcoords[3], vtkIdList *pts);
68 void Contour(
double value, vtkDataArray *cellScalars,
71 vtkPointData *inPd, vtkPointData *outPd,
73 void Clip(
double value, vtkDataArray *cellScalars,
75 vtkPointData *inPd, vtkPointData *outPd,
78 int EvaluatePosition(
double x[3],
double* closestPoint,
79 int& subId,
double pcoords[3],
80 double& dist2,
double *weights);
81 void EvaluateLocation(
int& subId,
double pcoords[3],
double x[3],
83 int IntersectWithLine(
double p1[3],
double p2[3],
double tol,
double& t,
84 double x[3],
double pcoords[3],
int& subId);
85 int Triangulate(
int index, vtkIdList *ptIds, vtkPoints *pts);
86 void Derivatives(
int subId,
double pcoords[3],
double *values,
87 int dim,
double *derivs);
92 int GetParametricCenter(
double pcoords[3]);
97 virtual void InterpolateFunctions(
double pcoords[3],
double *weights);
98 virtual void InterpolateDerivs(
double pcoords[3],
double *derivs);
vtkCell * GetEdge(int vtkNotUsed(edgeId))
represent and manipulate cell attribute data
Abstract class in support of both point location and point insertion.
object to represent cell connectivity
vtkCell * GetFace(int vtkNotUsed(faceId))
cell represents a set of 1D lines