15 #ifndef vtkSMViewLink_h 16 #define vtkSMViewLink_h 44 void EnableCameraLink(
bool enable);
49 static void UpdateViewCallback(
50 vtkObject* caller,
unsigned long eid,
void* clientData,
void* callData);
75 bool Updating =
false;
76 bool UpdateViewsOnEndEvent =
true;
std::map< vtkSMProxy *, vtkSmartPointer< vtkCallbackCommand > > RenderObservers
#define VTKREMOTINGVIEWS_EXPORT
creates a link between two proxies.
virtual void RemoveLinkedProxy(vtkSMProxy *proxy)
Remove a linked proxy.
void UpdateVTKObjects(vtkSMProxy *proxy) override
Called when an input proxy is updated (UpdateVTKObjects).
virtual void AddLinkedProxy(vtkSMProxy *proxy, int updateDir)
Add a property to the link.
static vtkSMProxyLink * New()
create a link between views, with automatic refresh.
proxy for a VTK object(s) on a server
void PrintSelf(ostream &os, vtkIndent indent) override
std::string GetXMLTagName() override
Override to ajust to this class name.