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

abstract filter class More...

#include <vtkDataSetToImageFilter.h>

Inheritance diagram for vtkDataSetToImageFilter:
[legend]
Collaboration diagram for vtkDataSetToImageFilter:
[legend]

Public Types

typedef vtkImageSource Superclass
 
- Public Types inherited from vtkImageSource
typedef vtkSource Superclass
 
- Public Types inherited from vtkSource
typedef vtkProcessObject Superclass
 
- Public Types inherited from vtkProcessObject
typedef vtkAlgorithm Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetInput (vtkDataSet *input)
 
vtkDataSetGetInput ()
 
- Public Member Functions inherited from vtkImageSource
void PrintSelf (ostream &os, vtkIndent indent)
 
void SetOutput (vtkImageData *output)
 
vtkImageDataGetOutput ()
 
vtkImageDataGetOutput (int idx)
 
- Public Member Functions inherited from vtkSource
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void Update ()
 
virtual void UpdateWholeExtent ()
 
virtual void UpdateInformation ()
 
virtual void PropagateUpdateExtent (vtkDataObject *output)
 
virtual void TriggerAsynchronousUpdate ()
 
virtual void UpdateData (vtkDataObject *output)
 
void UnRegisterAllOutputs (void)
 
int GetOutputIndex (vtkDataObject *out)
 
virtual void SetExecutive (vtkExecutive *executive)
 
virtual void SetReleaseDataFlag (int)
 
virtual int GetReleaseDataFlag ()
 
virtual void ReleaseDataFlagOn ()
 
virtual void ReleaseDataFlagOff ()
 
vtkDataObject ** GetOutputs ()
 
virtual int GetNumberOfOutputs ()
 
virtual int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 
- Public Member Functions inherited from vtkProcessObject
void PrintSelf (ostream &os, vtkIndent indent)
 
void SqueezeInputArray ()
 
void RemoveAllInputs ()
 
vtkDataObject ** GetInputs ()
 
int GetNumberOfInputs ()
 
virtual void SetInputConnection (vtkAlgorithmOutput *input)
 
virtual void SetInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void AddInputConnection (vtkAlgorithmOutput *input)
 
virtual void RemoveInputConnection (int port, vtkAlgorithmOutput *input)
 
virtual void SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input)
 
virtual void SetNumberOfInputConnections (int port, int n)
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkDataSetToImageFilterSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkImageSource
static int IsTypeOf (const char *type)
 
static vtkImageSourceSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkSource
static int IsTypeOf (const char *type)
 
static vtkSourceSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkProcessObject
static int IsTypeOf (const char *type)
 
static vtkProcessObjectSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkDataSetToImageFilter ()
 
 ~vtkDataSetToImageFilter ()
 
void ComputeInputUpdateExtents (vtkDataObject *output)
 
virtual int FillInputPortInformation (int, vtkInformation *)
 
- Protected Member Functions inherited from vtkImageSource
 vtkImageSource ()
 
 ~vtkImageSource ()
 
void Execute ()
 
virtual void Execute (vtkImageData *data)
 
virtual vtkImageDataAllocateOutputData (vtkDataObject *out)
 
virtual int FillOutputPortInformation (int, vtkInformation *)
 
- Protected Member Functions inherited from vtkSource
 vtkSource ()
 
 ~vtkSource ()
 
virtual void ExecuteData (vtkDataObject *output)
 
virtual void ExecuteInformation ()
 
virtual void MarkGeneratedOutputs (vtkDataObject *)
 
void SetNumberOfOutputs (int num)
 
vtkDataObjectGetOutput (int idx)
 
virtual void SetNthOutput (int num, vtkDataObject *output)
 
virtual void AddOutput (vtkDataObject *output)
 
virtual void RemoveOutput (vtkDataObject *output)
 
virtual void ReportReferences (vtkGarbageCollector *)
 
int FillOutputPortInformation (int, vtkInformation *)
 
virtual void SetNumberOfOutputPorts (int n)
 
- Protected Member Functions inherited from vtkProcessObject
void SetNumberOfInputs (int num)
 
virtual void SetNthInput (int num, vtkDataObject *input)
 
virtual void AddInput (vtkDataObject *input)
 
virtual void RemoveInput (vtkDataObject *input)
 
void AddInputInternal (vtkDataObject *input)
 
void RemoveInputInternal (vtkDataObject *input)
 
void SetupInputs ()
 
 vtkProcessObject ()
 
 ~vtkProcessObject ()
 

Additional Inherited Members

- Protected Attributes inherited from vtkSource
vtkDataObject ** Outputs
 
int NumberOfOutputs
 
int Updating
 
vtkTimeStamp InformationTime
 
- Protected Attributes inherited from vtkProcessObject
int NumberOfInputs
 
int NumberOfRequiredInputs
 
vtkDataObject ** Inputs
 

Detailed Description

abstract filter class

vtkDataSetToImageFilter is an abstract filter class whose subclasses take as input any dataset and generate image data on output.

See Also
vtkGaussianSplatter vtkImplicitModeller vtkShepardMethod vtkVoxelModeller

Definition at line 32 of file vtkDataSetToImageFilter.h.

Member Typedef Documentation

Definition at line 35 of file vtkDataSetToImageFilter.h.

Constructor & Destructor Documentation

vtkDataSetToImageFilter::vtkDataSetToImageFilter ( )
protected
vtkDataSetToImageFilter::~vtkDataSetToImageFilter ( )
protected

Member Function Documentation

virtual const char* vtkDataSetToImageFilter::GetClassName ( )
virtual

Reimplemented from vtkImageSource.

static int vtkDataSetToImageFilter::IsTypeOf ( const char *  type)
static
virtual int vtkDataSetToImageFilter::IsA ( const char *  type)
virtual

Reimplemented from vtkImageSource.

static vtkDataSetToImageFilter* vtkDataSetToImageFilter::SafeDownCast ( vtkObject o)
static
void vtkDataSetToImageFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual void vtkDataSetToImageFilter::SetInput ( vtkDataSet input)
virtual

Set / get the input data or filter.

vtkDataSet* vtkDataSetToImageFilter::GetInput ( )

Set / get the input data or filter.

void vtkDataSetToImageFilter::ComputeInputUpdateExtents ( vtkDataObject output)
protectedvirtual

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 vtkDataSetToImageFilter::FillInputPortInformation ( int  ,
vtkInformation  
)
protectedvirtual

Reimplemented from vtkProcessObject.


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