Documentation for vtkImageToStructuredPoints

vtkImageToStructuredPoints - Attaches image pipeline to VTK.

Super Class: vtkSource

Description:

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.

 

Methods:

void vtkImageToStructuredPoints ()
void vtkImageToStructuredPoints ()
static vtkImageToStructuredPoints *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetInput (vtkImageCache *)
vtkImageCache *GetInput ()
void SetVectorInput (vtkImageCache *)
vtkImageCache *GetVectorInput ()
void SetExtent (int ,int *)
void GetExtent (int ,int *)
void Update ()
vtkImageData *GetOutput ()
void Execute ()

 

Detailed Method Descriptions:

Set/Get the input object from the image pipeline.

void SetInput (vtkImageCache *)
vtkImageCache *GetInput ()
void SetVectorInput (vtkImageCache *)
vtkImageCache *GetVectorInput ()

Set/Get the extent to translate explicitely.

void SetExtent (int ,int *)
void GetExtent (int ,int *)

Perform the conversion.

void Update ()

Get the output of this source.

vtkImageData *GetOutput ()