Transferring loads of array variables from Stack to Heap

This commit is contained in:
Hombre
2011-01-01 03:28:27 +01:00
parent 5ee87be11b
commit 9fa432880c
26 changed files with 190 additions and 72 deletions

View File

@@ -304,6 +304,9 @@ namespace rtengine {
* @param s is a struct of basic settings */
int init (const Settings* s);
/** Cleanup the RT engine (static variables) */
void cleanup ();
/** Returns the available output profile names
* @return a vector of the available output profile names */
std::vector<std::string> getOutputProfiles ();