OpenSceneGraph 2.8.3
|
#include <osgDB/Export>
#include <string>
Namespaces | |
namespace | osgDB |
The osgDB library provides support for reading and writing scene graphs, providing a plugin framework and file utility classes. | |
Defines | |
#define | OSGDB_FILENAMEUTILS 1 |
Functions | |
OSGDB_EXPORT std::string | osgDB::getFilePath (const std::string &filename) |
OSGDB_EXPORT std::string | osgDB::getFileExtension (const std::string &filename) |
OSGDB_EXPORT std::string | osgDB::getFileExtensionIncludingDot (const std::string &filename) |
OSGDB_EXPORT std::string | osgDB::getLowerCaseFileExtension (const std::string &filename) |
OSGDB_EXPORT std::string | osgDB::getSimpleFileName (const std::string &fileName) |
OSGDB_EXPORT std::string | osgDB::getNameLessExtension (const std::string &fileName) |
OSGDB_EXPORT std::string | osgDB::getStrippedName (const std::string &fileName) |
OSGDB_EXPORT std::string | osgDB::convertFileNameToWindowsStyle (const std::string &fileName) |
OSGDB_EXPORT std::string | osgDB::convertFileNameToUnixStyle (const std::string &fileName) |
OSGDB_EXPORT std::string | osgDB::convertToLowerCase (const std::string &fileName) |
OSGDB_EXPORT bool | osgDB::isFileNameNativeStyle (const std::string &fileName) |
OSGDB_EXPORT std::string | osgDB::convertFileNameToNativeStyle (const std::string &fileName) |
OSGDB_EXPORT bool | osgDB::equalCaseInsensitive (const std::string &lhs, const std::string &rhs) |
OSGDB_EXPORT bool | osgDB::equalCaseInsensitive (const std::string &lhs, const char *rhs) |
OSGDB_EXPORT bool | osgDB::containsServerAddress (const std::string &filename) |
OSGDB_EXPORT std::string | osgDB::getServerAddress (const std::string &filename) |
OSGDB_EXPORT std::string | osgDB::getServerFileName (const std::string &filename) |
OSGDB_EXPORT std::string | osgDB::concatPaths (const std::string &left, const std::string &right) |
Concatenates two paths. | |
OSGDB_EXPORT std::string | osgDB::getRealPath (const std::string &path) |
Removes . |
#define OSGDB_FILENAMEUTILS 1 |
![]() | Generated at Tue Mar 22 2011 13:20:18 for the OpenSceneGraph by doxygen 1.7.3. |