Namespace for application development. More...
Classes | |
| class | AppBase |
| A helper class for simple use of the IApp object. More... | |
Typedefs | |
| typedef AppReal | Real |
| Generic floating point data type for the Murl::App namespace. | |
| typedef Math::Vector< Real > | Vector |
| Math::Vector data type for the Murl::App namespace. | |
| typedef Math::StaticVector< Real > | StaticVector |
| Math::StaticVector data type for the Murl::App namespace. | |
| typedef Math::Quaternion< Real > | Quaternion |
| Math::Quaternion data type for the Murl::App namespace. | |
| typedef Math::Matrix< Real > | Matrix |
| Math::Matrix data type for the Murl::App namespace. | |
| typedef Math::Limits< Real > | Limits |
| Math::Limits data type for the Murl::App namespace. | |
Functions | |
| IApp * | CreateApp () |
| Global function to create an application. More... | |
| void | DestroyApp (IApp *app) |
| Global function to destroy an application. More... | |
| Bool | CheckValidateReceipt () |
| Validation of the app-store copy protection, currently supported on MacOSX only. More... | |
Detailed Description
Namespace for application development.