iterates over all proxy definitions from which the vtkSMProxyManager can use to create new proxy.
More...
#include <vtkPVProxyDefinitionIterator.h>
Inherits vtkObject.
iterates over all proxy definitions from which the vtkSMProxyManager can use to create new proxy.
It can also iterate over registered compound proxy definitions.
vtkPVProxyDefinitionIterator iterates over all proxy definitions known to the proxy manager. The iterator allow to filter the iteration on a subset of group and/or on the global or custom proxies. Custom and Compound proxy are exactly the same thing. We should stick with only one name.
- See also
- vtkSMProxyManager
Definition at line 38 of file vtkPVProxyDefinitionIterator.h.
◆ Superclass
◆ vtkPVProxyDefinitionIterator()
vtkPVProxyDefinitionIterator::vtkPVProxyDefinitionIterator |
( |
| ) |
|
|
protected |
◆ ~vtkPVProxyDefinitionIterator()
virtual vtkPVProxyDefinitionIterator::~vtkPVProxyDefinitionIterator |
( |
| ) |
|
|
protectedvirtual |
◆ GetClassName()
virtual const char* vtkPVProxyDefinitionIterator::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPVProxyDefinitionIterator::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkPVProxyDefinitionIterator::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkPVProxyDefinitionIterator::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ GoToFirstItem()
virtual void vtkPVProxyDefinitionIterator::GoToFirstItem |
( |
| ) |
|
|
pure virtual |
Move the iterator to the beginning.
◆ InitTraversal()
virtual void vtkPVProxyDefinitionIterator::InitTraversal |
( |
| ) |
|
|
inlinevirtual |
◆ GoToNextItem()
virtual void vtkPVProxyDefinitionIterator::GoToNextItem |
( |
| ) |
|
|
pure virtual |
Move the iterator to the next item.
This will also move to next group automatically if needed.
◆ GoToNextGroup()
virtual void vtkPVProxyDefinitionIterator::GoToNextGroup |
( |
| ) |
|
|
pure virtual |
Move the iterator to the next group.
◆ IsDoneWithTraversal()
virtual bool vtkPVProxyDefinitionIterator::IsDoneWithTraversal |
( |
| ) |
|
|
pure virtual |
Test whether the iterator is currently pointing to a valid item.
◆ AddTraversalGroupName()
virtual void vtkPVProxyDefinitionIterator::AddTraversalGroupName |
( |
const char * |
groupName | ) |
|
|
pure virtual |
◆ GetGroupName()
virtual const char* vtkPVProxyDefinitionIterator::GetGroupName |
( |
| ) |
|
|
pure virtual |
Return the current group name or NULL if Next() was never called.
◆ GetProxyName()
virtual const char* vtkPVProxyDefinitionIterator::GetProxyName |
( |
| ) |
|
|
pure virtual |
Return the current proxy name or NULL if Next() was never called.
◆ IsCustom()
virtual bool vtkPVProxyDefinitionIterator::IsCustom |
( |
| ) |
|
|
inlinevirtual |
◆ GetProxyDefinition()
virtual vtkPVXMLElement* vtkPVProxyDefinitionIterator::GetProxyDefinition |
( |
| ) |
|
|
pure virtual |
Return the current XML proxy definition.
◆ GetProxyHints()
Return the current XML proxy hints.
The documentation for this class was generated from the following file: