cuikatlas2graph.c File Reference

Detailed Description

dot_inline_dotgraph_8.png

Extracts the neighboring relations between the charts in the atlas.

See Also
cuikatlas.c

Definition in file cuikatlas2graph.c.

Functions

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

Function Documentation

int main ( int  argc,
char **  arg 
)

Main body of the cuikatlas2graph application.

Use:

  • cuikatlas2graph problem_name.world

where

  • problem_name is used to load .atlas file from where to extract the graph information.

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 cuikatlas2graph 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 cuikatlas2graph.c.

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