initialization helper for (writers, PPLYWriter) proxy.
More...
#include <vtkSMPLYWriterProxyInitializationHelper.h>
initialization helper for (writers, PPLYWriter) proxy.
vtkSMPLYWriterProxyInitializationHelper is an initialization helper for the PPLYWriter proxy that sets up the "ColorArrayName" and "LookupTable" using the coloring state in the active view.
Definition at line 31 of file vtkSMPLYWriterProxyInitializationHelper.h.
§ Superclass
§ vtkSMPLYWriterProxyInitializationHelper()
vtkSMPLYWriterProxyInitializationHelper::vtkSMPLYWriterProxyInitializationHelper |
( |
| ) |
|
|
protected |
§ ~vtkSMPLYWriterProxyInitializationHelper()
vtkSMPLYWriterProxyInitializationHelper::~vtkSMPLYWriterProxyInitializationHelper |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
virtual const char* vtkSMPLYWriterProxyInitializationHelper::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkSMPLYWriterProxyInitializationHelper::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkSMPLYWriterProxyInitializationHelper::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ PrintSelf()
void vtkSMPLYWriterProxyInitializationHelper::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
§ PostInitializeProxy()
virtual void vtkSMPLYWriterProxyInitializationHelper::PostInitializeProxy |
( |
vtkSMProxy * |
proxy, |
|
|
vtkPVXMLElement * |
xml, |
|
|
unsigned |
initializationTimeStamp |
|
) |
| |
|
virtual |
Called during vtkSMParaViewPipelineController::PostInitializeProxy() to initialize a proxy.
- Parameters
-
proxy | : the proxy being initialized. |
xml | : the XML configuration from this helper from this Hints for the proxy. This makes it possible to pass additional configuration parameters to the initialization helper. |
initializationTimeStamp | the timestamp for the proxy initialization. Generally, if a property on the proxy has MTime greater than initializationTimeStamp, the initializer should not modify the property since it was explicitly set by the user during initialization. |
Implements vtkSMProxyInitializationHelper.
The documentation for this class was generated from the following file: