#include <Goptical/Io/RendererAxes>
namespace Goptical {
namespace Io {
class RendererAxes;
};
};
This class is a member of the Io namespace.
This class describe how axes must be rendered on graphical output.
See also the full member list section for this class.
No documentation available
Specify axes
| Identifier | Description |
|---|---|
| X | |
| Y | |
| Z | |
| XY | |
| YZ | |
| XZ | |
| XYZ |
Get axis label
This function returns axes tics values origin.
This function returns axis position
See set_show_axes function.
See set_show_frame function.
See set_show_grid function.
See set_show_tics function.
See set_show_values function.
get distance between axis tics
This function set axis label
This function sets axis tics values origin.
This function returns axis position
Set value range for given axis. Default range is [0,0] which means automatic range.
This function sets axes visibility.
This function sets frame visibility.
This function sets grid visibility. Grid points use tic step.
This function sets tics visibility. Tics are located on axes and frame.
See also set_show_axes function and set_show_frame function.
This function sets tics value visibility. When frame is visible, tics value is located on frame tics instead of axes tics.
See also set_show_axes function and set_show_frame function.
This function sets distance between axis tics to best fit power of specified base divided by sufficient factor of 2 and 5 to have at least min_count tics.
See also set_tics_step function and set_tics_count function.
This function sets tics count.
See also set_tics_step function and set_tics_base function.
This function sets distance between axis tics to specified value.
See also set_tics_count function and set_tics_base function.
This function sets axis unit.
When pow10_scale is set, value will be scaled to shorten their length and appropriate power of 10 factor will be displayed in axis label.
If si_prefix is set, SI letter decimal prefix is used and the pow10 parameter can be used to scale base unit by power of ten (useful when input data use scaled SI base unit).
Valid XHTML 1.0 StrictGenerated by diaxen on Sun Jan 8 00:47:24 2012 using MkDoc