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

Go to the source code of this file.

Classes

class  calipous
 

Enumerations

enum  { OPT_HELP , OPT_NAME }
 

Functions

int error (int val)
 
std::ostream & operator<< (std::ostream &o, const calipous &c)
 
int main (int argc, char *argv[])
 

Variables

CSimpleOpt::SOption g_rgOptions []
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
OPT_HELP 
OPT_NAME 

Definition at line 26 of file pt2dat.cxx.

Function Documentation

◆ error()

int error ( int  val)

Definition at line 38 of file pt2dat.cxx.

+ Here is the caller graph for this function:

◆ main()

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

Definition at line 133 of file pt2dat.cxx.

+ Here is the call graph for this function:

◆ operator<<()

std::ostream& operator<< ( std::ostream &  o,
const calipous c 
)

Definition at line 99 of file pt2dat.cxx.

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 },
SO_END_OF_OPTIONS
}
@ OPT_HELP
Definition: pt2dat.cxx:26
@ OPT_NAME
Definition: pt2dat.cxx:26

Definition at line 29 of file pt2dat.cxx.