Public Member Functions | Public Attributes | List of all members
vtkSMProxyListDomain::ProxyType Struct Reference

Used to identify a proxy type. More...

#include <vtkSMProxyListDomain.h>

Public Member Functions

 ProxyType ()
 
 ProxyType (const std::string &group, const std::string &name)
 

Public Attributes

std::string GroupName
 
std::string ProxyName
 

Detailed Description

Used to identify a proxy type.

Definition at line 62 of file vtkSMProxyListDomain.h.

Constructor & Destructor Documentation

◆ ProxyType() [1/2]

vtkSMProxyListDomain::ProxyType::ProxyType ( )
inline

Definition at line 66 of file vtkSMProxyListDomain.h.

◆ ProxyType() [2/2]

vtkSMProxyListDomain::ProxyType::ProxyType ( const std::string group,
const std::string name 
)
inline

Definition at line 67 of file vtkSMProxyListDomain.h.

Member Data Documentation

◆ GroupName

std::string vtkSMProxyListDomain::ProxyType::GroupName

Definition at line 64 of file vtkSMProxyListDomain.h.

◆ ProxyName

std::string vtkSMProxyListDomain::ProxyType::ProxyName

Definition at line 65 of file vtkSMProxyListDomain.h.


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