Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkImageToStructuredPoints Class Reference

Attaches image pipeline to VTK. More...

#include <vtkImageToStructuredPoints.h>

Inheritance diagram for vtkImageToStructuredPoints:

Inheritance graph
[legend]
Collaboration diagram for vtkImageToStructuredPoints:

Collaboration graph
[legend]
List of all members.

Public Methods

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 Methods

vtkImageToStructuredPoints * New ()
int IsTypeOf (const char *type)
vtkImageToStructuredPoints * SafeDownCast (vtkObject *o)

Protected Methods

 vtkImageToStructuredPoints ()
 ~vtkImageToStructuredPoints ()
 vtkImageToStructuredPoints (const vtkImageToStructuredPoints &)
void operator= (const vtkImageToStructuredPoints &)
void Execute ()
void ExecuteInformation ()
void ComputeInputUpdateExtents (vtkDataObject *data)

Protected Attributes

int Translate [3]

Detailed Description

Attaches image pipeline to VTK.

Date:
2000/12/10 20:08:11
Revision:
1.30
Thanks:
Thanks to C. Charles Law who developed this class.
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.
Examples:
vtkImageToStructuredPoints (examples)

Definition at line 67 of file vtkImageToStructuredPoints.h.


Constructor & Destructor Documentation

vtkImageToStructuredPoints::vtkImageToStructuredPoints   [protected]
 

vtkImageToStructuredPoints::~vtkImageToStructuredPoints   [protected]
 

vtkImageToStructuredPoints::vtkImageToStructuredPoints const vtkImageToStructuredPoints &    [inline, protected]
 

Definition at line 91 of file vtkImageToStructuredPoints.h.


Member Function Documentation

vtkImageToStructuredPoints* vtkImageToStructuredPoints::New   [static]
 

Instantiate object with no start, end, or progress methods.

Reimplemented from vtkSource.

virtual const char* vtkImageToStructuredPoints::GetClassName   [virtual]
 

Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkSource.

vtkImageToStructuredPoints* vtkImageToStructuredPoints::SafeDownCast vtkObject   o [static]
 

Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

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  
 

void vtkImageToStructuredPoints::SetVectorInput vtkImageData   input
 

Set/Get the input object from the image pipeline.

vtkImageData* vtkImageToStructuredPoints::GetVectorInput  
 

vtkStructuredPoints* vtkImageToStructuredPoints::GetOutput  
 

Get the output of this source.

Referenced by vtkTexture::SetInput(), vtkStructuredPointsWriter::SetInput(), vtkStructuredPointsToUnstructuredGridFilter::SetInput(), vtkStructuredPointsToStructuredPointsFilter::SetInput(), vtkStructuredPointsToPolyDataFilter::SetInput(), vtkSpatialRepresentationFilter::SetInput(), vtkDataSetWriter::SetInput(), vtkDataSetToUnstructuredGridFilter::SetInput(), vtkDataSetToStructuredPointsFilter::SetInput(), vtkDataSetToStructuredGridFilter::SetInput(), vtkDataSetToDataSetFilter::SetInput(), vtkDataSetMapper::SetInput(), vtkMergeFilter::SetScalars(), vtkProbeFilter::SetSource(), and vtkImplicitVolume::SetVolume().

vtkStructuredPoints* vtkImageToStructuredPoints::GetOutput int    idx [inline]
 

Reimplemented from vtkSource.

Definition at line 85 of file vtkImageToStructuredPoints.h.

void vtkImageToStructuredPoints::operator= const vtkImageToStructuredPoints &    [inline, protected]
 

Definition at line 92 of file vtkImageToStructuredPoints.h.

void vtkImageToStructuredPoints::Execute   [protected, virtual]
 

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.


Member Data Documentation

int vtkImageToStructuredPoints::Translate[3] [protected]
 

Definition at line 95 of file vtkImageToStructuredPoints.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:49:04 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001