25 #ifndef vtkInformationKeyLookup_h 26 #define vtkInformationKeyLookup_h 28 #include "vtkCommonCoreModule.h" 75 typedef std::pair<std::string, std::string> Identifier;
76 typedef std::map<Identifier, vtkInformationKey*> KeyMap;
80 static KeyMap& Keys();
83 #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...