vtkStructuredPointsToStructuredPointsFilter Class Reference

#include <vtkStructuredPointsToStructuredPointsFilter.h>

Inheritance diagram for vtkStructuredPointsToStructuredPointsFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkStructuredPointsToStructuredPointsFilter:

Collaboration graph
[legend]

List of all members.


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.


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

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 *)

Member Typedef Documentation

Reimplemented from vtkStructuredPointsSource.

Definition at line 37 of file vtkStructuredPointsToStructuredPointsFilter.h.


Constructor & Destructor Documentation

vtkStructuredPointsToStructuredPointsFilter::vtkStructuredPointsToStructuredPointsFilter (  )  [protected]

vtkStructuredPointsToStructuredPointsFilter::~vtkStructuredPointsToStructuredPointsFilter (  )  [protected]


Member Function Documentation

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

Reimplemented from vtkStructuredPointsSource.

static int vtkStructuredPointsToStructuredPointsFilter::IsTypeOf ( const char *  name  )  [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkStructuredPointsSource.

virtual int vtkStructuredPointsToStructuredPointsFilter::IsA ( const char *  name  )  [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkStructuredPointsSource.

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

Reimplemented from vtkStructuredPointsSource.

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

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkStructuredPointsSource.

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, virtual]

Reimplemented from vtkStructuredPointsSource.

void vtkStructuredPointsToStructuredPointsFilter::ComputeInputUpdateExtents ( vtkDataObject output  )  [protected, virtual]

What is the input update extent that is required to produce the desired output? By default, the whole input is always required but this is overridden in many subclasses.

Reimplemented from vtkSource.

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

Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.

Reimplemented from vtkProcessObject.


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

Generated on Mon Sep 27 18:53:16 2010 for VTK by  doxygen 1.5.6