41 #ifndef __vtkAttributeDataToFieldDataFilter_h
42 #define __vtkAttributeDataToFieldDataFilter_h
44 #include "vtkFiltersCoreModule.h"
50 void PrintSelf(ostream& os, vtkIndent indent);
59 vtkSetMacro(PassAttributeData,
int);
60 vtkGetMacro(PassAttributeData,
int);
61 vtkBooleanMacro(PassAttributeData,
int);
68 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
map attribute data to field data
~vtkAttributeDataToFieldDataFilter()
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()