Documentation for vtkImageExtractComponents

vtkImageExtractComponents - Outputs a single component

Super Class: vtkImageFilter

Description:

vtkImageExtractComponents takes an input with any number of components and outputs some of them. It does involve a copy of the data.

 

See Also:

vtkImageAppendComponents

 

Methods:

void vtkImageExtractComponents ()
static vtkImageExtractComponents *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetComponents (int )
void SetComponents (int ,int )
void SetComponents (int ,int ,int )
int *GetComponents ()
void ExecuteImageInformation ()
void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int )

 

Detailed Method Descriptions:

Set/Get the components to extract.

void SetComponents (int )
void SetComponents (int ,int )
void SetComponents (int ,int ,int )
int *GetComponents ()