|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| |
| | vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
| |
| virtual void | DebugOn () |
| |
| virtual void | DebugOff () |
| |
| bool | GetDebug () |
| |
| void | SetDebug (bool debugFlag) |
| |
| virtual void | Modified () |
| |
| virtual vtkMTimeType | GetMTime () |
| |
| void | RemoveObserver (unsigned long tag) |
| |
| void | RemoveObservers (unsigned long event) |
| |
| void | RemoveObservers (const char *event) |
| |
| void | RemoveAllObservers () |
| |
| int | HasObserver (unsigned long event) |
| |
| int | HasObserver (const char *event) |
| |
| int | InvokeEvent (unsigned long event) |
| |
| int | InvokeEvent (const char *event) |
| |
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| |
| vtkCommand * | GetCommand (unsigned long tag) |
| |
| void | RemoveObserver (vtkCommand *) |
| |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| |
| void | RemoveObservers (const char *event, vtkCommand *) |
| |
| int | HasObserver (unsigned long event, vtkCommand *) |
| |
| int | HasObserver (const char *event, vtkCommand *) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| int | InvokeEvent (unsigned long event, void *callData) |
| |
| int | InvokeEvent (const char *event, void *callData) |
| |
| unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
| |
| unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
| |
| vtkCommand * | GetCommand (unsigned long tag) |
| |
| void | RemoveObserver (vtkCommand *) |
| |
| void | RemoveObservers (unsigned long event, vtkCommand *) |
| |
| void | RemoveObservers (const char *event, vtkCommand *) |
| |
| int | HasObserver (unsigned long event, vtkCommand *) |
| |
| int | HasObserver (const char *event, vtkCommand *) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
| |
| int | InvokeEvent (unsigned long event, void *callData) |
| |
| int | InvokeEvent (const char *event, void *callData) |
| |
| const char * | GetClassName () const |
| |
| virtual void | Delete () |
| |
| virtual void | FastDelete () |
| |
| void | Print (ostream &os) |
| |
| virtual void | Register (vtkObjectBase *o) |
| |
| virtual void | UnRegister (vtkObjectBase *o) |
| |
| void | SetReferenceCount (int) |
| |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| |
| int | GetReferenceCount () |
| |
| void | PrintRevisions (ostream &) |
| |
| virtual void | PrintHeader (ostream &os, vtkIndent indent) |
| |
| virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
| |
| int | GetReferenceCount () |
| |
| void | PrintRevisions (ostream &) |
| |
|
| static vtkSMSelectionHelper * | New () |
| |
| static int | IsTypeOf (const char *type) |
| |
| static vtkSMSelectionHelper * | SafeDownCast (vtkObject *o) |
| |
| static vtkSMProxy * | NewSelectionSourceFromSelection (vtkSMSession *session, vtkSelection *selection, bool ignore_composite_keys=false) |
| | Given a selection, returns a proxy for a selection source that has the ids specified by it. More...
|
| |
| static void | NewSelectionSourcesFromSelection (vtkSelection *selection, vtkSMProxy *view, vtkCollection *selSources, vtkCollection *selRepresentations) |
| |
| static vtkSMProxy * | ConvertSelection (int outputType, vtkSMProxy *selectionSourceProxy, vtkSMSourceProxy *dataSource, int outputport) |
| | Given the ContentType for an output vtkSelection, this create a new source proxy generating the selection, the input selectionSourceProxy is used to fill the default values for created selection source. More...
|
| |
| static bool | MergeSelection (vtkSMSourceProxy *output, vtkSMSourceProxy *input, vtkSMSourceProxy *dataSource, int outputport) |
| | Updates output to be a combination of (input | output) if the two selection sources are mergeable. More...
|
| |
| static bool | SubtractSelection (vtkSMSourceProxy *output, vtkSMSourceProxy *input, vtkSMSourceProxy *dataSource, int outputport) |
| | Updates output to be a subtraction of input and output (input - output) if the two selection sources are mergeable. More...
|
| |
| static bool | ToggleSelection (vtkSMSourceProxy *output, vtkSMSourceProxy *input, vtkSMSourceProxy *dataSource, int outputport) |
| | Updates output to be a toggle of input and output (input + (input | output ) - (input & output ) ) if the two selection sources are mergeable. More...
|
| |
| static vtkSMObject * | New () |
| |
| static int | IsTypeOf (const char *type) |
| |
| static vtkSMObject * | SafeDownCast (vtkObject *o) |
| |
| static vtkObject * | New () |
| |
| static void | BreakOnError () |
| |
| static void | SetGlobalWarningDisplay (int val) |
| |
| static void | GlobalWarningDisplayOn () |
| |
| static void | GlobalWarningDisplayOff () |
| |
| static int | GetGlobalWarningDisplay () |
| |
| static void | SetGlobalWarningDisplay (int val) |
| |
| static void | GlobalWarningDisplayOn () |
| |
| static void | GlobalWarningDisplayOff () |
| |
| static int | GetGlobalWarningDisplay () |
| |
| static vtkTypeBool | IsTypeOf (const char *name) |
| |
| static vtkObjectBase * | New () |
| |
| static vtkObjectBase * | New () |
| |
Utility class to help with selection tasks.
This class contains several static methods that help with the complicated selection task.
Definition at line 36 of file vtkSMSelectionHelper.h.