Optika GUI Toolik
Version of the Day
|
#include "Optika_ArrayHelperFunctions.hpp"
Go to the source code of this file.
Namespaces | |
Optika | |
Functions | |
QString | Optika::determineArrayType (RCP< const ParameterEntry > parameter, bool twoD=false) |
Determines the type of array stored in a parameter. More... | |
QString | Optika::determineArrayType (RCP< const ParameterEntry > parameter) |
QVariant | Optika::arrayEntryToVariant (RCP< const ParameterEntry > arrayEntry, QString type, bool twoD=false) |
Creates a QVariant containing the array that is in arrayEntry. More... | |
QString | Optika::getArrayType (QString itemType) |
Given a type string, determines the template type of the Array. More... | |
bool | Optika::isArrayEmpty (RCP< const ParameterEntry > arrayEntry, QString type) |
Determines wether or no the array inside a ParameterEntry is empty. More... | |