12#include "PvlSequence.h"
26 for(
int i = 0; i < key.
size(); i++) {
40 std::stringstream str;
41 str <<
"temp = " << array;
45 std::vector<QString> temp;
46 for(
int i = 0; i < key.
size(); i++) {
47 temp.push_back(key[i]);
60 std::vector<QString> temp;
61 for(
int i = 0; i < (int)array.size(); i++) {
62 temp.push_back(array[i]);
75 std::vector<QString> temp;
76 for(
int i = 0; i < (int)array.size(); i++) {
90 std::vector<QString> temp;
91 for(
int i = 0; i < (int)array.size(); i++) {
Container for cube-like labels.
A single keyword-value pair.
int size() const
Returns the number of values stored in this keyword.
Parse and return elements of a Pvl sequence.
std::vector< std::vector< QString > > p_sequence
A vector of Strings that contains the values for the keyword.
PvlSequence & operator=(PvlKeyword &key)
Load a sequence using a Pvl keyword.
PvlSequence & operator+=(const QString &array)
Add a string array to the sequence.
This is free and unencumbered software released into the public domain.
QString toString(bool boolToConvert)
Global function to convert a boolean to a string.