28 #ifndef vtkImageExtractComponents_h
29 #define vtkImageExtractComponents_h
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);
virtual void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int extent[6], int threadId)
void PrintSelf(ostream &os, vtkIndent indent)
Generic filter that has one input..
a simple class to control print indentation
topologically and geometrically regular array of data
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKIMAGINGCORE_EXPORT
static vtkAlgorithm * New()