Go to the documentation of this file.
   16 #define QHULL_ASSERT assert 
   37     // default constructors 
   45     QhullError(
int code, 
const char *
fmt, 
int d, 
int d2, 
float f, 
const char *s) : 
RoadError(code, 
fmt, 
d, d2, f, s) {};
 
   46     QhullError(
int code, 
const char *
fmt, 
int d, 
int d2, 
float f, 
const void *x) : 
RoadError(code, 
fmt, 
d, d2, f, 
x) {};
 
   47     QhullError(
int code, 
const char *
fmt, 
int d, 
int d2, 
float f, 
int i) : 
RoadError(code, 
fmt, 
d, d2, f, i) {};
 
   48     QhullError(
int code, 
const char *
fmt, 
int d, 
int d2, 
float f, 
long long i) : 
RoadError(code, 
fmt, 
d, d2, f, i) {};
 
   49     QhullError(
int code, 
const char *
fmt, 
int d, 
int d2, 
float f, 
double e) : 
RoadError(code, 
fmt, 
d, d2, f, e) {};
 
   62 #endif // QHULLERROR_H 
  
virtual const char * what() const
QhullRidge – Qhull's ridge structure, ridgeT, as a C++ class.
QhullError(int code, const char *fmt, int d, int d2, float f, int i)
QhullError(int code, const char *fmt, int d, int d2, float f, const void *x)
QhullError(const QhullError &other)
QhullError(int code, const char *fmt, int d, int d2)
QhullError(int code, const char *fmt, int d)
QhullError(int code, const char *fmt, int d, int d2, float f, const char *s)
RoadError & operator=(const RoadError &other)
QhullError(int code, const char *fmt)
QhullError(int code, const char *fmt, int d, int d2, float f, double e)
QhullError(int code, const char *fmt, int d, int d2, float f, long long i)
std::ostream & operator<<(std::ostream &os, const orgQhull::QhullError &e)
QhullError(int code, const char *fmt, int d, int d2, float f)
QhullError(int code, const std::string &message)
QhullError & operator=(const QhullError &other)
hpp-fcl
Author(s): 
autogenerated on Fri Feb 14 2025 03:45:51