#include <vtkImageToStructuredPoints.h>
Inheritance diagram for vtkImageToStructuredPoints:
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.
Definition at line 41 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) |
vtkImageData * | GetInput () |
void | SetVectorInput (vtkImageData *input) |
vtkImageData * | GetVectorInput () |
vtkStructuredPoints * | GetOutput () |
vtkStructuredPoints * | GetOutput (int idx) |
Static Public Member Functions | |
vtkImageToStructuredPoints * | New () |
int | IsTypeOf (const char *type) |
vtkImageToStructuredPoints * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageToStructuredPoints () | |
~vtkImageToStructuredPoints () | |
void | Execute () |
void | ExecuteInformation () |
void | ComputeInputUpdateExtents (vtkDataObject *data) |
Protected Attributes | |
int | Translate [3] |
|
Reimplemented from vtkSource. Definition at line 45 of file vtkImageToStructuredPoints.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject.
|
|
Reimplemented from vtkSource.
|
|
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.
|
|
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.
|
|
Reimplemented from vtkSource.
|
|
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.
|
|
Set/Get the input object from the image pipeline. |
|
Set/Get the input object from the image pipeline. |
|
Set/Get the input object from the image pipeline. |
|
Set/Get the input object from the image pipeline. |
|
Get the output of this source. |
|
Get the output of this source. Reimplemented from vtkSource.
|
|
This method is the old style execute method Reimplemented from vtkSource.
|
|
Reimplemented from vtkSource.
|
|
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.
|
|
Definition at line 72 of file vtkImageToStructuredPoints.h. |