|
Isis Developer Reference
|
QList< Isis::PvlGroup >::iterator PvlGroupIterator
The counter for groups.
Definition: PvlObject.h:83
Contains Pvl Groups and Pvl Objects.
Definition: PvlObject.h:61
A single keyword-value pair.
Definition: PvlKeyword.h:82
QString comment(const int index) const
Definition: PvlContainer.h:265
Container for cube-like labels.
Definition: Pvl.h:119
json pvlContainerToJSON(PvlContainer &container)
Convert the contents of a PvlContainer to a JSON object.
Definition: PvlToJSON.cpp:132
json pvlKeywordToJSON(PvlKeyword &keyword)
Convert the contents of a PvlKeyword to a JSON object.
Definition: PvlToJSON.cpp:77
json pvlObjectToJSON(PvlObject &object)
Convert the contents of a PvlObject to a JSON object.
Definition: PvlToJSON.cpp:294
int comments() const
Returns the number of lines of comments associated with this keyword.
Definition: PvlKeyword.h:160
QList< PvlObject >::iterator PvlObjectIterator
The counter for objects.
Definition: PvlObject.h:227
json pvlToJSON(Pvl &pvl)
Convert the contents of a Pvl to a JSON object.
Definition: PvlToJSON.cpp:348
Contains multiple PvlContainers.
Definition: PvlGroup.h:41
nlohmann::json json
This is free and unencumbered software released into the public domain.
Definition: PvlToJSON.cpp:14
nlohmann::json json
Definition: PvlObject.cpp:22
json pvlGroupToJSON(PvlGroup &group)
Convert the contents of a PvlGroup to a JSON object.
Definition: PvlToJSON.cpp:213
int comments() const
Definition: PvlContainer.h:262
Namespace for the standard library.
int size() const
Returns the number of values stored in this keyword.
Definition: PvlKeyword.h:125
QList< PvlKeyword >::iterator PvlKeywordIterator
The keyword iterator.
Definition: PvlContainer.h:157
QString unit(const int index=0) const
Returns the units of measurement of the element of the array of values for the object at the specifie...
Definition: PvlKeyword.cpp:357
PvlKeywordIterator end()
Return the ending iterator.
Definition: PvlContainer.h:194
QString comment(const int index) const
Return a comment at the specified index.
Definition: PvlKeyword.cpp:441
Contains more than one keyword-value pair.
Definition: PvlContainer.h:49
PvlKeywordIterator begin()
Return the beginning iterator.
Definition: PvlContainer.h:178
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16