22 #ifndef vtkInformationKeyLookup_h 23 #define vtkInformationKeyLookup_h 25 #include "vtkCommonCoreModule.h" 64 static
void RegisterKey(vtkInformationKey *
key,
65 const std::
string &
name,
72 typedef std::pair<std::
string, std::
string> Identifier;
73 typedef std::map<Identifier, vtkInformationKey*> KeyMap;
77 static KeyMap& Keys();
80 #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...