Go to the source code of this file.
Classes | |
| struct | Ogre::Box |
| Structure used to define a box in a 3-D integer space. More... | |
| class | Ogre::HashedVector< T > |
| A hashed vector. More... | |
| struct | Ogre::RenderWindowDescription |
| Render window creation parameters. More... | |
| struct | Ogre::TRect< T > |
Namespaces | |
| Ogre | |
Typedefs | |
| typedef map< String, String >::type | Ogre::AliasTextureNamePairList |
| Alias / Texture name pair (first = alias, second = texture name) More... | |
| typedef map< String, String >::type | Ogre::BinaryOptionList |
| typedef TRect< float > | Ogre::FloatRect |
| Structure used to define a rectangle in a 2-D floating point space. More... | |
| typedef HashedVector< Light * > | Ogre::LightList |
| typedef map< String, String >::type | Ogre::NameValuePairList |
| Name / value parameter pair (first = name, second = value) More... | |
| typedef TRect< Real > | Ogre::RealRect |
| Structure used to define a rectangle in a 2-D floating point space, subject to double / single floating point settings. More... | |
| typedef TRect< long > | Ogre::Rect |
| Structure used to define a rectangle in a 2-D integer space. More... | |
| typedef vector < RenderWindowDescription > ::type | Ogre::RenderWindowDescriptionList |
| Render window creation parameters container. More... | |
| typedef vector< RenderWindow * > ::type | Ogre::RenderWindowList |
| Render window container. More... | |
| typedef int | Ogre::TrackVertexColourType |
| An enumeration describing which material properties should track the vertex colours. More... | |
| typedef map< String, bool >::type | Ogre::UnaryOptionList |
Functions | |
| uint32 _OgreExport | Ogre::FastHash (const char *data, int len, uint32 hashSoFar=0) |
| Fast general hashing algorithm. More... | |
| int _OgreExport | Ogre::findCommandLineOpts (int numargs, char **argv, UnaryOptionList &unaryOptList, BinaryOptionList &binOptList) |
| Locate command-line options of the unary form '-blah' and of the binary form '-blah foo', passing back the index of the next non-option. More... | |
| template<typename T > | |
| uint32 | Ogre::HashCombine (uint32 hashSoFar, const T &data) |
| Combine hashes with same style as boost::hash_combine. More... | |
| template<typename T > | |
| std::ostream & | Ogre::operator<< (std::ostream &o, const TRect< T > &r) |
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri Mar 28 2014 06:34:24