ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
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>

Inherits vtkRectilinearGridAlgorithm.

Public Types

typedef vtkRectilinearGridAlgorithm Superclass
 

Public Member Functions

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

Static Public Member Functions

static vtkPolyLineToRectilinearGridFilterNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPolyLineToRectilinearGridFilterSafeDownCast (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 33 of file vtkPolyLineToRectilinearGridFilter.h.

Member Typedef Documentation

§ Superclass

typedef vtkRectilinearGridAlgorithm vtkPolyLineToRectilinearGridFilter::Superclass

Definition at line 38 of file vtkPolyLineToRectilinearGridFilter.h.

Constructor & Destructor Documentation

§ vtkPolyLineToRectilinearGridFilter()

vtkPolyLineToRectilinearGridFilter::vtkPolyLineToRectilinearGridFilter ( )
protected

§ ~vtkPolyLineToRectilinearGridFilter()

vtkPolyLineToRectilinearGridFilter::~vtkPolyLineToRectilinearGridFilter ( )
protected

Member Function Documentation

§ New()

static vtkPolyLineToRectilinearGridFilter* vtkPolyLineToRectilinearGridFilter::New ( )
static

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

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

§ 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: