PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
Go to the source code of this file.
Functions | |
std::string | format_path_store (PathStore store) |
Returns the string corresponding to this method. More... | |
std::ostream & | operator<< (std::ostream &out, PathStore store) |
PathStore | string_path_store (const std::string &str) |
Stores from a string, as might be input by the user, to one of the known PathStore types. More... | |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file pathStore.cxx.
std::string format_path_store | ( | PathStore | store | ) |
Returns the string corresponding to this method.
Definition at line 23 of file pathStore.cxx.
PathStore string_path_store | ( | const std::string & | str | ) |
Stores from a string, as might be input by the user, to one of the known PathStore types.
Returns PS_invalid if the string is unknown.
Definition at line 60 of file pathStore.cxx.