NAME
Qhull::Util::Options - Options for Qhull and gang
VERSION
version 0.06
SYNOPSIS
SUBROUTINES
parse_options
\@specs = parse_options( \@qhull_options );
Recognize and categorize Qhull options.
Returns an arrayref of arrays, one per option. The information encoded per option is
- 0
-
the option name
- 1
-
An internal structure with option information
- 2
-
Optional: the option value. Currently only available for the TI and TO options.
Future: options with regexps could be used to extract values for options with values. This would most likely slow parsing, as most options only require a string match to recognize them. Also, the code to turn an option spec back into an option assumes that the value is specified separately from the option when passed to qhull, as that's what TI and TO do. Will need to append to the option name for other options.
SUPPORT
Bugs
Please report any bugs or feature requests to bug-qhull@rt.cpan.org or through the web interface at: https://rt.cpan.org/Public/Dist/Display.html?Name=Qhull
Source
Source is available at
https://gitlab.com/djerius/p5-qhull
and may be cloned from
https://gitlab.com/djerius/p5-qhull.git
SEE ALSO
Please see those modules/websites for more information related to this module.
AUTHOR
Diab Jerius <djerius@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2024 by Smithsonian Astrophysical Observatory.
This is free software, licensed under:
The GNU General Public License, Version 3, June 2007