VTK
|
Manages key types in vtkCommon. More...
#include <vtkCommonInformationKeyManager.h>
Public Member Functions | |
vtkCommonInformationKeyManager () | |
~vtkCommonInformationKeyManager () | |
Static Public Member Functions | |
static void | Register (vtkInformationKey *key) |
Called by constructors of vtkInformationKey subclasses defined in vtkCommon to register themselves with the manager. More... | |
Manages key types in vtkCommon.
vtkCommonInformationKeyManager is included in the header of any subclass of vtkInformationKey defined in the vtkCommon library. It makes sure that the table of keys is created before and destroyed after it is used.
Definition at line 35 of file vtkCommonInformationKeyManager.h.
vtkCommonInformationKeyManager::vtkCommonInformationKeyManager | ( | ) |
vtkCommonInformationKeyManager::~vtkCommonInformationKeyManager | ( | ) |
|
static |
Called by constructors of vtkInformationKey subclasses defined in vtkCommon to register themselves with the manager.
The instances will be deleted when vtkCommon is unloaded on program exit.