135   return itemType.section(
" ",-1);  
 
  140     return getValue<Array<int> >(*arrayEntry).size() == 0;
 
  143     return getValue<Array<short> >(*arrayEntry).size() == 0;
 
  146     return getValue<Array<double> >(*arrayEntry).size() == 0;
 
  149     return getValue<Array<float> >(*arrayEntry).size() == 0;
 
  152     return getValue<Array<std::string> >(*arrayEntry).size() == 0;
 
QString determineArrayType(RCP< const ParameterEntry > parameter, bool twoD)
Determines the type of array stored in a parameter. 
 
QVariant arrayEntryToVariant(RCP< const ParameterEntry > arrayEntry, QString type, bool twoD)
Creates a QVariant containing the array that is in arrayEntry. 
 
any & getAny(bool activeQry=true)
 
bool isArrayEmpty(RCP< const ParameterEntry > arrayEntry, QString type)
Determines wether or no the array inside a ParameterEntry is empty. 
 
const std::type_info & type() const 
 
QString getArrayType(QString itemType)
Given a type string, determines the template type of the Array.