Panda3D
pal_string_utils.h
Go to the documentation of this file.
1 /**
2  * PANDA 3D SOFTWARE
3  * Copyright (c) Carnegie Mellon University. All rights reserved.
4  *
5  * All use of this software is subject to the terms of the revised BSD
6  * license. You should have received a copy of this license along
7  * with this source code in a file named "LICENSE."
8  *
9  * @file pal_string_utils.h
10  * @author drose
11  * @date 2000-11-30
12  */
13 
14 #ifndef PAL_STRING_UTILS_H
15 #define PAL_STRING_UTILS_H
16 
17 #include "pandatoolbase.h"
18 #include "string_utils.h"
19 
20 class PNMFileType;
21 
22 void extract_param_value(const std::string &str, std::string &param, std::string &value);
23 
24 bool parse_image_type_request(const std::string &word, PNMFileType *&color_type,
25  PNMFileType *&alpha_type);
26 
27 #endif
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
This is the base class of a family of classes that represent particular image file types that PNMImag...
Definition: pnmFileType.h:32
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.