Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Macros | Functions | Variables
cut_pt.cxx File Reference
#include <iostream>
#include <stdio.h>
#include <iomanip>
#include <sstream>
#include <fstream>
#include <math.h>
#include <getopt.h>
#include "a_point.h"
+ Include dependency graph for cut_pt.cxx:

Go to the source code of this file.

Macros

#define no_argument   0
 
#define required_argument   1
 
#define optional_argument   2
 
#define BLOCK_SIZE   255
 

Functions

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

Variables

const struct option longopts []
 

Macro Definition Documentation

◆ BLOCK_SIZE

#define BLOCK_SIZE   255

Definition at line 29 of file cut_pt.cxx.

◆ no_argument

#define no_argument   0

Definition at line 26 of file cut_pt.cxx.

◆ optional_argument

#define optional_argument   2

Definition at line 28 of file cut_pt.cxx.

◆ required_argument

#define required_argument   1

Definition at line 27 of file cut_pt.cxx.

Function Documentation

◆ error()

int error ( int  val)

Definition at line 41 of file cut_pt.cxx.

+ Here is the caller graph for this function:

◆ main()

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

Definition at line 47 of file cut_pt.cxx.

+ Here is the call graph for this function:

Variable Documentation

◆ longopts

const struct option longopts[]
Initial value:
=
{
{"help",no_argument,0,'h'},
{"section",no_argument,0,'s'},
{"inverse",no_argument,0,'i'},
{"flat",no_argument,0,'f'},
{0,0,0,0},
}
#define no_argument
Definition: cut_pt.cxx:26

Definition at line 1 of file cut_pt.cxx.