vtkTetra - a 3D cell that represents a tetrahedron
Super Class: vtkCell
Description:
vtkTetra is a concrete implementation of vtkCell to represent a 3D tetrahedron.
Methods:
Detailed Method Descriptions:
int CellBoundary (int ,float ,vtkIdList *) |
void Clip (float ,vtkScalars * ,vtkPointLocator * ,vtkCellArray * ,vtkPointData * ,vtkPointData * ,vtkCellData * ,int ,vtkCellData * ,int ) |
int GetParametricCenter (float ) |
static void TetraCenter (float ,float ,float ,float ,float ) |
static float Circumsphere (float ,float ,float ,float ,float ) |
static int BarycentricCoords (float ,float ,float ,float ,float ,float ) |
int JacobianInverse (double ,float ) |
static void InterpolationFunctions (float ,float ) | |
static void InterpolationDerivs (float ) |
int CellBoundary (int ,float ,vtkIdList &) |