VTK  9.3.20240329
Public Member Functions | Static Public Member Functions | List of all members
vtkCommonInformationKeyManager Class Reference

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...
 

Detailed Description

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 24 of file vtkCommonInformationKeyManager.h.

Constructor & Destructor Documentation

◆ vtkCommonInformationKeyManager()

vtkCommonInformationKeyManager::vtkCommonInformationKeyManager ( )

◆ ~vtkCommonInformationKeyManager()

vtkCommonInformationKeyManager::~vtkCommonInformationKeyManager ( )

Member Function Documentation

◆ Register()

static void vtkCommonInformationKeyManager::Register ( vtkInformationKey key)
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.


The documentation for this class was generated from the following file: