cuikplot3d.c File Reference

Detailed Description

dot_inline_dotgraph_50.png

A tool to plot solution boxes. Actually it represents 3d projections of the boxes in a solution set in the form of a gcl file that can be visualized using geomview.

See Also
cuikplot.c

Definition in file cuikplot3d.c.

Functions

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

Function Documentation

int main ( int  argc,
char **  arg 
)

Main body of the cuikplot3d application.

Use:

  • cuikplot3d solution_name dimx dimy dimz min_size plot_name

where

  • solution_name is the file with the solutions to be ploted.
  • dimx, dimy, dimz Are the three dimensions to be plotted (numbered from 1).
  • min_size is the minimum size for the output boxes (so that tiny boxes are also visible).
  • plot_name is the output .gcl file.
Parameters
argcNumber of elements in the command line that starts the application (i.e., the cuikplot3d 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 64 of file cuikplot3d.c.

References ClosePlot3d(), CreateFileName(), DCP3D_B, DCP3D_G, DCP3D_R, DeleteBox(), DeleteColor(), DeleteFileName(), Error(), FALSE, GetBoxInterval(), GetFileFullName(), InitPlot3d(), LowerLimit(), M_2PI, NewColor(), PLOT3D_EXT, PlotBox3d(), ReadBox(), SOL_EXT, StartNew3dObject(), and UpperLimit().