2001-09-20 08:48:36 +08:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
< HTML >
< HEAD >
< TITLE > namespace osgDB< / TITLE >
< META NAME = "GENERATOR" CONTENT = "DOC++ 3.4.8" >
< / HEAD >
< BODY BGCOLOR = "#ffffff" >
< H2 > namespace < A HREF = "#DOC.DOCU" > osgDB< / A > < / H2 > < / H2 >
< HR >
< P > < DL >
< DT >
class OSGDB_EXPORT < B > < A HREF = "DotOsgWrapper.html" > DotOsgWrapper< / A > < / B > : public osg::Referenced
2001-12-25 05:56:22 +08:00
< DD > < I > Wrapper class for specifying read and write functions for extending the osg file format.< / I >
2001-09-20 08:48:36 +08:00
< DT >
class OSGDB_EXPORT < B > < A HREF = "DynamicLibrary.html" > DynamicLibrary< / A > < / B > : public osg::Referenced
< DD > < I > DynamicLibrary - encapsulates the loading and unloading of dynamic libraries, typically used for loading ReaderWriter plug-ins< / I >
< DT >
class OSGDB_EXPORT < B > < A HREF = "Field.html" > Field< / A > < / B >
< DT >
class OSGDB_EXPORT < B > < A HREF = "FieldReader.html" > FieldReader< / A > < / B >
< DT >
class OSGDB_EXPORT < B > < A HREF = "FieldReaderIterator.html" > FieldReaderIterator< / A > < / B >
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > OSGDB_EXPORT extern std::string < B > < A HREF = "#DOC.2.6" > getFilePath< / A > < / B > (const std::string& filename)
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > OSGDB_EXPORT extern std::string < B > < A HREF = "#DOC.2.7" > getFileExtension< / A > < / B > (const std::string& filename)
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > OSGDB_EXPORT extern std::string < B > < A HREF = "#DOC.2.8" > getLowerCaseFileExtension< / A > < / B > (const std::string& filename)
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > OSGDB_EXPORT extern std::string < B > < A HREF = "#DOC.2.9" > getSimpleFileName< / A > < / B > (const std::string& fileName)
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > OSGDB_EXPORT extern std::string < B > < A HREF = "#DOC.2.10" > getStrippedName< / A > < / B > (const std::string& fileName)
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > OSGDB_EXPORT extern bool < B > < A HREF = "#DOC.2.11" > equalCaseInsensitive< / A > < / B > (const std::string& lhs, const std::string& rhs)
< DT >
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > OSGDB_EXPORT extern bool < B > < A HREF = "#DOC.2.12" > equalCaseInsensitive< / A > < / B > (const std::string& lhs, const char* rhs)
< DT >
OSGDB_EXPORT extern void < B > < A HREF = "initFilePath.html" > initFilePath< / A > < / B > ( void )
< DD > < I > initialize the data file path, uses OSGFILEPATH environmental variable to defined< / I >
< DT >
OSGDB_EXPORT extern void < B > < A HREF = "setFilePath.html" > setFilePath< / A > < / B > ( const char* _path )
< DD > < I > set the data file path< / I >
< DT >
OSGDB_EXPORT extern const char* < B > < A HREF = "getFilePath.html" > getFilePath< / A > < / B > ()
< DD > < I > set the data file path< / I >
< DT >
2001-12-25 05:56:22 +08:00
OSGDB_EXPORT extern char* < B > < A HREF = "findFileInPath.html" > findFileInPath< / A > < / B > ( const char* _file, const char* filePath )
< DD > < I > find specified file if specified file path< / I >
< DT >
2001-09-20 08:48:36 +08:00
OSGDB_EXPORT extern char* < B > < A HREF = "findFile.html" > findFile< / A > < / B > ( const char* file )
< DD > < I > find specified file on the set data file path< / I >
< DT >
OSGDB_EXPORT extern char* < B > < A HREF = "findDSO.html" > findDSO< / A > < / B > ( const char* name )
< DD > < I > find specified dso/dll< / I >
< DT >
typedef std::vector< std::string> < B > < A HREF = "DirectoryContents.html" > DirectoryContents< / A > < / B >
< DD > < I > simple list of names to represent a directory's contents.< / I >
< DT >
OSGDB_EXPORT extern std::string < B > < A HREF = "findFileInDirectory.html" > findFileInDirectory< / A > < / B > (const std::string& fileName, const std::string& dirName, bool caseInsensitive=false)
< DD > < I > return the directory/filename of a file if its is contained within specified directory.< / I >
< DT >
OSGDB_EXPORT extern <!1> < A HREF = "DirectoryContents.html" > DirectoryContents< / A > < B > < A HREF = "getDirectoryContents.html" > getDirectoryContents< / A > < / B > (const std::string& dirName)
< DD > < I > return the contents of a directory.< / I >
< DT >
class OSGDB_EXPORT < B > < A HREF = "Input.html" > Input< / A > < / B > : public <!1> < A HREF = "FieldReaderIterator.html" > FieldReaderIterator< / A >
< DD > < I > Class for managing the reading of ASCII osg files< / I >
< DT >
2001-12-25 05:56:22 +08:00
class OSGDB_EXPORT < B > < A HREF = "Output.html" > Output< / A > < / B > : public std::ofstream
2001-09-20 08:48:36 +08:00
< DD > < I > ofstream wrapper class for adding support for indenting.< / I >
< DT >
2001-12-25 05:56:22 +08:00
< IMG ALT = "[more]" BORDER = 0 SRC = icon1.gif > template< class T> bool < B > < A HREF = "#DOC.2.24" > writeArrayBlock< / A > < / B > (<!1> < A HREF = "Output.html" > Output< / A > & fw, T* start, T* finish)
2001-09-20 08:48:36 +08:00
< DT >
class OSGDB_EXPORT < B > < A HREF = "ReaderWriter.html" > ReaderWriter< / A > < / B > : public osg::Referenced
< DD > < I > pure virtual base class for reading and writing of non native formats.< / I >
< DT >
OSGDB_EXPORT extern osg::Object* < B > < A HREF = "readObjectFile.html" > readObjectFile< / A > < / B > (const std::string& filename)
< DD > < I > Read an osg::Object from file.< / I >
< DT >
OSGDB_EXPORT extern osg::Image* < B > < A HREF = "readImageFile.html" > readImageFile< / A > < / B > (const std::string& filename)
< DD > < I > Read an osg::Image from file.< / I >
< DT >
OSGDB_EXPORT extern osg::Node* < B > < A HREF = "readNodeFile.html" > readNodeFile< / A > < / B > (const std::string& filename)
< DD > < I > Read an osg::Node from file.< / I >
< DT >
2001-12-25 05:56:22 +08:00
OSGDB_EXPORT extern osg::Node* < B > < A HREF = "readNodeFiles.html" > readNodeFiles< / A > < / B > (std::vector< std::string> & commandLine)
< DD > < I > Read an osg::Node subgraph from files, creating a osg::Group to contain the nodes if more than one subgraph has been loaded< / I >
< DT >
2001-09-20 08:48:36 +08:00
class OSGDB_EXPORT < B > < A HREF = "Registry.html" > Registry< / A > < / B >
2001-12-25 05:56:22 +08:00
< DD > < I > Registry is a singleton factory which stores the reader/writers which are linked in at runtime for reading non-native file formats.< / I >
< DT >
inline void < B > < A HREF = "readCommandLine.html" > readCommandLine< / A > < / B > (std::vector< std::string> & commandLine)
< DD > < I > read the command line string list into the osgDB::Registry(), removing any matched control sequences< / I >
2001-09-20 08:48:36 +08:00
< DT >
class < B > < A HREF = "RegisterDotOsgWrapperProxy.html" > RegisterDotOsgWrapperProxy< / A > < / B >
< DD > < I > Proxy class for automatic registration of DotOsgWrappers with the Registry< / I >
< DT >
template< class T> class < B > < A HREF = "RegisterReaderWriterProxy.html" > RegisterReaderWriterProxy< / A > < / B >
< DD > < I > Proxy class for automatic registration of reader/writers with the Registry< / I >
< DT >
OSGDB_EXPORT extern bool < B > < A HREF = "writeObjectFile.html" > writeObjectFile< / A > < / B > (const osg::Object& object, const std::string& filename)
< DD > < I > Write an osg::Object to file.< / I >
< DT >
OSGDB_EXPORT extern bool < B > < A HREF = "writeImageFile.html" > writeImageFile< / A > < / B > (const osg::Image& image, const std::string& filename)
< DD > < I > Write an osg::Image to file.< / I >
< DT >
OSGDB_EXPORT extern bool < B > < A HREF = "writeNodeFile.html" > writeNodeFile< / A > < / B > (const osg::Node& node, const std::string& filename)
< DD > < I > Write an osg::Node to file.< / I >
< / DL > < / P >
< A NAME = "DOC.DOCU" > < / A >
< HR >
< H2 > Documentation< / H2 >
< DL >
< A NAME = "getFilePath" > < / A >
< A NAME = "DOC.2.6" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > OSGDB_EXPORT extern std::string getFilePath(const std::string& filename)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getFileExtension" > < / A >
< A NAME = "DOC.2.7" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > OSGDB_EXPORT extern std::string getFileExtension(const std::string& filename)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getLowerCaseFileExtension" > < / A >
< A NAME = "DOC.2.8" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > OSGDB_EXPORT extern std::string getLowerCaseFileExtension(const std::string& filename)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getSimpleFileName" > < / A >
< A NAME = "DOC.2.9" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > OSGDB_EXPORT extern std::string getSimpleFileName(const std::string& fileName)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "getStrippedName" > < / A >
< A NAME = "DOC.2.10" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > OSGDB_EXPORT extern std::string getStrippedName(const std::string& fileName)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "equalCaseInsensitive" > < / A >
< A NAME = "DOC.2.11" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > OSGDB_EXPORT extern bool equalCaseInsensitive(const std::string& lhs, const std::string& rhs)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "equalCaseInsensitive" > < / A >
< A NAME = "DOC.2.12" > < / A >
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > OSGDB_EXPORT extern bool equalCaseInsensitive(const std::string& lhs, const char* rhs)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P >
< A NAME = "writeArrayBlock" > < / A >
2001-12-25 05:56:22 +08:00
< A NAME = "DOC.2.24" > < / A >
2001-09-20 08:48:36 +08:00
< DT > < IMG ALT = "o" BORDER = 0 SRC = icon2.gif > < TT > < B > template< class T> bool writeArrayBlock(<!1> < A HREF = "Output.html" > Output< / A > & fw, T* start, T* finish)< / B > < / TT >
< DL > < DT > < DD > < / DL > < P > < / DL >
< DL > < DT > < DD > < / DL > < P > < P > < I > < A HREF = "index.html" > Alphabetic index< / A > < / I > < I > < A HREF = "HIER.html" > HTML hierarchy of classes< / A > or < A HREF = "HIERjava.html" > Java< / A > < / I > < / P > < HR >
< BR >
This page was generated with the help of < A HREF = "http://docpp.sourceforge.net" > DOC++< / A > .
< / BODY >
< / HTML >