Go to the documentation of this file.
18 #ifndef vtkSMPreselectionPipeline_h
19 #define vtkSMPreselectionPipeline_h
22 #include "vtkRemotingMiscModule.h"
40 virtual vtkSMProxy* GetSelectionRepresentation()
const;
41 virtual vtkSMProxy* GetOrCreateSelectionRepresentation();
42 virtual vtkSMProxy* CreateSelectionRepresentation(
46 return this->CreateSelectionRepresentation(extract,
nullptr);
70 static void OnColorModified(
71 vtkObject* source,
unsigned long eid,
void* clientdata,
void* calldata);
72 static void ClearCache(
vtkObject* source,
unsigned long eid,
void* clientdata,
void* calldata);
73 virtual void ClearCache();
vtkCallbackCommand * ConnectionObserver
void operator=(const vtkObjectBase &)
implementation for View that includes render window and renderers.
vtkSMProxy * SelectionRepresentation
virtual vtkSMProxy * CreateSelectionRepresentation(vtkSMSourceProxy *extract)
Get/Create the interactive selection representation.
proxy for a VTK object(s) on a server
proxy for a VTK source on a server
vtkWeakPointer< vtkSMRenderViewProxy > PreviousView
vtkWeakPointer< vtkSMSourceProxy > PreviousRepresentation
vtkSMSourceProxy * ExtractInteractiveSelection
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
vtkCallbackCommand * ColorObserver