Singleton class for initializing without python.
More...
#include <vtkCPCxxHelper.h>
Inherits vtkObject.
Singleton class for initializing without python.
The vtkCPCxxHelper instance is created on the first call to vtkCPCxxHelper::New(), subsequent calls return the same instance (but with an increased reference count). When the caller is done with the vtkCPCxxHelper instance, it should simply call Delete() or UnRegister() on it. When the last caller of vtkCPCxxHelper::New() releases the reference, the singleton instance will be cleaned up.
Definition at line 32 of file vtkCPCxxHelper.h.
◆ Superclass
◆ vtkCPCxxHelper()
vtkCPCxxHelper::vtkCPCxxHelper |
( |
| ) |
|
|
protected |
◆ ~vtkCPCxxHelper()
virtual vtkCPCxxHelper::~vtkCPCxxHelper |
( |
| ) |
|
|
protectedvirtual |
◆ New()
◆ GetClassName()
virtual const char* vtkCPCxxHelper::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkCPCxxHelper::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkCPCxxHelper::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkCPCxxHelper::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
The documentation for this class was generated from the following file: