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 ()=default
 
 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 50 of file vtkSMProxyListDomain.h.

Constructor & Destructor Documentation

◆ ProxyType() [1/2]

vtkSMProxyListDomain::ProxyType::ProxyType ( )
default

◆ ProxyType() [2/2]

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

Definition at line 55 of file vtkSMProxyListDomain.h.

Member Data Documentation

◆ GroupName

std::string vtkSMProxyListDomain::ProxyType::GroupName

Definition at line 52 of file vtkSMProxyListDomain.h.

◆ ProxyName

std::string vtkSMProxyListDomain::ProxyType::ProxyName

Definition at line 53 of file vtkSMProxyListDomain.h.


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