23 #ifndef vtkSMSelectionHelper_h 24 #define vtkSMSelectionHelper_h 26 #include "vtkPVServerManagerRenderingModule.h" 31 class vtkSelectionNode;
41 void PrintSelf(ostream& os, vtkIndent indent);
53 static vtkSMProxy* NewSelectionSourceFromSelection(
54 vtkSMSession* session, vtkSelection* selection,
bool ignore_composite_keys =
false);
56 static void NewSelectionSourcesFromSelection(vtkSelection* selection,
vtkSMProxy* view,
57 vtkCollection* selSources, vtkCollection* selRepresentations);
99 static void ConvertSurfaceSelectionToVolumeSelectionInternal(
100 vtkIdType connectionID, vtkSelection* input, vtkSelection* output,
int global_ids);
106 static vtkSMProxy* NewSelectionSourceFromSelectionInternal(
void PrintSelf(ostream &os, vtkIndent indent)
vtkSMSession is the default ParaView session.
superclass for most server manager classes
proxy for a VTK source on a server
static vtkSMObject * New()
proxy for a VTK object(s) on a server
Utility class to help with selection tasks.