Functions | Variables
user_eg3_r.cpp File Reference
#include "libqhullcpp/RboxPoints.h"
#include "libqhullcpp/QhullError.h"
#include "libqhullcpp/QhullQh.h"
#include "libqhullcpp/QhullFacet.h"
#include "libqhullcpp/QhullFacetList.h"
#include "libqhullcpp/QhullLinkedList.h"
#include "libqhullcpp/QhullVertex.h"
#include "libqhullcpp/Qhull.h"
#include <cstdio>
#include <ostream>
#include <stdexcept>
Include dependency graph for user_eg3_r.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 
int user_eg3 (int argc, char **argv)
 

Variables

char prompt []
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 58 of file user_eg3_r.cpp.

◆ user_eg3()

int user_eg3 ( int  argc,
char **  argv 
)

Definition at line 74 of file user_eg3_r.cpp.

Variable Documentation

◆ prompt

char prompt[]
Initial value:
= "\n\
user_eg3 -- demonstrate calling rbox and qhull from C++.\n\
\n\
user_eg3 is statically linked to reentrant qhull. If user_eg3\n\
fails immediately, it is probably linked to the non-reentrant qhull.\n\
Try 'user_eg3 rbox qhull \"T1\"'\n\
\n\
eg-100 Run the example in qh-code.htm\n\
rbox \"200 D4\" ... Generate points from rbox\n\
qhull \"d p\" ... Run qhull and produce output\n\
qhull-cout \"o\" ... Run qhull and produce output to cout\n\
qhull \"T1\" ... Run qhull with level-1 trace to cerr\n\
facets Print facets when done\n\
\n\
For example\n\
user_eg3 rbox qhull\n\
user_eg3 rbox qhull d\n\
user_eg3 rbox \"10 D2\" \"2 D2\" qhull \"s p\" facets\n\
\n\
"

Definition at line 33 of file user_eg3_r.cpp.



hpp-fcl
Author(s):
autogenerated on Fri Jan 26 2024 03:46:16