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