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

Go to the source code of this file.

Enumerations

enum  { OPT_HELP , OPT_TOPO }
 

Functions

int error (int val)
 
double v (const uint32_t step, const uint32_t n)
 
void tri (const uint32_t i, const uint32_t j)
 
void tetra (const uint32_t a, const uint32_t b, const uint32_t c, const uint32_t d)
 
void quad (const uint32_t i, const uint32_t j, const uint32_t k)
 
int main (int argc, char **argv)
 

Variables

CSimpleOpt::SOption g_rgOptions []
 
uint32_t n [] = {1,1,1}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
OPT_HELP 
OPT_TOPO 

Definition at line 21 of file generate.cxx.

Function Documentation

◆ error()

int error ( int  val)

Definition at line 36 of file generate.cxx.

+ Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 73 of file generate.cxx.

+ Here is the call graph for this function:

◆ quad()

void quad ( const uint32_t  i,
const uint32_t  j,
const uint32_t  k 
)

Definition at line 61 of file generate.cxx.

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

◆ tetra()

void tetra ( const uint32_t  a,
const uint32_t  b,
const uint32_t  c,
const uint32_t  d 
)

Definition at line 56 of file generate.cxx.

+ Here is the caller graph for this function:

◆ tri()

void tri ( const uint32_t  i,
const uint32_t  j 
)

Definition at line 50 of file generate.cxx.

+ Here is the caller graph for this function:

◆ v()

double v ( const uint32_t  step,
const uint32_t  n 
)

Definition at line 42 of file generate.cxx.

+ Here is the caller graph for this function:

Variable Documentation

◆ g_rgOptions

CSimpleOpt::SOption g_rgOptions[]
Initial value:
= {
{ OPT_TOPO, _T("-t"), SO_NONE },
{ OPT_TOPO, _T("--topology"), SO_NONE },
{ OPT_HELP, _T("-?"), SO_NONE },
{ OPT_HELP, _T("-h"), SO_NONE },
{ OPT_HELP, _T("--help"), SO_NONE },
SO_END_OF_OPTIONS
}
@ OPT_HELP
Definition: generate.cxx:21
@ OPT_TOPO
Definition: generate.cxx:21

Definition at line 23 of file generate.cxx.

◆ n

uint32_t n[] = {1,1,1}

Definition at line 34 of file generate.cxx.