22#ifndef vtkLagrangeTriangle_h 
   23#define vtkLagrangeTriangle_h 
   25#include "vtkCommonDataModelModule.h"  
   30VTK_ABI_NAMESPACE_BEGIN
 
abstract class to specify cell behavior
 
dynamic, self-adjusting array of double
 
A 2D cell that represents an arbitrary order HigherOrder triangle.
 
vtkIdType NumberOfSubtriangles
 
a simple class to control print indentation
 
A 2D cell that represents an arbitrary order Lagrange triangle.
 
int GetCellType() override
Return the type of cell.
 
~vtkLagrangeTriangle() override
 
static vtkLagrangeTriangle * New()
 
void InterpolateDerivs(const double pcoords[3], double *derivs) override
 
vtkIdType ComputeNumberOfSubtriangles()
 
vtkIdType GetNumberOfSubtriangles() const
 
vtkNew< vtkLagrangeCurve > EdgeCell
 
void InterpolateFunctions(const double pcoords[3], double *weights) override
 
vtkHigherOrderCurve * GetEdgeCell() override
 
vtkCell * GetEdge(int edgeId) override
Return the edge cell from the edgeId of the cell.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
Allocate and hold a VTK object.
 
a cell that represents a triangle