34 #ifndef vtkMergeVectorComponents_h
35 #define vtkMergeVectorComponents_h
38 #include "vtkFiltersGeneralModule.h"
52 vtkSetStringMacro(XArrayName);
53 vtkGetStringMacro(XArrayName);
60 vtkSetStringMacro(YArrayName);
61 vtkGetStringMacro(YArrayName);
68 vtkSetStringMacro(ZArrayName);
69 vtkGetStringMacro(ZArrayName);
77 vtkSetStringMacro(OutputVectorName);
78 vtkGetStringMacro(OutputVectorName);
87 vtkSetMacro(AttributeType,
int);
88 vtkGetMacro(AttributeType,
int);
void SetAttributeTypeToCellData()
Control which AttributeType the filter operates on (point data or cell data for vtkDataSets).
a simple class to control print indentation
void SetAttributeTypeToPointData()
Control which AttributeType the filter operates on (point data or cell data for vtkDataSets).
merge components of many single-component arrays into one vector