Interpolates supplied nodes with line segments.
More...
#include <vtkLinearContourLineInterpolator.h>
Interpolates supplied nodes with line segments.
The line interpolator interpolates supplied nodes (see InterpolateLine) with line segments. The finess of the curve may be controlled using SetMaximumCurveError and SetMaximumNumberOfLineSegments.
- See Also
- vtkContourLineInterpolator
- Tests:
- vtkLinearContourLineInterpolator (Tests)
Definition at line 35 of file vtkLinearContourLineInterpolator.h.
vtkLinearContourLineInterpolator::vtkLinearContourLineInterpolator |
( |
| ) |
|
|
protected |
vtkLinearContourLineInterpolator::~vtkLinearContourLineInterpolator |
( |
| ) |
|
|
protected |
static int vtkLinearContourLineInterpolator::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
Standard methods for instances of this class.
virtual int vtkLinearContourLineInterpolator::IsA |
( |
const char * |
type | ) |
|
|
virtual |
Standard methods for instances of this class.
virtual vtkObjectBase* vtkLinearContourLineInterpolator::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
Standard methods for instances of this class.
void vtkLinearContourLineInterpolator::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
Standard methods for instances of this class.
virtual int vtkLinearContourLineInterpolator::InterpolateLine |
( |
vtkRenderer * |
ren, |
|
|
vtkContourRepresentation * |
rep, |
|
|
int |
idx1, |
|
|
int |
idx2 |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: