Points&Forces (survey)
Software tools facilitating the task of surveying architecture
|
#include <fstream>
#include <sstream>
#include <iostream>
#include <string>
#include <vector>
#include <math.h>
#include "a_point.h"
#include "SimpleOpt.h"
#include "config.h"
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 [] |
anonymous enum |
Enumerator | |
---|---|
OPT_HELP | |
OPT_NAME | |
OPT_SIDE |
Definition at line 28 of file pt2arch.cxx.
int error | ( | int | val | ) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
CSimpleOpt::SOption g_rgOptions[] |
Definition at line 31 of file pt2arch.cxx.