Skip to content
  • David C. Lonie's avatar
    Add std::string setters to string information keys. · ec4842cd
    David C. Lonie authored
    When using information objects from templated code, const char* is
    a pain to deal with and would require special handling for copying,
    memory management, etc. Allowing std::string to be used with the
    vtkInformation API simplifies this a great deal (see next commit for
    an example).
    ec4842cd