|
ParaView
|
#include <vtkSMSessionProxyManagerInternals.h>

Public Member Functions | |
| vtkSMProxyManagerEntry (const char *group, const char *name, vtkSMProxy *proxy) | |
| bool | operator== (const vtkSMProxyManagerEntry &other) const |
| bool | operator< (const vtkSMProxyManagerEntry &other) const |
| bool | operator> (const vtkSMProxyManagerEntry &other) const |
Public Attributes | |
| std::string | Group |
| std::string | Name |
| vtkSmartPointer< vtkSMProxy > | Proxy |
Definition at line 139 of file vtkSMSessionProxyManagerInternals.h.
| vtkSMProxyManagerEntry::vtkSMProxyManagerEntry | ( | const char * | group, |
| const char * | name, | ||
| vtkSMProxy * | proxy | ||
| ) | [inline] |
Definition at line 145 of file vtkSMSessionProxyManagerInternals.h.
| bool vtkSMProxyManagerEntry::operator== | ( | const vtkSMProxyManagerEntry & | other | ) | const [inline] |
Definition at line 152 of file vtkSMSessionProxyManagerInternals.h.
| bool vtkSMProxyManagerEntry::operator< | ( | const vtkSMProxyManagerEntry & | other | ) | const [inline] |
Definition at line 157 of file vtkSMSessionProxyManagerInternals.h.
| bool vtkSMProxyManagerEntry::operator> | ( | const vtkSMProxyManagerEntry & | other | ) | const [inline] |
Definition at line 174 of file vtkSMSessionProxyManagerInternals.h.
Definition at line 141 of file vtkSMSessionProxyManagerInternals.h.
Definition at line 142 of file vtkSMSessionProxyManagerInternals.h.
Definition at line 143 of file vtkSMSessionProxyManagerInternals.h.
1.7.5.1