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:
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:
void SetComponents (int ) | |
void SetComponents (int ,int ) | |
void SetComponents (int ,int ,int ) | |
int *GetComponents () |