 |
VTK
9.0.1
|
Go to the documentation of this file.
19 #ifndef vtkLagrangeCurve_h
20 #define vtkLagrangeCurve_h
23 #include "vtkCommonDataModelModule.h"
59 #endif // vtkLagrangeCurve_h
represent and manipulate 3D points
represent and manipulate point attribute data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int GetCellType() override
Return the type of cell.
static vtkLagrangeCurve * New()
abstract superclass for arrays of numeric data
cell represents a 1D line
represent and manipulate cell attribute data
void InterpolateDerivs(const double pcoords[3], double *derivs) override
void InterpolateFunctions(const double pcoords[3], double *weights) override
~vtkLagrangeCurve() override
a simple class to control print indentation
vtkLine * GetApproximateLine(int subId, vtkDataArray *scalarsIn=nullptr, vtkDataArray *scalarsOut=nullptr) override
list of point or cell ids
dynamic, self-adjusting array of double