#include <vtkSMSessionProxyManagerInternals.h>
Public Member Functions | |
vtkBaseTypeMacro (vtkSMProxyManagerProxyInfo, vtkObjectBase) | |
void | PrintSelf (ostream &os, vtkIndent indent) override |
vtkSMProxyManagerProxyInfo (const vtkSMProxyManagerProxyInfo &)=delete | |
void | operator= (const vtkSMProxyManagerProxyInfo &)=delete |
![]() | |
const char * | GetClassName () const |
virtual vtkTypeBool | IsA (const char *name) |
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 Public Member Functions | |
static vtkSMProxyManagerProxyInfo * | New () |
![]() | |
static vtkTypeBool | IsTypeOf (const char *name) |
static vtkObjectBase * | New () |
static vtkObjectBase * | New () |
Public Attributes | |
vtkSmartPointer< vtkSMProxy > | Proxy |
unsigned long | ModifiedObserverTag |
unsigned long | StateChangedObserverTag |
unsigned long | UpdateObserverTag |
unsigned long | UpdateInformationObserverTag |
Additional Inherited Members | |
![]() | |
vtkObjectBase () | |
virtual | ~vtkObjectBase () |
virtual void | CollectRevisions (ostream &) |
virtual void | RegisterInternal (vtkObjectBase *, vtkTypeBool check) |
virtual void | UnRegisterInternal (vtkObjectBase *, vtkTypeBool check) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
![]() | |
vtkAtomicInt32 | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
Definition at line 23 of file vtkSMSessionProxyManagerInternals.h.
|
delete |
vtkSMProxyManagerProxyInfo::vtkBaseTypeMacro | ( | vtkSMProxyManagerProxyInfo | , |
vtkObjectBase | |||
) |
|
inlineoverridevirtual |
Reimplemented from vtkObjectBase.
Definition at line 27 of file vtkSMSessionProxyManagerInternals.h.
|
inlinestatic |
Definition at line 38 of file vtkSMSessionProxyManagerInternals.h.
|
delete |
vtkSmartPointer<vtkSMProxy> vtkSMProxyManagerProxyInfo::Proxy |
Definition at line 32 of file vtkSMSessionProxyManagerInternals.h.
unsigned long vtkSMProxyManagerProxyInfo::ModifiedObserverTag |
Definition at line 33 of file vtkSMSessionProxyManagerInternals.h.
unsigned long vtkSMProxyManagerProxyInfo::StateChangedObserverTag |
Definition at line 34 of file vtkSMSessionProxyManagerInternals.h.
unsigned long vtkSMProxyManagerProxyInfo::UpdateObserverTag |
Definition at line 35 of file vtkSMSessionProxyManagerInternals.h.
unsigned long vtkSMProxyManagerProxyInfo::UpdateInformationObserverTag |
Definition at line 36 of file vtkSMSessionProxyManagerInternals.h.