28 #ifndef __vtkImageExtractComponents_h
29 #define __vtkImageExtractComponents_h
32 #include "vtkImagingCoreModule.h"
33 #include "vtkThreadedImageAlgorithm.h"
40 void PrintSelf(ostream& os, vtkIndent indent);
44 void SetComponents(
int c1);
45 void SetComponents(
int c1,
int c2);
46 void SetComponents(
int c1,
int c2,
int c3);
47 vtkGetVector3Macro(Components,
int);
53 vtkGetMacro(NumberOfComponents,
int);
60 int NumberOfComponents;
63 virtual int RequestInformation (vtkInformation *, vtkInformationVector**,
64 vtkInformationVector *);
66 void ThreadedExecute (vtkImageData *inData, vtkImageData *outData,