VTK
|
Attaches image pipeline to VTK. More...
#include <vtkImageToStructuredPoints.h>
Inherits vtkImageAlgorithm.
Public Types | |
typedef vtkImageAlgorithm | 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 () |
Static Public Member Functions | |
static vtkImageToStructuredPoints * | New () |
static int | IsTypeOf (const char *type) |
static vtkImageToStructuredPoints * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImageToStructuredPoints () | |
~vtkImageToStructuredPoints () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillOutputPortInformation (int, vtkInformation *) |
virtual int | FillInputPortInformation (int, vtkInformation *) |
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.
typedef vtkImageAlgorithm vtkImageToStructuredPoints::Superclass |
Definition at line 41 of file vtkImageToStructuredPoints.h.
|
protected |
|
protected |
|
static |
|
virtual |
|
static |
|
virtual |
|
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 |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
Definition at line 58 of file vtkImageToStructuredPoints.h.