13 #ifndef vtkInformationKeyLookup_h
14 #define vtkInformationKeyLookup_h
16 #include "vtkCommonCoreModule.h"
23 VTK_ABI_NAMESPACE_BEGIN
55 static void RegisterKey(
62 typedef std::pair<std::string, std::string> Identifier;
63 typedef std::map<Identifier, vtkInformationKey*> KeyMap;
67 static KeyMap& Keys();
71 #endif // vtkInformationKeyLookup_h
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...