Base readers of a vtkSMProxy's vtkSMProperty's.
More...
#include <vtkSMProxyConfigurationWriter.h>
Base readers of a vtkSMProxy's vtkSMProperty's.
vtkSMProxyConfigurationWriter writes state for properties for a single proxy. Internally the ParaView state machinery is employed.
The notion of proxy configuration is similar to state but lighter as the proxy its domains and and its server side objects are assumed to already exist. Configuration also provides subseting mechanism so that properties may be excluded if needed.
Subsetting is achieved through a specialized iterator derived from vtkSMPropertyIterator.
- See also
- vtkSMProxyConfigurationReader, vtkSMPropertyIterator, vtkSMNamedPropertyIterator
- Thanks:
- This class was contribued by SciberQuest Inc.
Definition at line 48 of file vtkSMProxyConfigurationWriter.h.
◆ Superclass
◆ vtkSMProxyConfigurationWriter()
vtkSMProxyConfigurationWriter::vtkSMProxyConfigurationWriter |
( |
| ) |
|
|
protected |
◆ ~vtkSMProxyConfigurationWriter()
virtual vtkSMProxyConfigurationWriter::~vtkSMProxyConfigurationWriter |
( |
| ) |
|
|
protectedvirtual |
◆ New()
◆ GetClassName()
virtual const char* vtkSMProxyConfigurationWriter::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkSMProxyConfigurationWriter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkSMProxyConfigurationWriter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
virtual void vtkSMProxyConfigurationWriter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
◆ SetProxy()
virtual void vtkSMProxyConfigurationWriter::SetProxy |
( |
vtkSMProxy * |
proxy | ) |
|
|
virtual |
◆ GetProxy()
virtual vtkSMProxy* vtkSMProxyConfigurationWriter::GetProxy |
( |
| ) |
|
|
virtual |
Set the proxy to write out.
◆ SetPropertyIterator()
Set the ieterator used to traverse properties during the write.
If no iterator is set then all properties are written.
◆ GetPropertyIterator()
Set the ieterator used to traverse properties during the write.
If no iterator is set then all properties are written.
◆ SetFileName()
virtual void vtkSMProxyConfigurationWriter::SetFileName |
( |
const char * |
| ) |
|
|
virtual |
◆ GetFileName()
virtual char* vtkSMProxyConfigurationWriter::GetFileName |
( |
| ) |
|
|
virtual |
◆ SetFileIdentifier()
virtual void vtkSMProxyConfigurationWriter::SetFileIdentifier |
( |
const char * |
| ) |
|
|
virtual |
◆ GetFileIdentifier()
virtual char* vtkSMProxyConfigurationWriter::GetFileIdentifier |
( |
| ) |
|
|
virtual |
◆ SetFileDescription()
virtual void vtkSMProxyConfigurationWriter::SetFileDescription |
( |
const char * |
| ) |
|
|
virtual |
◆ GetFileDescription()
virtual char* vtkSMProxyConfigurationWriter::GetFileDescription |
( |
| ) |
|
|
virtual |
◆ SetFileExtension()
virtual void vtkSMProxyConfigurationWriter::SetFileExtension |
( |
const char * |
| ) |
|
|
virtual |
◆ GetFileExtension()
virtual char* vtkSMProxyConfigurationWriter::GetFileExtension |
( |
| ) |
|
|
virtual |
◆ GetWriterVersion()
virtual const char* vtkSMProxyConfigurationWriter::GetWriterVersion |
( |
| ) |
|
|
inlinevirtual |
◆ WriteConfiguration() [1/3]
virtual int vtkSMProxyConfigurationWriter::WriteConfiguration |
( |
| ) |
|
|
virtual |
Write the proxy's state directly to an XML file, in PV state format.
◆ WriteConfiguration() [2/3]
virtual int vtkSMProxyConfigurationWriter::WriteConfiguration |
( |
const char * |
fileName | ) |
|
|
virtual |
Write the proxy's state directly to an XML file, in PV state format.
◆ WriteConfiguration() [3/3]
virtual int vtkSMProxyConfigurationWriter::WriteConfiguration |
( |
ostream & |
os | ) |
|
|
virtual |
Write the proxy's state to a stream, in PV state format.
The documentation for this class was generated from the following file: