20 #ifndef vtkSMTransferFunctionManager_h
21 #define vtkSMTransferFunctionManager_h
23 #include "vtkRemotingViewsModule.h"
50 virtual vtkSMProxy* GetOpacityTransferFunction(
66 virtual vtkSMProxy* GetScalarBarRepresentation(
75 void ResetAllTransferFunctionRangesUsingCurrentData(
80 HIDE_UNUSED_SCALAR_BARS = 0x01,
81 SHOW_USED_SCALAR_BARS = 0x02
91 GROW_ON_APPLY_AND_TIMESTEP = 1,
93 RESET_ON_APPLY_AND_TIMESTEP = 3
101 virtual bool UpdateScalarBars(
vtkSMProxy* viewProxy,
unsigned int mode);