ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkPolyLineToRectilinearGridFilter Class Reference

filter that converts an input poly data with a single polyline to a 1-D regular rectilinear grid. More...

#include <vtkPolyLineToRectilinearGridFilter.h>

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

List of all members.

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static
vtkPolyLineToRectilinearGridFilter
New ()
static int IsTypeOf (const char *type)
static
vtkPolyLineToRectilinearGridFilter
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkPolyLineToRectilinearGridFilter ()
 ~vtkPolyLineToRectilinearGridFilter ()
virtual int FillInputPortInformation (int port, vtkInformation *info)
virtual int RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)

Detailed Description

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 32 of file vtkPolyLineToRectilinearGridFilter.h.


Constructor & Destructor Documentation

vtkPolyLineToRectilinearGridFilter::vtkPolyLineToRectilinearGridFilter ( ) [protected]
vtkPolyLineToRectilinearGridFilter::~vtkPolyLineToRectilinearGridFilter ( ) [protected]

Member Function Documentation

static vtkPolyLineToRectilinearGridFilter* vtkPolyLineToRectilinearGridFilter::New ( ) [static]

Reimplemented from vtkRectilinearGridAlgorithm.

virtual const char* vtkPolyLineToRectilinearGridFilter::GetClassName ( ) [virtual]

Reimplemented from vtkRectilinearGridAlgorithm.

static int vtkPolyLineToRectilinearGridFilter::IsTypeOf ( const char *  type) [static]

Reimplemented from vtkRectilinearGridAlgorithm.

virtual int vtkPolyLineToRectilinearGridFilter::IsA ( const char *  type) [virtual]

Reimplemented from vtkRectilinearGridAlgorithm.

static vtkPolyLineToRectilinearGridFilter* vtkPolyLineToRectilinearGridFilter::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkRectilinearGridAlgorithm.

void vtkPolyLineToRectilinearGridFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Reimplemented from vtkRectilinearGridAlgorithm.

virtual int vtkPolyLineToRectilinearGridFilter::FillInputPortInformation ( int  port,
vtkInformation info 
) [protected, virtual]

Reimplemented from vtkRectilinearGridAlgorithm.

virtual int vtkPolyLineToRectilinearGridFilter::RequestInformation ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

Reimplemented from vtkRectilinearGridAlgorithm.

int vtkPolyLineToRectilinearGridFilter::RequestData ( vtkInformation request,
vtkInformationVector **  inputVector,
vtkInformationVector outputVector 
) [protected, virtual]

Reimplemented from vtkRectilinearGridAlgorithm.


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