|
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 * | NewAppendSelectionsFromSelectionSource (vtkSMSourceProxy *selectionSource) |
| Create an append selection proxy from a selection source. More...
|
|
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 * | ConvertAppendSelections (int outputType, vtkSMSourceProxy *appendSelections, vtkSMSourceProxy *dataSource, int dataPort, bool &selectionChanged) |
| Given the ContentType for an output vtkSelection, this create a new append selections proxy generating the selection, the input appendSelections is used to fill the default values for created selection source. More...
|
|
static vtkSMProxy * | ConvertSelectionSource (int outputType, vtkSMSourceProxy *selectionSourceProxy, vtkSMSourceProxy *dataSource, int dataPort) |
| 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 | CombineSelection (vtkSMSourceProxy *appendSelections1, vtkSMSourceProxy *appendSelections2, CombineOperation operation, bool deepCopy=false) |
| Combine appendSelections1 with appendSelections2 using a combine operation and store the result into appendSelections2. More...
|
|
static bool | IgnoreSelection (vtkSMSourceProxy *appendSelections1, vtkSMSourceProxy *appendSelections2, bool deepCopy=false) |
| Combine appendSelections1 with appendSelections2 using a combine operation and store the result into appendSelections2. More...
|
|
static bool | AddSelection (vtkSMSourceProxy *appendSelections1, vtkSMSourceProxy *appendSelections2, bool deepCopy=false) |
| Combine appendSelections1 with appendSelections2 using a combine operation and store the result into appendSelections2. More...
|
|
static bool | SubtractSelection (vtkSMSourceProxy *appendSelections1, vtkSMSourceProxy *appendSelections2, bool deepCopy=false) |
| Combine appendSelections1 with appendSelections2 using a combine operation and store the result into appendSelections2. More...
|
|
static bool | ToggleSelection (vtkSMSourceProxy *appendSelections1, vtkSMSourceProxy *appendSelections2, bool deepCopy=false) |
| Combine appendSelections1 with appendSelections2 using a combine operation and store the result into appendSelections2. More...
|
|
static vtkSMObject * | New () |
|
static int | IsTypeOf (const char *type) |
|
static vtkSMObject * | SafeDownCast (vtkObject *o) |
|
static std::string | CreatePrettyLabel (const std::string &name) |
| Return a well-formated label using provided name by adding spaces between lower cases and upper cases: More...
|
|
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 24 of file vtkSMSelectionHelper.h.
Combine appendSelections1 with appendSelections2 using a combine operation and store the result into appendSelections2.
appendSelections1 and appendSelections2 can be combined if they have the same fieldType and containing cells qualifiers. The returned value indicates if the selections could/have be combined.
If operation is DEFAULT, appendSelections2 = appendSelections2 if operation is ADDITION, appendSelections2 = appendSelections1 | appendSelections2 if operation is SUBTRACTION, appendSelections2 = appendSelections1 & !appendSelections2 if operation is TOGGLE, appendSelections2 = appendSelections1 ^ appendSelections2
Note: appendSelections2 must have at least one selection source, but appendSelections1 can be empty (but valid).
Combine appendSelections1 with appendSelections2 using a combine operation and store the result into appendSelections2.
appendSelections1 and appendSelections2 can be combined if they have the same fieldType and containing cells qualifiers. The returned value indicates if the selections could/have be combined.
If operation is DEFAULT, appendSelections2 = appendSelections2 if operation is ADDITION, appendSelections2 = appendSelections1 | appendSelections2 if operation is SUBTRACTION, appendSelections2 = appendSelections1 & !appendSelections2 if operation is TOGGLE, appendSelections2 = appendSelections1 ^ appendSelections2
Note: appendSelections2 must have at least one selection source, but appendSelections1 can be empty (but valid).
Definition at line 61 of file vtkSMSelectionHelper.h.
Combine appendSelections1 with appendSelections2 using a combine operation and store the result into appendSelections2.
appendSelections1 and appendSelections2 can be combined if they have the same fieldType and containing cells qualifiers. The returned value indicates if the selections could/have be combined.
If operation is DEFAULT, appendSelections2 = appendSelections2 if operation is ADDITION, appendSelections2 = appendSelections1 | appendSelections2 if operation is SUBTRACTION, appendSelections2 = appendSelections1 & !appendSelections2 if operation is TOGGLE, appendSelections2 = appendSelections1 ^ appendSelections2
Note: appendSelections2 must have at least one selection source, but appendSelections1 can be empty (but valid).
Definition at line 67 of file vtkSMSelectionHelper.h.
Combine appendSelections1 with appendSelections2 using a combine operation and store the result into appendSelections2.
appendSelections1 and appendSelections2 can be combined if they have the same fieldType and containing cells qualifiers. The returned value indicates if the selections could/have be combined.
If operation is DEFAULT, appendSelections2 = appendSelections2 if operation is ADDITION, appendSelections2 = appendSelections1 | appendSelections2 if operation is SUBTRACTION, appendSelections2 = appendSelections1 & !appendSelections2 if operation is TOGGLE, appendSelections2 = appendSelections1 ^ appendSelections2
Note: appendSelections2 must have at least one selection source, but appendSelections1 can be empty (but valid).
Definition at line 73 of file vtkSMSelectionHelper.h.
Combine appendSelections1 with appendSelections2 using a combine operation and store the result into appendSelections2.
appendSelections1 and appendSelections2 can be combined if they have the same fieldType and containing cells qualifiers. The returned value indicates if the selections could/have be combined.
If operation is DEFAULT, appendSelections2 = appendSelections2 if operation is ADDITION, appendSelections2 = appendSelections1 | appendSelections2 if operation is SUBTRACTION, appendSelections2 = appendSelections1 & !appendSelections2 if operation is TOGGLE, appendSelections2 = appendSelections1 ^ appendSelections2
Note: appendSelections2 must have at least one selection source, but appendSelections1 can be empty (but valid).
Definition at line 79 of file vtkSMSelectionHelper.h.