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

Go to the source code of this file.

Enumerations

enum  { OPT_HELP , OPT_DIR }
 

Functions

int error (int val)
 
a_point dir (int i, int l)
 
a_point normal (int i, int l)
 
int main (int argc, char *argv[])
 

Variables

CSimpleOpt::SOption g_rgOptions []
 
std::vector< a_point * > path
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
OPT_HELP 
OPT_DIR 

Definition at line 27 of file rib0.cxx.

Function Documentation

◆ dir()

a_point dir ( int  i,
int  l 
)

Definition at line 60 of file rib0.cxx.

+ Here is the caller graph for this function:

◆ error()

int error ( int  val)

Definition at line 37 of file rib0.cxx.

+ Here is the caller graph for this function:

◆ main()

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

Definition at line 107 of file rib0.cxx.

+ Here is the call graph for this function:

◆ normal()

a_point normal ( int  i,
int  l 
)

Definition at line 72 of file rib0.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ g_rgOptions

CSimpleOpt::SOption g_rgOptions[]
Initial value:
= {
{ OPT_DIR,_T("-d"), SO_MULTI },
{ OPT_HELP,_T("-?"), SO_NONE },
{ OPT_HELP,_T("-h"), SO_NONE },
{ OPT_HELP,_T("--help"), SO_NONE },
SO_END_OF_OPTIONS
}
@ OPT_DIR
Definition: rib0.cxx:27
@ OPT_HELP
Definition: rib0.cxx:27

Definition at line 29 of file rib0.cxx.

◆ path

std::vector<a_point *> path

Definition at line 58 of file rib0.cxx.