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

Go to the source code of this file.

Enumerations

enum  {
  OPT_HELP , OPT_THRES , OPT_EXPORT , OPT_DIS ,
  OPT_VERBOSE , OPT_NL
}
 

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_THRES 
OPT_EXPORT 
OPT_DIS 
OPT_VERBOSE 
OPT_NL 

Definition at line 24 of file fit_quadric.cxx.

Function Documentation

◆ error()

int error ( int  val)

Definition at line 43 of file fit_quadric.cxx.

+ Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 49 of file fit_quadric.cxx.

+ Here is the call graph for this function:

Variable Documentation

◆ g_rgOptions

CSimpleOpt::SOption g_rgOptions[]
Initial value:
= {
{ OPT_THRES, _T("-t"), SO_REQ_SEP },
{ OPT_THRES, _T("--threshold"), SO_REQ_SEP },
{ OPT_EXPORT, _T("-e"), SO_REQ_SEP },
{ OPT_EXPORT, _T("--export"), SO_REQ_SEP },
{ OPT_DIS, _T("-d"), SO_REQ_SEP },
{ OPT_DIS, _T("--discretisation"), SO_REQ_SEP },
{ OPT_NL, _T("-l"), SO_NONE },
{ OPT_VERBOSE, _T("-v"), SO_NONE },
{ OPT_VERBOSE, _T("--verbose"), SO_NONE },
{ OPT_HELP, _T("-?"), SO_NONE },
{ OPT_HELP, _T("-h"), SO_NONE },
{ OPT_HELP, _T("--help"), SO_NONE },
SO_END_OF_OPTIONS
}
@ OPT_NL
Definition: fit_quadric.cxx:24
@ OPT_VERBOSE
Definition: fit_quadric.cxx:24
@ OPT_DIS
Definition: fit_quadric.cxx:24
@ OPT_THRES
Definition: fit_quadric.cxx:24
@ OPT_HELP
Definition: fit_quadric.cxx:24
@ OPT_EXPORT
Definition: fit_quadric.cxx:24

Definition at line 26 of file fit_quadric.cxx.