Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkImageToStructuredPoints Class Reference

#include <vtkImageToStructuredPoints.h>

Inheritance diagram for vtkImageToStructuredPoints:

Inheritance graph
[legend]
Collaboration diagram for vtkImageToStructuredPoints:

Collaboration graph
[legend]
List of all members.

Detailed Description

Attaches image pipeline to VTK.

vtkImageToStructuredPoints changes an image cache format to a structured points dataset. It takes an Input plus an optional VectorInput. The VectorInput converts the RGB scalar components of the VectorInput to vector pointdata attributes. This filter will try to reference count the data but in some cases it must make a copy.

Created by:
  • Law, Charles
CVS contributions (if > 5%):
  • Law, Charles (68%)
  • Martin, Ken (19%)
CVS logs (CVSweb):
  • .cxx (/Filtering/vtkImageToStructuredPoints.cxx)
  • .h (/Filtering/vtkImageToStructuredPoints.h)
Tests:
vtkImageToStructuredPoints (Tests)

Definition at line 48 of file vtkImageToStructuredPoints.h.

Public Types

typedef vtkSource 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 ()
void SetVectorInput (vtkImageData *input)
vtkImageDataGetVectorInput ()
vtkStructuredPointsGetOutput ()
vtkStructuredPointsGetOutput (int idx)

Static Public Member Functions

vtkImageToStructuredPointsNew ()
int IsTypeOf (const char *type)
vtkImageToStructuredPointsSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkImageToStructuredPoints ()
 ~vtkImageToStructuredPoints ()
void Execute ()
void ExecuteInformation ()
void ComputeInputUpdateExtents (vtkDataObject *data)
virtual int FillOutputPortInformation (int, vtkInformation *)
virtual int FillInputPortInformation (int, vtkInformation *)

Protected Attributes

int Translate [3]


Member Typedef Documentation

typedef vtkSource vtkImageToStructuredPoints::Superclass
 

Reimplemented from vtkSource.

Definition at line 52 of file vtkImageToStructuredPoints.h.


Constructor & Destructor Documentation

vtkImageToStructuredPoints::vtkImageToStructuredPoints  )  [protected]
 

vtkImageToStructuredPoints::~vtkImageToStructuredPoints  )  [protected]
 


Member Function Documentation

vtkImageToStructuredPoints* vtkImageToStructuredPoints::New  )  [static]
 

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkAlgorithm.

virtual const char* vtkImageToStructuredPoints::GetClassName  )  [virtual]
 

Reimplemented from vtkSource.

int vtkImageToStructuredPoints::IsTypeOf const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkSource.

virtual int vtkImageToStructuredPoints::IsA const char *  type  )  [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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkSource.

vtkImageToStructuredPoints* vtkImageToStructuredPoints::SafeDownCast vtkObject o  )  [static]
 

Reimplemented from vtkSource.

void vtkImageToStructuredPoints::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 vtkSource.

void vtkImageToStructuredPoints::SetInput vtkImageData input  ) 
 

Set/Get the input object from the image pipeline.

vtkImageData* vtkImageToStructuredPoints::GetInput  ) 
 

Set/Get the input object from the image pipeline.

void vtkImageToStructuredPoints::SetVectorInput vtkImageData input  ) 
 

Set/Get the input object from the image pipeline.

vtkImageData* vtkImageToStructuredPoints::GetVectorInput  ) 
 

Set/Get the input object from the image pipeline.

vtkStructuredPoints* vtkImageToStructuredPoints::GetOutput  ) 
 

Get the output of this source.

vtkStructuredPoints* vtkImageToStructuredPoints::GetOutput int  idx  ) 
 

Get the output of this source.

Reimplemented from vtkSource.

void vtkImageToStructuredPoints::Execute  )  [protected, virtual]
 

This method is the old style execute method

Reimplemented from vtkSource.

void vtkImageToStructuredPoints::ExecuteInformation  )  [protected, virtual]
 

Reimplemented from vtkSource.

void vtkImageToStructuredPoints::ComputeInputUpdateExtents vtkDataObject data  )  [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 vtkImageToStructuredPoints::FillOutputPortInformation int  ,
vtkInformation
[protected, virtual]
 

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

Reimplemented from vtkSource.

virtual int vtkImageToStructuredPoints::FillInputPortInformation int  ,
vtkInformation
[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.


Member Data Documentation

int vtkImageToStructuredPoints::Translate[3] [protected]
 

Definition at line 79 of file vtkImageToStructuredPoints.h.


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