similar to vtkInstantiator except that it uses ParaView's client-server streams to create new classes.
More...
#include <vtkPVInstantiator.h>
Inherits vtkObject.
similar to vtkInstantiator except that it uses ParaView's client-server streams to create new classes.
vtkPVInstantiator is similar to vtkInstantiator except that it uses ParaView's client-server streams to create new classes. Thus we don't have to do any additional initialization as needed for vtkInstantiator to work.
Definition at line 31 of file vtkPVInstantiator.h.
◆ Superclass
◆ vtkPVInstantiator()
vtkPVInstantiator::vtkPVInstantiator |
( |
| ) |
|
|
protected |
◆ ~vtkPVInstantiator()
vtkPVInstantiator::~vtkPVInstantiator |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkPVInstantiator::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPVInstantiator::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkPVInstantiator::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkPVInstantiator::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ CreateInstance()
static VTK_NEWINSTANCE vtkObject* vtkPVInstantiator::CreateInstance |
( |
const char * |
className | ) |
|
|
static |
The documentation for this class was generated from the following file: