Public Types | Public Attributes | List of all members
vtkSMProxyManager::RegisteredProxyInformation Struct Reference

#include <vtkSMProxyManager.h>

Collaboration diagram for vtkSMProxyManager::RegisteredProxyInformation:
Collaboration graph
[legend]

Public Types

enum  { PROXY = 0x1, COMPOUND_PROXY_DEFINITION = 0x2, LINK = 0x3 }
 

Public Attributes

vtkSMProxyProxy
 
const char * GroupName
 
const char * ProxyName
 
unsigned int Type
 

Detailed Description

Definition at line 169 of file vtkSMProxyManager.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
PROXY 
COMPOUND_PROXY_DEFINITION 
LINK 

Definition at line 178 of file vtkSMProxyManager.h.

Member Data Documentation

◆ Proxy

vtkSMProxy* vtkSMProxyManager::RegisteredProxyInformation::Proxy

Definition at line 171 of file vtkSMProxyManager.h.

◆ GroupName

const char* vtkSMProxyManager::RegisteredProxyInformation::GroupName

Definition at line 172 of file vtkSMProxyManager.h.

◆ ProxyName

const char* vtkSMProxyManager::RegisteredProxyInformation::ProxyName

Definition at line 173 of file vtkSMProxyManager.h.

◆ Type

unsigned int vtkSMProxyManager::RegisteredProxyInformation::Type

Definition at line 176 of file vtkSMProxyManager.h.


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