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:
void SetInput (vtkImageCache *) | |
vtkImageCache *GetInput () | |
void SetVectorInput (vtkImageCache *) | |
vtkImageCache *GetVectorInput () |
void SetExtent (int ,int *) | |
void GetExtent (int ,int *) |
void Update () |
vtkImageData *GetOutput () |