![]() |
OGRE
1.10.12
Object-Oriented Graphics Rendering Engine
|
Classes | |
struct | Ogre::_ConfigOption |
Packages the details of a configuration option. More... | |
class | Ogre::AbstractNode |
class | Ogre::AnimationControllerFunction |
Predefined controller function for dealing with animation. More... | |
class | Ogre::Any |
Variant type that can hold Any other type. More... | |
class | Ogre::AnyNumeric |
Specialised Any class which has built in arithmetic operators, but can hold only types which support operator +,-,* and / . More... | |
class | Ogre::AtomAbstractNode |
This is an abstract node which cannot be broken down further. More... | |
class | Ogre::AtomicObject< T > |
class | Ogre::AtomicScalar< T > |
struct | Ogre::Box |
Structure used to define a box in a 3-D integer space. More... | |
class | Ogre::BuiltinScriptTranslatorManager |
This class manages the builtin translators. More... | |
class | Ogre::Codec |
Abstract class that defines a 'codec'. More... | |
class | Ogre::ColourValue |
Class representing colour. More... | |
class | Ogre::CompositionPassTranslator |
class | Ogre::CompositionTargetPassTranslator |
class | Ogre::CompositionTechniqueTranslator |
class | Ogre::CompositorTranslator |
class | Ogre::ComPtr< T > |
struct | Ogre::ConcreteNode |
class | Ogre::ConfigDialog |
Defines the behaviour of an automatic renderer configuration dialog. More... | |
class | Ogre::ConfigFile |
Class for quickly loading settings from a text file. More... | |
class | Ogre::Controller< T > |
Instances of this class 'control' the value of another object in the system. More... | |
class | Ogre::ControllerFunction< T > |
Subclasses of this class are responsible for performing a function on an input value for a Controller. More... | |
class | Ogre::ControllerManager |
Class for managing Controller instances. More... | |
class | Ogre::ControllerValue< T > |
Can either be used as an input or output value. More... | |
class | Ogre::CreateCompositorScriptCompilerEvent |
class | Ogre::CreateGpuProgramScriptCompilerEvent |
class | Ogre::CreateGpuSharedParametersScriptCompilerEvent |
class | Ogre::CreateHighLevelGpuProgramScriptCompilerEvent |
class | Ogre::CreateMaterialScriptCompilerEvent |
class | Ogre::CreateParticleSystemScriptCompilerEvent |
class | Ogre::DefaultWorkQueueBase |
Base for a general purpose request / response style background work queue. More... | |
class | Ogre::DynLib |
Resource holding data about a dynamic library. More... | |
class | Ogre::DynLibManager |
Manager for Dynamic-loading Libraries. More... | |
class | Ogre::ErrorDialog |
Class for displaying the error dialog if Ogre fails badly. More... | |
class | Ogre::Exception |
When thrown, provides information about an error that has occurred inside the engine. More... | |
class | Ogre::ExceptionFactory |
Class implementing dispatch methods in order to construct by-value exceptions of a derived type based just on an exception code. More... | |
class | Ogre::FactoryObj< T > |
Abstract factory class. More... | |
class | Ogre::FileNotFoundException |
class | Ogre::FloatGpuParameterControllerValue |
Predefined controller value for setting a single floating- point value in a constant parameter of a vertex or fragment program. More... | |
struct | Ogre::FrameEvent |
Struct containing information about a frame event. More... | |
class | Ogre::FrameListener |
A interface class defining a listener which can be used to receive notifications of frame events. More... | |
class | Ogre::FrameTimeControllerValue |
Predefined controller value for getting the latest frame time. More... | |
class | Ogre::GpuProgramTranslator |
class | Ogre::HashedVector< T > |
A hashed vector. More... | |
class | Ogre::ImportAbstractNode |
This abstract node represents an import statement. More... | |
class | Ogre::InternalErrorException |
class | Ogre::InvalidCallException |
class | Ogre::InvalidParametersException |
class | Ogre::InvalidStateException |
class | Ogre::IOException |
class | Ogre::ItemIdentityException |
class | Ogre::LinearControllerFunction |
Predefined controller function based on linear function interpolation. More... | |
class | Ogre::Log |
class | Ogre::LogListener |
class | Ogre::LogManager |
The log manager handles the creation and retrieval of logs for the application. More... | |
class | Ogre::MaterialTranslator |
class | Ogre::NameGenerator |
Utility class to generate a sequentially numbered series of names. More... | |
class | Ogre::NoAddRefRelease< T > |
class | Ogre::ObjectAbstractNode |
This specific abstract node represents a script object. More... | |
class | Ogre::ParamCommand |
Abstract class which is command object which gets/sets parameters. More... | |
class | Ogre::ParamDictionary |
Class to hold a dictionary of parameters for a single class. More... | |
class | Ogre::ParameterDef |
Definition of a parameter supported by a StringInterface class, for introspection. More... | |
class | Ogre::ParticleAffectorTranslator |
class | Ogre::ParticleEmitterTranslator |
class | Ogre::ParticleSystemTranslator |
class | Ogre::PassthroughControllerFunction |
Predefined controller function which just passes through the original source directly to dest. More... | |
class | Ogre::PassTranslator |
class | Ogre::PlatformInformation |
Class which provides the run-time platform information Ogre runs on. More... | |
class | Ogre::Plugin |
Class defining a generic OGRE plugin. More... | |
class | Ogre::PreApplyTextureAliasesScriptCompilerEvent |
class | Ogre::ProcessNameExclusionScriptCompilerEvent |
class | Ogre::ProcessResourceNameScriptCompilerEvent |
class | Ogre::Profile |
An individual profile that will be processed by the Profiler. More... | |
struct | Ogre::ProfileFrame |
Represents the total timing information of a profile since profiles can be called more than once each frame. More... | |
struct | Ogre::ProfileHistory |
Represents a history of each profile during the duration of the app. More... | |
class | Ogre::ProfileInstance |
Represents an individual profile call. More... | |
class | Ogre::Profiler |
The profiler allows you to measure the performance of your code. More... | |
class | Ogre::ProfileSessionListener |
ProfileSessionListener should be used to visualize profile results. More... | |
class | Ogre::PropertyAbstractNode |
This abstract node represents a script property. More... | |
class | Ogre::RadixSort< TContainer, TContainerValueType, TCompValueType > |
Class for performing a radix sort (fast comparison-less sort based on byte value) on various standard STL containers. More... | |
class | Ogre::RenderingAPIException |
struct | Ogre::RenderWindowDescription |
Render window creation parameters. More... | |
class | Ogre::Root |
The root class of the Ogre system. More... | |
class | Ogre::RuntimeAssertionException |
class | Ogre::ScaleControllerFunction |
Predefined controller function which simply scales an input to an output value. More... | |
class | Ogre::ScriptCompiler |
This is the main class for the compiler. More... | |
class | Ogre::ScriptCompilerEvent |
This struct is a base class for events which can be thrown by the compilers and caught by subscribers. More... | |
class | Ogre::ScriptCompilerListener |
This is a listener for the compiler. More... | |
class | Ogre::ScriptCompilerManager |
Manages threaded compilation of scripts. More... | |
class | Ogre::ScriptLexer |
class | Ogre::ScriptLoader |
Abstract class defining the interface used by classes which wish to perform script loading to define instances of whatever they manage. More... | |
class | Ogre::ScriptParser |
struct | Ogre::ScriptToken |
This struct represents a token, which is an ID'd lexeme from the parsing input stream. More... | |
class | Ogre::ScriptTranslator |
This class translates script AST (abstract syntax tree) into Ogre resources. More... | |
class | Ogre::ScriptTranslatorManager |
The ScriptTranslatorManager manages the lifetime and access to script translators. More... | |
class | Ogre::Serializer |
Generic class for serialising data to / from binary stream-based files. More... | |
class | Ogre::SharedParamsTranslator |
class | Ogre::SharedPtr< T > |
Reference-counted shared pointer, used for objects where implicit destruction is required. More... | |
struct | Ogre::SharedPtrInfo |
class | Ogre::SharedPtrInfoDelete< T > |
class | Ogre::SharedPtrInfoDeleteT< T > |
class | Ogre::SharedPtrInfoFree< T > |
struct | Ogre::SharedPtrInfoNone |
class | Ogre::Singleton< T > |
Template class for creating single-instance global classes. More... | |
class | Ogre::StringConverter |
Class for converting the core Ogre data types to/from Strings. More... | |
class | Ogre::StringInterface |
Class defining the common interface which classes can use to present a reflection-style, self-defining parameter set to callers. More... | |
class | Ogre::StringUtil |
Utility class for manipulating Strings. More... | |
class | Ogre::TechniqueTranslator |
class | Ogre::TexCoordModifierControllerValue |
Predefined controller value for getting / setting a texture coordinate modifications (scales and translates). More... | |
class | Ogre::TextureFrameControllerValue |
Predefined controller value for getting / setting the frame number of a texture layer. More... | |
class | Ogre::TextureSourceTranslator |
class | Ogre::TextureUnitTranslator |
class | Ogre::Timer |
Timer class. More... | |
struct | Ogre::TRect< T > |
class | Ogre::UnimplementedException |
Template struct which creates a distinct type for each exception code. More... | |
class | Ogre::VariableAccessAbstractNode |
This abstract node represents a variable assignment. More... | |
class | Ogre::WaveformControllerFunction |
Predefined controller function based on a waveform. More... | |
class | Ogre::WorkQueue |
Interface to a general purpose request / response style background work queue. More... | |
Macros | |
#define | OGRE_EXCEPT(code, desc, src) Ogre::ExceptionFactory::throwException(code, desc, src, __FILE__, __LINE__) |
#define | OGRE_EXCEPT_EX(code, num, desc, src) Ogre::ExceptionFactory::throwExceptionEx(code, num, desc, src, __FILE__, __LINE__) |
#define | OGRE_LOG_THRESHOLD 4 |
Functions | |
template<typename ValueType > | |
ValueType | Ogre::any_cast (const Any &operand) |
template<typename ValueType > | |
ValueType * | Ogre::any_cast (Any *operand) |
template<typename ValueType > | |
const ValueType * | Ogre::any_cast (const Any *operand) |
template<class T , class U > | |
SharedPtr< T > | Ogre::dynamic_pointer_cast (const SharedPtr< U > &r) |
uint32 | Ogre::FastHash (const char *data, size_t 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<class T > | |
bool | Ogre::operator!= (const ComPtr< T > &a, const ComPtr< T > &b) ASSUME_NOEXCEPT |
template<class T , class U > | |
bool | Ogre::operator!= (SharedPtr< T > const &a, SharedPtr< U > const &b) |
template<class T > | |
bool | Ogre::operator< (const ComPtr< T > &a, const ComPtr< T > &b) ASSUME_NOEXCEPT |
template<class T , class U > | |
bool | Ogre::operator< (SharedPtr< T > const &a, SharedPtr< U > const &b) |
template<typename T > | |
std::ostream & | Ogre::operator<< (std::ostream &o, const TRect< T > &r) |
template<class T > | |
bool | Ogre::operator<= (const ComPtr< T > &a, const ComPtr< T > &b) ASSUME_NOEXCEPT |
template<class T > | |
bool | Ogre::operator== (const ComPtr< T > &a, const ComPtr< T > &b) ASSUME_NOEXCEPT |
template<class T , class U > | |
bool | Ogre::operator== (SharedPtr< T > const &a, SharedPtr< U > const &b) |
template<class T > | |
bool | Ogre::operator> (const ComPtr< T > &a, const ComPtr< T > &b) ASSUME_NOEXCEPT |
template<class T > | |
bool | Ogre::operator>= (const ComPtr< T > &a, const ComPtr< T > &b) ASSUME_NOEXCEPT |
template<> | |
void | Ogre::StringConverter::parse (const String &str, ColourValue &v) |
template<> | |
void | Ogre::StringConverter::parse (const String &str, Quaternion &v) |
template<> | |
void | Ogre::StringConverter::parse (const String &str, Matrix4 &v) |
template<> | |
void | Ogre::StringConverter::parse (const String &str, Matrix3 &v) |
template<> | |
void | Ogre::StringConverter::parse (const String &str, Vector4 &v) |
template<> | |
void | Ogre::StringConverter::parse (const String &str, Vector3 &v) |
template<> | |
void | Ogre::StringConverter::parse (const String &str, Vector2 &v) |
template<> | |
void | Ogre::StringConverter::parse (const String &str, size_t &v) |
template<> | |
void | Ogre::StringConverter::parse (const String &str, long &v) |
template<> | |
void | Ogre::StringConverter::parse (const String &str, bool &v) |
template<> | |
void | Ogre::StringConverter::parse (const String &str, int &v) |
template<> | |
void | Ogre::StringConverter::parse (const String &str, Real &v) |
template<class T , class U > | |
SharedPtr< T > | Ogre::static_pointer_cast (const SharedPtr< U > &r) |
template<class T > | |
void | Ogre::swap (ComPtr< T > &a, ComPtr< T > &b) |
Variables | |
const String | Ogre::BLANKSTRING |
Constant blank string, useful for returning by ref where local does not exist. More... | |
#define OGRE_EXCEPT | ( | code, | |
desc, | |||
src | |||
) | Ogre::ExceptionFactory::throwException(code, desc, src, __FILE__, __LINE__) |
Referenced by Ogre::any_cast(), Ogre::AnimableValue::applyDeltaValue(), Ogre::AnimableObject::createAnimableValue(), Ogre::AnimableObject::getAnimableValueNames(), Ogre::Renderable::getCustomParameter(), Ogre::InstanceManager::getInstanceBatchIterator(), Ogre::HardwareBuffer::lock(), Ogre::Codec::registerCodec(), Ogre::GLNativeSupport::setConfigOption(), Ogre::PortalBase::setDirection(), Ogre::AnimableValue::setValue(), and Ogre::PropertySet::setValue().
#define OGRE_EXCEPT_EX | ( | code, | |
num, | |||
desc, | |||
src | |||
) | Ogre::ExceptionFactory::throwExceptionEx(code, num, desc, src, __FILE__, __LINE__) |
Referenced by Ogre::D3D11Texture::HasAutoMipMapGenerationEnabled().
#define OGRE_LOG_THRESHOLD 4 |
typedef uint32 Ogre::RGBA |
typedef uint32 Ogre::ARGB |
typedef uint32 Ogre::ABGR |
typedef uint32 Ogre::BGRA |
typedef int Ogre::TrackVertexColourType |
An enumeration describing which material properties should track the vertex colours.
typedef HashedVector<Light*> Ogre::LightList |
typedef map<String, bool>::type Ogre::UnaryOptionList |
typedef map<String, String>::type Ogre::BinaryOptionList |
typedef map<String, String>::type Ogre::NameValuePairList |
Name / value parameter pair (first = name, second = value)
typedef map<String, String>::type Ogre::AliasTextureNamePairList |
Alias / Texture name pair (first = alias, second = texture name)
typedef TRect<float> Ogre::FloatRect |
Structure used to define a rectangle in a 2-D floating point space.
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.
typedef TRect< long > Ogre::Rect |
Structure used to define a rectangle in a 2-D integer space.
typedef vector<RenderWindowDescription>::type Ogre::RenderWindowDescriptionList |
Render window creation parameters container.
typedef vector<RenderWindow*>::type Ogre::RenderWindowList |
Render window container.
typedef struct Ogre::_ConfigOption Ogre::ConfigOption |
Packages the details of a configuration option.
typedef map< String, ConfigOption >::type Ogre::ConfigOptionMap |
typedef SharedPtr< ControllerValue<Real> > Ogre::ControllerValueRealPtr |
typedef vector<RenderSystem*>::type Ogre::RenderSystemList |
typedef SharedPtr<ConcreteNode> Ogre::ConcreteNodePtr |
typedef list<ConcreteNodePtr>::type Ogre::ConcreteNodeList |
typedef SharedPtr<AbstractNode> Ogre::AbstractNodePtr |
typedef list<AbstractNodePtr>::type Ogre::AbstractNodeList |
typedef SharedPtr<ScriptToken> Ogre::ScriptTokenPtr |
typedef vector<ScriptTokenPtr>::type Ogre::ScriptTokenList |
typedef stdext::hash_compare< _StringBase, std::less< _StringBase > > Ogre::_StringHash |
typedef vector<ParameterDef>::type Ogre::ParameterList |
typedef map<String, ParamCommand* >::type Ogre::ParamCommandMap |
typedef map<String, ParamDictionary>::type Ogre::ParamDictionaryMap |
typedef vector<String>::type Ogre::StringVector |
typedef SharedPtr<StringVector> Ogre::StringVectorPtr |
High-level filtering options providing shortcuts to settings the minification, magnification and mip filters.
enum Ogre::FilterType |
enum Ogre::FilterOptions |
Filtering options for textures / mipmaps.
enum Ogre::ShadeOptions |
Light shading modes.
Enumerator | |
---|---|
SO_FLAT | |
SO_GOURAUD | |
SO_PHONG |
enum Ogre::FogMode |
Fog modes.
enum Ogre::CullingMode |
Hardware culling modes based on vertex winding.
This setting applies to how the hardware API culls triangles it is sent.
Manual culling modes based on vertex normals.
This setting applies to how the software culls triangles before sending them to the hardware API. This culling mode is used by scene managers which choose to implement it - normally those which deal with large amounts of fixed world geometry which is often planar (software culling movable variable geometry is expensive).
enum Ogre::WaveformType |
Enumerates the wave types usable with the Ogre engine.
enum Ogre::PolygonMode |
An enumeration of broad shadow techniques.
enum Ogre::SortMode |
enum Ogre::StereoModeType |
Flags for the Instance Manager when calculating ideal number of instances per batch.
enum Ogre::ClipResult |
enum Ogre::LoggingLevel |
List of reserved profiling masks.
Enumerator | |
---|---|
OGREPROF_USER_DEFAULT | User default profile. |
OGREPROF_ALL | All in-built Ogre profiling will match this mask. |
OGREPROF_GENERAL | General processing. |
OGREPROF_CULLING | Culling. |
OGREPROF_RENDERING | Rendering. |
anonymous enum |
This enum defines the integer ids for keywords this compiler handles.
anonymous enum |
These codes represent token IDs which are numerical translations of specific lexemes.
Specific compilers using the lexer can register their own token IDs which are given precedence over these built-in ones.
Enumerator | |
---|---|
TID_LBRACKET | |
TID_RBRACKET | |
TID_COLON | |
TID_VARIABLE | |
TID_WORD | |
TID_QUOTE | |
TID_NEWLINE | |
TID_UNKNOWN | |
TID_END |
The method to use to free memory on destruction.
enum Ogre::ParameterType |
ValueType* Ogre::any_cast | ( | Any * | operand | ) |
References Ogre::Any::type().
const ValueType* Ogre::any_cast | ( | const Any * | operand | ) |
References Ogre::Any::any_cast.
ValueType Ogre::any_cast | ( | const Any & | operand | ) |
References Ogre::Any::any_cast, Ogre::Exception::ERR_INVALIDPARAMS, OGRE_EXCEPT, and Ogre::Any::type().
Fast general hashing algorithm.
Referenced by Ogre::HashCombine().
Combine hashes with same style as boost::hash_combine.
References Ogre::FastHash().
std::ostream& Ogre::operator<< | ( | std::ostream & | o, |
const TRect< T > & | r | ||
) |
References Ogre::TRect< T >::left.
Referenced by Ogre::Camera::Listener::cameraDestroyed(), Ogre::PagedWorld::getPageProvider(), Ogre::PagedWorldSection::getPageProvider(), Ogre::Terrain::isDerivedDataUpdateInProgress(), Ogre::Polygon::operator!=(), Ogre::ConvexBody::operator!=(), Ogre::Plane::operator!=(), and Ogre::ResourceBackgroundQueue::Listener::~Listener().
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.
numargs,argv | The standard parameters passed to the main method |
unaryOptList | Map of unary options (i.e. those that do not require a parameter). Should be pre-populated with, for example '-e' in the key and false in the value. Options which are found will be set to true on return. |
binOptList | Map of binary options (i.e. those that require a parameter e.g. '-e afile.txt'). Should be pre-populated with, for example '-e' and the default setting. Options which are found will have the value updated. |
Referenced by Ogre::Box::getDepth().
|
inline |
Referenced by Ogre::SharedPtr< Skeleton >::staticCast().
|
inline |
Referenced by Ogre::SharedPtr< Skeleton >::dynamicCast().
|
inline |
References Ogre::SharedPtr< T >::get().
|
inline |
References Ogre::SharedPtr< T >::get().
|
inline |
Referenced by Ogre::RTShader::FunctionInvocation::getReturnType().
|
inline |
References Ogre::StringConverter::parseColourValue().
|
inline |
References Ogre::StringConverter::parseQuaternion().
References Ogre::StringConverter::parseMatrix4().
References Ogre::StringConverter::parseMatrix3().
References Ogre::StringConverter::parseVector4().
References Ogre::StringConverter::parseVector3().
References Ogre::StringConverter::parseVector2().
|
inline |
References Ogre::StringConverter::parseSizeT().
|
inline |
References Ogre::StringConverter::parseLong().
|
inline |
References Ogre::StringConverter::parseBool().
|
inline |
References Ogre::StringConverter::parseInt().
References Ogre::StringConverter::parseReal().
const String Ogre::BLANKSTRING |
Constant blank string, useful for returning by ref where local does not exist.
Referenced by Ogre::Mesh::_getAnimationTypesDirty(), Ogre::Animation::_keyFrameListChanged(), Ogre::Root::createSceneManager(), Ogre::StreamSerialiser::getCurrentChunkDepth(), Ogre::MaterialManager::getDefaultSettings(), Ogre::RenderSystem::getErrorDescription(), Ogre::InstanceManager::getInstancingTechnique(), Ogre::TerrainLayerBlendMap::getLayerIndex(), OgreBites::TrayManager::getListener(), Ogre::PagedWorld::getManager(), Ogre::CompositorInstance::getScheme(), Ogre::ConfigFile::getSettingsBySection(), Ogre::Material::getUnsupportedTechniquesExplanation(), OgreBites::TrayManager::hideBackdrop(), Ogre::CompositionPass::InputTex::InputTex(), Ogre::Image::loadRawData(), Ogre::ResourceGroupManager::openResource(), and Ogre::Log::Stream::operator<<().