Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkLinearSpline Class Reference

computes an interpolating spline with piecewise linear segments More...

#include <Modules/Loadable/Markups/MRML/vtkLinearSpline.h>

Inheritance diagram for vtkLinearSpline:
Inheritance graph
[legend]
Collaboration diagram for vtkLinearSpline:
Collaboration graph
[legend]

Public Types

typedef vtkSpline Superclass
 

Public Member Functions

void Compute () override
 
void DeepCopy (vtkSpline *s) override
 
double Evaluate (double t) override
 
virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkLinearSplineNew ()
 
static vtkLinearSplineSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkLinearSpline ()
 
 ~vtkLinearSpline () override=default
 

Detailed Description

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.

Member Typedef Documentation

◆ Superclass

typedef vtkSpline vtkLinearSpline::Superclass

Definition at line 44 of file vtkLinearSpline.h.

Constructor & Destructor Documentation

◆ vtkLinearSpline()

vtkLinearSpline::vtkLinearSpline ( )
protected

◆ ~vtkLinearSpline()

vtkLinearSpline::~vtkLinearSpline ( )
overrideprotecteddefault

Member Function Documentation

◆ 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()

static vtkLinearSpline* vtkLinearSpline::New ( )
static

◆ PrintSelf()

void vtkLinearSpline::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
override

◆ SafeDownCast()

static vtkLinearSpline* vtkLinearSpline::SafeDownCast ( vtkObject *  o)
static

The documentation for this class was generated from the following file: