HiRISE
 PDS_JP2

Classes | Namespaces | Functions

PDS_Data.hh File Reference

#include "PVL.hh"
#include <vector>
Include dependency graph for PDS_Data.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PDS_Data
 PDS_Data contains PDS label PVL parameters. More...

Namespaces

namespace  UA
namespace  UA::HiRISE

Functions

Parameterfind_parameter (const idaeim::PVL::Aggregate &parameters, const std::string &pathname, bool case_sensitive=false, int skip=0, PDS_Data::Parameter_Class_Selection parameter_class=PDS_Data::ANY_PARAMETER)
 Find a named Parameter within a Parameter Aggregate.
Parameterremove_parameter (idaeim::PVL::Aggregate &parameters, const std::string &pathname, bool case_sensitive=false, int skip=0, PDS_Data::Parameter_Class_Selection parameter_class=PDS_Data::ANY_PARAMETER)
 Removes a named Parameter within a Parameter Aggregate.
double numeric_value (const idaeim::PVL::Parameter &parameter)
 Get the numeric value of a parameter.
std::string string_value (const idaeim::PVL::Parameter &parameter)
 Get the string value of a parameter.
std::string absolute_pathname (const std::string &pathname)
 Ensure an absolute pathname.
std::string to_uppercase (const std::string &a_string)
 Convert a string to all uppercase form.
string indent (std::string lines, int amount)
 Indent lines of text by the specified number of spaces.
idaeim::PVL::Listerlabel_lister ()
 Get a PVL Lister appropriately configured for PDS label generation.