18 #ifndef vtkSMPreselectionPipeline_h 19 #define vtkSMPreselectionPipeline_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 PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
virtual vtkSMProxy * CreateSelectionRepresentation(vtkSMSourceProxy *extract)
Get/Create the interactive selection representation.
vtkSMSourceProxy * ExtractInteractiveSelection
implementation for View that includes render window and renderers.
Preselection enables the user to inspect cells/points without actually selecting them.
proxy for a VTK source on a server
vtkWeakPointer< vtkSMRenderViewProxy > PreviousView
#define VTKREMOTINGMISC_EXPORT
proxy for a VTK object(s) on a server
vtkSMProxy * SelectionRepresentation
vtkCallbackCommand * ColorObserver
vtkWeakPointer< vtkSMSourceProxy > PreviousRepresentation
void operator=(const vtkObjectBase &)