#include <RboxPoints.h>
Public Member Functions | |
void | appendPoints (const char *rboxCommand) |
void | clearRboxMessage () |
bool | hasRboxMessage () const |
int | newCount () const |
RboxPoints & | operator= (const RboxPoints &other) |
std::string | rboxMessage () const |
RboxPoints () | |
RboxPoints (const char *rboxCommand) | |
RboxPoints (const RboxPoints &other) | |
int | rboxStatus () const |
void | reservePoints () |
void | setNewCount (int pointCount) |
~RboxPoints () | |
Private Member Functions | |
friend | void::qh_fprintf_rbox (FILE *fp, int msgcode, const char *fmt,...) |
stderr from rboxpoints | |
Private Attributes | |
std::string | rbox_message |
error status from rboxpoints. qh_ERRnone if none. | |
int | rbox_new_count |
int | rbox_status |
Number of points for PointCoordinates. |
Definition at line 31 of file RboxPoints.h.
Definition at line 38 of file RboxPoints.cpp.
orgQhull::RboxPoints::RboxPoints | ( | const char * | rboxCommand | ) | [explicit] |
Definition at line 46 of file RboxPoints.cpp.
orgQhull::RboxPoints::RboxPoints | ( | const RboxPoints & | other | ) |
Definition at line 56 of file RboxPoints.cpp.
Definition at line 75 of file RboxPoints.cpp.
void orgQhull::RboxPoints::appendPoints | ( | const char * | rboxCommand | ) |
Definition at line 114 of file RboxPoints.cpp.
Definition at line 81 of file RboxPoints.cpp.
bool orgQhull::RboxPoints::hasRboxMessage | ( | ) | const |
Definition at line 106 of file RboxPoints.cpp.
int orgQhull::RboxPoints::newCount | ( | ) | const [inline] |
Definition at line 52 of file RboxPoints.h.
RboxPoints & orgQhull::RboxPoints::operator= | ( | const RboxPoints & | other | ) |
Definition at line 64 of file RboxPoints.cpp.
std::string orgQhull::RboxPoints::rboxMessage | ( | ) | const |
Definition at line 88 of file RboxPoints.cpp.
int orgQhull::RboxPoints::rboxStatus | ( | ) | const |
Definition at line 100 of file RboxPoints.cpp.
void orgQhull::RboxPoints::reservePoints | ( | ) | [inline] |
Definition at line 61 of file RboxPoints.h.
void orgQhull::RboxPoints::setNewCount | ( | int | pointCount | ) | [inline] |
Definition at line 56 of file RboxPoints.h.
orgQhull::RboxPoints::void::qh_fprintf_rbox | ( | FILE * | fp, |
int | msgcode, | ||
const char * | fmt, | ||
... | |||
) | [private] |
stderr from rboxpoints
std::string orgQhull::RboxPoints::rbox_message [private] |
error status from rboxpoints. qh_ERRnone if none.
Definition at line 37 of file RboxPoints.h.
int orgQhull::RboxPoints::rbox_new_count [private] |
Definition at line 35 of file RboxPoints.h.
int orgQhull::RboxPoints::rbox_status [private] |
Number of points for PointCoordinates.
Definition at line 36 of file RboxPoints.h.