VTK
|
Attaches image pipeline to VTK. More...
#include <vtkImageToStructuredPoints.h>
Public Types | |
typedef vtkImageAlgorithm | Superclass |
![]() | |
typedef vtkAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkStructuredPoints * | GetStructuredPointsOutput () |
void | SetVectorInput (vtkImageData *input) |
vtkImageData * | GetVectorInput () |
![]() | |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkDataObject * | GetInput (int port) |
vtkDataObject * | GetInput () |
vtkImageData * | GetImageDataInput (int port) |
vtkImageData * | GetOutput () |
vtkImageData * | GetOutput (int) |
virtual void | SetOutput (vtkDataObject *d) |
virtual int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
void | SetInput (vtkDataObject *) |
void | SetInput (int, vtkDataObject *) |
virtual void | AddInput (vtkDataObject *) |
virtual void | AddInput (int, vtkDataObject *) |
Static Public Member Functions | |
static vtkImageToStructuredPoints * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageToStructuredPoints * | SafeDownCast (vtkObject *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkImageAlgorithm * | SafeDownCast (vtkObject *o) |
Protected Attributes | |
int | Translate [3] |
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.
Definition at line 37 of file vtkImageToStructuredPoints.h.
Definition at line 41 of file vtkImageToStructuredPoints.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkImageAlgorithm.
|
static |
|
virtual |
Reimplemented from vtkImageAlgorithm.
|
static |
void vtkImageToStructuredPoints::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
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::GetStructuredPointsOutput | ( | ) |
Get the output of the filter.
|
protectedvirtual |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkImageAlgorithm.
|
protectedvirtual |
Reimplemented from vtkImageAlgorithm.
|
protectedvirtual |
Reimplemented from vtkImageAlgorithm.
|
protectedvirtual |
Reimplemented from vtkImageAlgorithm.
|
protectedvirtual |
Reimplemented from vtkImageAlgorithm.
|
protected |
Definition at line 58 of file vtkImageToStructuredPoints.h.