23 #ifndef __vtkTransformVisualizerGlyph3D_h 24 #define __vtkTransformVisualizerGlyph3D_h 28 #include "vtkGlyph3D.h" 49 void PrintSelf(ostream& os, vtkIndent indent)
override;
54 vtkSetMacro(ScaleDirectional,
bool);
55 vtkGetMacro(ScaleDirectional,
bool);
59 void SetVectorArray(
const char* vectorArrayName);
63 void SetScalarArray(
const char* scalarArrayName);
67 void SetColorArray(
const char* colorArrayName);
70 vtkSetMacro(MagnitudeThresholding,
bool);
71 vtkGetMacro(MagnitudeThresholding,
bool);
74 vtkSetMacro(MagnitudeThresholdLower,
double);
75 vtkGetMacro(MagnitudeThresholdLower,
double);
78 vtkSetMacro(MagnitudeThresholdUpper,
double);
79 vtkGetMacro(MagnitudeThresholdUpper,
double);
91 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
override;