filter that converts an input poly data with a single polyline to a 1-D regular rectilinear grid.
More...
#include <vtkPolyLineToRectilinearGridFilter.h>
Inherits vtkRectilinearGridAlgorithm.
filter that converts an input poly data with a single polyline to a 1-D regular rectilinear grid.
vtkPolyLineToRectilinearGridFilter converts an input polydata with single polyline to a 1-D regular rectilinear grid. The output has additional point data indicating the arc-length for each point. Note that the Xcoordinates of the output are not related to those of the input. The input point coordinates themselves are added as point data in the output.
Definition at line 33 of file vtkPolyLineToRectilinearGridFilter.h.
◆ Superclass
◆ vtkPolyLineToRectilinearGridFilter()
vtkPolyLineToRectilinearGridFilter::vtkPolyLineToRectilinearGridFilter |
( |
| ) |
|
|
protected |
◆ ~vtkPolyLineToRectilinearGridFilter()
vtkPolyLineToRectilinearGridFilter::~vtkPolyLineToRectilinearGridFilter |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkPolyLineToRectilinearGridFilter::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPolyLineToRectilinearGridFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkPolyLineToRectilinearGridFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkPolyLineToRectilinearGridFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ FillInputPortInformation()
virtual int vtkPolyLineToRectilinearGridFilter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
◆ RequestInformation()
virtual int vtkPolyLineToRectilinearGridFilter::RequestInformation |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
◆ RequestData()
int vtkPolyLineToRectilinearGridFilter::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: