VTK
|
Go to the source code of this file.
Classes | |
class | vtkInformationKey |
Superclass for vtkInformation keys. More... | |
Defines | |
#define | vtkInformationKeyMacro(CLASS, NAME, type) |
#define | vtkInformationKeyRestrictedMacro(CLASS, NAME, type, required) |
#define vtkInformationKeyMacro | ( | CLASS, | |
NAME, | |||
type | |||
) |
static vtkInformation##type##Key* CLASS##_##NAME = \ new vtkInformation##type##Key(#NAME, #CLASS); \ vtkInformation##type##Key* CLASS::NAME() \ { \ return CLASS##_##NAME; \ }
Definition at line 122 of file vtkInformationKey.h.
#define vtkInformationKeyRestrictedMacro | ( | CLASS, | |
NAME, | |||
type, | |||
required | |||
) |
static vtkInformation##type##Key* CLASS##_##NAME = \ new vtkInformation##type##Key(#NAME, #CLASS, required); \ vtkInformation##type##Key* CLASS::NAME() \ { \ return CLASS##_##NAME; \ }
Definition at line 129 of file vtkInformationKey.h.