28 #ifndef __vtkImageExtractComponents_h
29 #define __vtkImageExtractComponents_h
32 #include "vtkImagingCoreModule.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;
64 vtkInformationVector *);
virtual void ThreadedExecute(vtkImageData *inData, vtkImageData *outData, int extent[6], int threadId)
void PrintSelf(ostream &os, vtkIndent indent)
Generic filter that has one input..
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkAlgorithm * New()