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

Go to the source code of this file.

Enumerations

enum  { OPT_HELP , OPT_THRES , OPT_EXPORT , OPT_VERBOSE }
 

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_VERBOSE 

Definition at line 24 of file fit_plane.cxx.

Function Documentation

◆ error()

int error ( int  val)

Definition at line 40 of file fit_plane.cxx.

+ Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 46 of file fit_plane.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_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_VERBOSE
Definition: fit_plane.cxx:24
@ OPT_THRES
Definition: fit_plane.cxx:24
@ OPT_HELP
Definition: fit_plane.cxx:24
@ OPT_EXPORT
Definition: fit_plane.cxx:24

Definition at line 26 of file fit_plane.cxx.