computes an interpolating spline with piecewise linear segments
More...
#include <Modules/Loadable/Markups/MRML/vtkLinearSpline.h>
computes an interpolating spline with piecewise linear segments
vtkLinearSpline is a concrete implementation of vtkSpline using piecewise linearly interpolated segments.
- See also
- vtkSpline vtkCardinalSpline vtkKochanekSpline
Definition at line 39 of file vtkLinearSpline.h.
◆ Superclass
◆ vtkLinearSpline()
vtkLinearSpline::vtkLinearSpline |
( |
| ) |
|
|
protected |
◆ ~vtkLinearSpline()
vtkLinearSpline::~vtkLinearSpline |
( |
| ) |
|
|
overrideprotecteddefault |
◆ Compute()
void vtkLinearSpline::Compute |
( |
| ) |
|
|
override |
Compute linear splines for each dependent variable
◆ DeepCopy()
void vtkLinearSpline::DeepCopy |
( |
vtkSpline * |
s | ) |
|
|
override |
Deep copy of linear spline data.
◆ Evaluate()
double vtkLinearSpline::Evaluate |
( |
double |
t | ) |
|
|
override |
Evaluate a 1D linear spline.
◆ GetClassName()
virtual const char* vtkLinearSpline::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsA()
virtual int vtkLinearSpline::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkLinearSpline::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ New()
◆ PrintSelf()
void vtkLinearSpline::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
override |
◆ SafeDownCast()
The documentation for this class was generated from the following file: