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