cuikatlasvolume.c File Reference

Detailed Description

dot_inline_dotgraph_14.png

Plots a 3d projection of an atlas generated with cuikatlas.

See Also
cuikatlas.c

Definition in file cuikatlasvolume.c.

Functions

int main (int argc, char **arg)
 Main body of the cuikatlasvolume application. More...
 

Function Documentation

int main ( int  argc,
char **  arg 
)

Main body of the cuikatlasvolume application.

Use:

  • cuikatlasvolume problem_name collisionFree

where

  • problem_name is used to load the .world and .atlas files necessary to generate the .cgl plot.
  • collisionFree [Optional] 1 if only the volume of C-free is required.

The problem_name is without extension (if given it is removed).

Parameters
argcNumber of elements in the command line that starts the application (i.e., the cuikatlasvolume command itself and its arguments).
argStrings with the arguments.
Returns
EXIT_SUCCESS (0) if the execution worked out fine and EXIT_FAILURE if not.

Definition at line 62 of file cuikatlasvolume.c.

References ATLAS_EXT, AtlasVolume(), CreateFileName(), CS_WD_DELETE, CS_WD_INIT, DeleteAtlas(), DeleteFileName(), DeleteParameters(), FALSE, GetFileFullName(), InitParametersFromFile(), LoadAtlas(), and PARAM_EXT.