![]() |
|
cuikplot3d.c File ReferenceMain body of the cuikplot3d application. More... #include "boolean.h" #include "plot3d.h" #include "box.h" #include "defines.h" #include "filename.h" #include "color.h" #include <stdlib.h> #include <stdio.h> #include <string.h> #include <math.h> Go to the source code of this file.
Detailed DescriptionA tool to plot solution boxes. Actually it represents 3d projections of the boxes in a solution set in the form of a cgl file that can be visualized using geomview.
Definition in file cuikplot3d.c. Function Documentation
Main body of the cuikplot3d application. Use:
where
Definition at line 47 of file cuikplot3d.c. References ClosePlot3d(), CreateFileName(), DCP3D_B, DCP3D_G, DCP3D_R, DeleteBox(), DeleteColor(), DeleteFileName(), Error(), FALSE, GetBoxInterval(), GetFileFullName(), InitPlot3d(), IntervalCenter(), LowerLimit(), NewColor(), PLOT3D_EXT, PlotBox3d(), ReadBox(), SOL_EXT, StartNew3dObject(), TRUE, and UpperLimit().
Here is the call graph for this function:
![]() |