HiRISE
 Observation

Functions | Variables

patch_label.cc File Reference

#include "Label_Patcher.hh"
#include "Data_Component.hh"
#include "PVL.hh"
#include <string>
#include <cstring>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <stdexcept>
#include <cstdlib>
Include dependency graph for patch_label.cc:

Functions

void usage (const char *const program)
 Must be defined by the application.
void accumulate_parameters (Aggregate &parameters)
string database_value (Parameter &parameter)
string parameter_name (const string &pathname)
char * skip_whitespace (char *characters)
int main (int count, char **arguments)

Variables

const char *const ID = "(1.6 2020/02/14 01:17:17)"
 Application identification name with source code version and date.
Aggregate Parameter_Changes (Parser::CONTAINER_NAME)
bool No_Op = false
Label_PatcherPatcher

Function Documentation

void usage ( const char *const   program )
void accumulate_parameters ( Aggregate parameters )
string database_value ( Parameter parameter )
string parameter_name ( const string &  pathname )

Referenced by main(), and set_effective_values().

char* skip_whitespace ( char *  characters )
int main ( int  count,
char **  arguments 
)

Variable Documentation

const char* const ID = "(1.6 2020/02/14 01:17:17)"

Application identification name with source code version and date.

Aggregate Parameter_Changes(Parser::CONTAINER_NAME)

Referenced by accumulate_parameters(), and main().

bool No_Op = false

Referenced by main().

Referenced by database_value(), and main().