28 #ifndef __vtkImageExtractComponents_h
29 #define __vtkImageExtractComponents_h
43 void SetComponents(
int c1);
44 void SetComponents(
int c1,
int c2);
45 void SetComponents(
int c1,
int c2,
int c3);
46 vtkGetVector3Macro(Components,
int);
52 vtkGetMacro(NumberOfComponents,
int);
59 int NumberOfComponents;
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)
static vtkAlgorithm * New()