VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkStructuredPointsToStructuredPointsFilter Class Reference

abstract filter class More...

#include <vtkStructuredPointsToStructuredPointsFilter.h>

Inherits vtkStructuredPointsSource.

Public Types

typedef vtkStructuredPointsSource Superclass
 

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

 vtkStructuredPointsToStructuredPointsFilter ()
 
 ~vtkStructuredPointsToStructuredPointsFilter ()
 
void ExecuteInformation ()
 
void ComputeInputUpdateExtents (vtkDataObject *output)
 
virtual int FillInputPortInformation (int, vtkInformation *)
 

Detailed Description

abstract filter class

vtkStructuredPointsToStructuredPointsFilter is an abstract filter class whose subclasses take on input structured points and generate structured points on output.

See Also
vtkExtractVOI vtkImageDifference vtkSweptSurface vtkTransformStructuredPoints

Definition at line 34 of file vtkStructuredPointsToStructuredPointsFilter.h.

Member Typedef Documentation

Constructor & Destructor Documentation

vtkStructuredPointsToStructuredPointsFilter::vtkStructuredPointsToStructuredPointsFilter ( )
protected
vtkStructuredPointsToStructuredPointsFilter::~vtkStructuredPointsToStructuredPointsFilter ( )
protected

Member Function Documentation

virtual const char* vtkStructuredPointsToStructuredPointsFilter::GetClassName ( )
virtual
static int vtkStructuredPointsToStructuredPointsFilter::IsTypeOf ( const char *  type)
static
virtual int vtkStructuredPointsToStructuredPointsFilter::IsA ( const char *  type)
virtual
static vtkStructuredPointsToStructuredPointsFilter* vtkStructuredPointsToStructuredPointsFilter::SafeDownCast ( vtkObject o)
static
void vtkStructuredPointsToStructuredPointsFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
void vtkStructuredPointsToStructuredPointsFilter::SetInput ( vtkImageData *  input)

Set / get the input data or filter.

vtkImageData* vtkStructuredPointsToStructuredPointsFilter::GetInput ( )

Set / get the input data or filter.

void vtkStructuredPointsToStructuredPointsFilter::ExecuteInformation ( )
protected
void vtkStructuredPointsToStructuredPointsFilter::ComputeInputUpdateExtents ( vtkDataObject output)
protected
virtual int vtkStructuredPointsToStructuredPointsFilter::FillInputPortInformation ( int  ,
vtkInformation  
)
protectedvirtual

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