Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Enumerations | Functions | Variables
pt2arch.cxx File Reference
#include <fstream>
#include <sstream>
#include <iostream>
#include <string>
#include <vector>
#include <math.h>
#include "a_point.h"
#include "SimpleOpt.h"
#include "config.h"
+ Include dependency graph for pt2arch.cxx:

Go to the source code of this file.

Enumerations

enum  { OPT_HELP , OPT_NAME , OPT_SIDE }
 

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_NAME 
OPT_SIDE 

Definition at line 28 of file pt2arch.cxx.

Function Documentation

◆ error()

int error ( int  val)

Definition at line 43 of file pt2arch.cxx.

+ Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 61 of file pt2arch.cxx.

+ Here is the call graph for this function:

Variable Documentation

◆ g_rgOptions

CSimpleOpt::SOption g_rgOptions[]
Initial value:
=
{
{OPT_HELP,_T("-?"),SO_NONE},
{OPT_HELP,_T("-h"),SO_NONE},
{OPT_HELP,_T("--help"),SO_NONE},
{OPT_NAME,_T("-n"),SO_REQ_SEP},
{OPT_NAME,_T("--name"),SO_REQ_SEP},
{OPT_SIDE,_T("-s"),SO_REQ_SEP},
{OPT_SIDE,_T("--side"),SO_REQ_SEP},
SO_END_OF_OPTIONS
}
@ OPT_SIDE
Definition: pt2arch.cxx:28
@ OPT_HELP
Definition: pt2arch.cxx:28
@ OPT_NAME
Definition: pt2arch.cxx:28

Definition at line 31 of file pt2arch.cxx.