Go to the documentation of this file.
32 #ifndef __vtkGenericCell_h
33 #define __vtkGenericCell_h
64 int& subId,
double pcoords[3],
65 double& dist2,
double *weights);
67 double x[3],
double *weights);
79 double x[3],
double pcoords[3],
int& subId);
81 void Derivatives(
int subId,
double pcoords[3],
double *values,
82 int dim,
double *derivs);
101 void SetCellType(
int cellType);
142 static vtkCell* InstantiateCell(
int cellType);