42 for(
int i = 0; i < key.
size(); i++) {
56 std::stringstream str;
57 str <<
"temp = " << array;
61 std::vector<QString> temp;
62 for(
int i = 0; i < key.
size(); i++) {
63 temp.push_back(key[i]);
76 std::vector<QString> temp;
77 for(
int i = 0; i < (int)array.size(); i++) {
78 temp.push_back(array[i]);
91 std::vector<QString> temp;
92 for(
int i = 0; i < (int)array.size(); i++) {
106 std::vector<QString> temp;
107 for(
int i = 0; i < (int)array.size(); i++) {
Parse and return elements of a Pvl sequence.
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.
PvlSequence & operator=(PvlKeyword &key)
Load a sequence using a Pvl keyword.
int size() const
Returns the number of values stored in this keyword.
A single keyword-value pair.
Container for cube-like labels.
Namespace for ISIS/Bullet specific routines.
std::vector< std::vector< QString > > p_sequence
A vector of Strings that contains the values for the keyword.
PvlSequence & operator+=(const QString &array)
Add a string array to the sequence.