ParaView
Public Member Functions | Public Attributes
vtkSMProxyManagerEntry Struct Reference

#include <vtkSMSessionProxyManagerInternals.h>

Collaboration diagram for vtkSMProxyManagerEntry:
Collaboration graph
[legend]

List of all members.

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 139 of file vtkSMSessionProxyManagerInternals.h.


Constructor & Destructor Documentation

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

Definition at line 145 of file vtkSMSessionProxyManagerInternals.h.


Member Function Documentation

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.


Member Data Documentation

Definition at line 141 of file vtkSMSessionProxyManagerInternals.h.

Definition at line 142 of file vtkSMSessionProxyManagerInternals.h.

Definition at line 143 of file vtkSMSessionProxyManagerInternals.h.


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