36 #ifndef __vtkExtractVectorComponents_h
37 #define __vtkExtractVectorComponents_h
39 #include "vtkFiltersExtractionModule.h"
49 void PrintSelf(ostream& os, vtkIndent indent);
58 vtkDataSet *GetVxComponent();
65 vtkDataSet *GetVyComponent();
72 vtkDataSet *GetVzComponent();
77 vtkSetMacro(ExtractToFieldData,
int);
78 vtkGetMacro(ExtractToFieldData,
int);
79 vtkBooleanMacro(ExtractToFieldData,
int);
86 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
void SetInputData(vtkDataObject *)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()