Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Classes | Enumerations | Functions | Variables
h_remap.cxx File Reference
#include "a_image_defo.h"
#include "SimpleOpt.h"
#include <iostream>
#include <sstream>
#include <vnl/vnl_matrix.h>
#include <vnl/algo/vnl_matrix_inverse.h>
#include "h_remap.help"
+ Include dependency graph for h_remap.cxx:

Go to the source code of this file.

Classes

class  a_h_remap
 

Enumerations

enum  { OPT_HELP , OPT_H , OPT_BOX , OPT_GETBOX }
 

Functions

int error (int val)
 
int main (int argc, char **argv)
 

Variables

CSimpleOpt::SOption g_rgOptions []
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
OPT_HELP 
OPT_H 
OPT_BOX 
OPT_GETBOX 

Definition at line 24 of file h_remap.cxx.

Function Documentation

◆ error()

int error ( int  val)

Definition at line 95 of file h_remap.cxx.

+ Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 101 of file h_remap.cxx.

+ Here is the call graph for this function:

Variable Documentation

◆ g_rgOptions

CSimpleOpt::SOption g_rgOptions[]
Initial value:
= {
{ OPT_H, _T("-H"), SO_REQ_SEP },
{ OPT_BOX, _T("-xm"), SO_REQ_SEP },
{ OPT_BOX, _T("-xM"), SO_REQ_SEP },
{ OPT_BOX, _T("-ym"), SO_REQ_SEP },
{ OPT_BOX, _T("-yM"), SO_REQ_SEP },
{ OPT_GETBOX, _T("-b"), SO_NONE },
{ OPT_GETBOX, _T("--get-box"), SO_NONE },
{ OPT_HELP, _T("-?"), SO_NONE },
{ OPT_HELP, _T("-h"), SO_NONE },
{ OPT_HELP, _T("--help"), SO_NONE },
SO_END_OF_OPTIONS
}
@ OPT_GETBOX
Definition: h_remap.cxx:24
@ OPT_HELP
Definition: h_remap.cxx:24
@ OPT_H
Definition: h_remap.cxx:24
@ OPT_BOX
Definition: h_remap.cxx:24

Definition at line 26 of file h_remap.cxx.