Public Member Functions | Public Attributes | List of all members
vtkSMProxyManagerEntry Struct Reference

#include <vtkSMSessionProxyManagerInternals.h>

Collaboration diagram for vtkSMProxyManagerEntry:
Collaboration graph
[legend]

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< vtkSMProxyProxy
 

Detailed Description

Definition at line 134 of file vtkSMSessionProxyManagerInternals.h.

Constructor & Destructor Documentation

◆ vtkSMProxyManagerEntry()

vtkSMProxyManagerEntry::vtkSMProxyManagerEntry ( const char *  group,
const char *  name,
vtkSMProxy proxy 
)
inline

Definition at line 140 of file vtkSMSessionProxyManagerInternals.h.

Member Function Documentation

◆ operator==()

bool vtkSMProxyManagerEntry::operator== ( const vtkSMProxyManagerEntry other) const
inline

Definition at line 147 of file vtkSMSessionProxyManagerInternals.h.

◆ operator<()

bool vtkSMProxyManagerEntry::operator< ( const vtkSMProxyManagerEntry other) const
inline

Definition at line 153 of file vtkSMSessionProxyManagerInternals.h.

◆ operator>()

bool vtkSMProxyManagerEntry::operator> ( const vtkSMProxyManagerEntry other) const
inline

Definition at line 170 of file vtkSMSessionProxyManagerInternals.h.

Member Data Documentation

◆ Group

std::string vtkSMProxyManagerEntry::Group

Definition at line 136 of file vtkSMSessionProxyManagerInternals.h.

◆ Name

std::string vtkSMProxyManagerEntry::Name

Definition at line 137 of file vtkSMSessionProxyManagerInternals.h.

◆ Proxy

vtkSmartPointer<vtkSMProxy> vtkSMProxyManagerEntry::Proxy

Definition at line 138 of file vtkSMSessionProxyManagerInternals.h.


The documentation for this struct was generated from the following file: