Go to the documentation of this file.
10 #ifndef vtkSMScalarBarWidgetRepresentationProxy_h
11 #define vtkSMScalarBarWidgetRepresentationProxy_h
13 #include "vtkRemotingViewsModule.h"
18 #include <unordered_map>
43 return self ?
self->UpdateComponentTitle(dataInfo) :
false;
57 return self ?
self->PlaceInView(view) :
false;
78 void GetRange(
double range[2]);
112 std::unordered_map<vtkSMRepresentationProxy*, vtkWeakPointer<vtkSMRepresentationProxy>>
Proxies;
122 void BeginTrackingPropertiesForTrace();
123 void EndTrackingPropertiesForTrace();
130 void ScalarBarWidgetPosition2ToScalarBarLength();
131 void ScalarBarLengthToScalarBarWidgetPosition2();
Proxy for a representations.
proxy for a VTK object(s) on a server
Superclass for all view proxies.