#include <vtkSMSessionProxyManagerInternals.h>

Public Types | |
| typedef std::map< std::string, vtkSMProxyManagerProxyMapType > | ProxyGroupType |
| typedef std::set< vtkSMProxyManagerEntry > | GroupNameProxySet |
| typedef std::set< vtkSMProxy * > | SetOfProxies |
| typedef std::map< std::string, vtkSmartPointer< vtkSMLink > > | LinkType |
| typedef std::map< std::string, vtkSmartPointer< vtkSMProxySelectionModel > > | SelectionModelsType |
Public Member Functions | |
| void | FindProxyTuples (vtkSMProxy *proxy, std::set< vtkSMProxyManagerEntry > &tuplesFounds) |
| void | ComputeDelta (const vtkSMMessage *newState, vtkSMProxyLocator *locator, std::set< vtkSMProxyManagerEntry > &toRegister, std::set< vtkSMProxyManagerEntry > &toUnregister) |
| void | RemoveTuples (const char *name, std::set< vtkSMProxyManagerEntry > &removedEntries) |
| void | RemoveTuples (const char *group, const char *name, std::set< vtkSMProxyManagerEntry > &removedEntries, bool doMapOnly) |
| bool | RemoveTuples (const char *group, const char *name, vtkSMProxy *proxy) |
| void | UpdateProxySelectionModelState () |
| void | UpdateLinkState () |
Definition at line 188 of file vtkSMSessionProxyManagerInternals.h.
| typedef std::map<std::string, vtkSMProxyManagerProxyMapType> vtkSMSessionProxyManagerInternals::ProxyGroupType |
Definition at line 192 of file vtkSMSessionProxyManagerInternals.h.
| typedef std::set<vtkSMProxyManagerEntry> vtkSMSessionProxyManagerInternals::GroupNameProxySet |
Definition at line 197 of file vtkSMSessionProxyManagerInternals.h.
| typedef std::set<vtkSMProxy*> vtkSMSessionProxyManagerInternals::SetOfProxies |
Definition at line 201 of file vtkSMSessionProxyManagerInternals.h.
| typedef std::map<std::string, vtkSmartPointer<vtkSMLink> > vtkSMSessionProxyManagerInternals::LinkType |
Definition at line 205 of file vtkSMSessionProxyManagerInternals.h.
| typedef std::map<std::string, vtkSmartPointer<vtkSMProxySelectionModel> > vtkSMSessionProxyManagerInternals::SelectionModelsType |
Definition at line 209 of file vtkSMSessionProxyManagerInternals.h.
|
inline |
Definition at line 219 of file vtkSMSessionProxyManagerInternals.h.
|
inline |
Definition at line 234 of file vtkSMSessionProxyManagerInternals.h.
|
inline |
Definition at line 283 of file vtkSMSessionProxyManagerInternals.h.
|
inline |
Definition at line 332 of file vtkSMSessionProxyManagerInternals.h.
|
inline |
Definition at line 397 of file vtkSMSessionProxyManagerInternals.h.
|
inline |
Definition at line 462 of file vtkSMSessionProxyManagerInternals.h.
|
inline |
Definition at line 475 of file vtkSMSessionProxyManagerInternals.h.
| ProxyGroupType vtkSMSessionProxyManagerInternals::RegisteredProxyMap |
Definition at line 193 of file vtkSMSessionProxyManagerInternals.h.
| GroupNameProxySet vtkSMSessionProxyManagerInternals::RegisteredProxyTuple |
Definition at line 198 of file vtkSMSessionProxyManagerInternals.h.
| SetOfProxies vtkSMSessionProxyManagerInternals::ModifiedProxies |
Definition at line 202 of file vtkSMSessionProxyManagerInternals.h.
| LinkType vtkSMSessionProxyManagerInternals::RegisteredLinkMap |
Definition at line 206 of file vtkSMSessionProxyManagerInternals.h.
| SelectionModelsType vtkSMSessionProxyManagerInternals::SelectionModels |
Definition at line 210 of file vtkSMSessionProxyManagerInternals.h.
| vtkSMMessage vtkSMSessionProxyManagerInternals::State |
Definition at line 213 of file vtkSMSessionProxyManagerInternals.h.
| vtkSMSessionProxyManager* vtkSMSessionProxyManagerInternals::ProxyManager |
Definition at line 216 of file vtkSMSessionProxyManagerInternals.h.
1.8.13 on Tue May 18 2021