4 #ifndef vtkSMProxyInternals_h 5 #define vtkSMProxyInternals_h 51 typedef std::map<std::string, vtkSmartPointer<vtkSMProxy>>
ProxyMap;
std::map< std::string, ExposedPropertyInfo > ExposedPropertyInfoMap
bool EnableAnnotationPush
AnnotationMap Annotations
vtkSmartPointer< vtkSMProperty > Property
std::vector< ConnectionInfo > Producers
std::vector< vtkSmartPointer< vtkSMProxyLink > > SubProxyLinksType
vtkWeakPointer< vtkSMProxy > Proxy
superclass for all SM properties
std::map< std::string, vtkSmartPointer< vtkSMProxy > > ProxyMap
std::vector< std::string > PropertyNamesInOrder
vtkWeakPointer< vtkSMProperty > Property
std::vector< vtkSmartPointer< vtkSMPropertyGroup > > PropertyGroups
SubProxyLinksType SubProxyLinks
std::map< std::string, PropertyInfo > PropertyInfoMap
std::vector< ConnectionInfo > Consumers
proxy for a VTK object(s) on a server
PropertyInfoMap Properties
std::vector< int > ServerIDs
ExposedPropertyInfoMap ExposedProperties
std::map< std::string, std::string > AnnotationMap
ConnectionInfo(vtkSMProperty *prop, vtkSMProxy *prox)