, including all inherited members.
a4Height | lti::epsDraw< T > | [static] |
a4Width | lti::epsDraw< T > | [static] |
actSize | lti::drawBase< T > | [protected] |
actSymbol | lti::drawBase< T > | [protected] |
actX | lti::drawBase< T > | [protected] |
actY | lti::drawBase< T > | [protected] |
addComment(const std::string &msg) | lti::epsDraw< T > | |
alignCenter enum value | lti::epsDraw< T > | |
alignLeft enum value | lti::epsDraw< T > | |
alignRight enum value | lti::epsDraw< T > | |
alignType enum name | lti::epsDraw< T > | |
appendStatusString(const char *msg) const | lti::status | [virtual] |
appendStatusString(const int &msg) const | lti::status | [virtual] |
appendStatusString(const double &msg) const | lti::status | [virtual] |
appendStatusString(const status &other) const | lti::status | [virtual] |
arc(const point &p1, const point &pA, const point &pB) | lti::epsDraw< T > | [virtual] |
arrow(const int fx, const int fy, const int tx, const int ty, const float &size=0.2f) | lti::epsDraw< T > | [virtual] |
arrow(const point &p1, const point &p2, const float &size=0.2f) | lti::epsDraw< T > | [inline, virtual] |
ascii85 enum value | lti::epsDraw< T > | |
asciiHex enum value | lti::epsDraw< T > | |
box(const int x1, const int y1, const int x2, const int y2, const bool &filled=false) | lti::epsDraw< T > | [inline, virtual] |
box(const trectangle< int > &r, const bool &filled=false) | lti::epsDraw< T > | [inline, virtual] |
box(const point &upperLeft, const point &bottomRight, const bool &filled=false) | lti::epsDraw< T > | [inline, virtual] |
circle(const point &p1, const int r, const bool &filled=false) | lti::epsDraw< T > | [virtual] |
circle(const int x, const int y, const int r, const bool &filled=false) | lti::epsDraw< T > | [inline] |
Circle enum value | lti::drawBase< T > | |
close() | lti::epsDraw< T > | |
cmykColorNames | lti::epsDraw< T > | [protected] |
copy(const drawBase &other) | lti::drawBase< T > | |
defaultResolution | lti::epsDraw< T > | [static] |
Diamond enum value | lti::drawBase< T > | |
Dot enum value | lti::drawBase< T > | |
drawBase() | lti::drawBase< T > | |
drawBase(const drawBase &other) | lti::drawBase< T > | |
drawImage(const image &img, const imageCoding code=ascii85, const point &offset=point(0, 0)) | lti::epsDraw< T > | |
drawImage(const channel &img, const imageCoding code=ascii85, const point &offset=point(0, 0), bool blackWhite=false, const float t=0.5) | lti::epsDraw< T > | [inline] |
drawImage(const channel8 &img, const imageCoding code=ascii85, const point &offset=point(0, 0), bool blackWhite=false, const int t=128) | lti::epsDraw< T > | |
drawSymbol(const int x, const int y) | lti::epsDraw< T > | [protected] |
drawSymbol(const int x, const int y, const int width, const char *pT) | lti::epsDraw< T > | [protected, virtual] |
ellipse(const point &p1, const int aX, const int aY, const bool &filled=false) | lti::epsDraw< T > | [virtual] |
ellipse(const point &p1, const int aX, const int aY, const float &angle, const bool &filled=false) | lti::epsDraw< T > | [virtual] |
eMarkerType enum name | lti::drawBase< T > | |
epsDraw(std::ostream &os, const point &drawingArea, bool scale=true, bool eps=true) | lti::epsDraw< T > | |
epsDraw(std::ostream &os, bool scale=true, bool eps=true) | lti::epsDraw< T > | |
filled | lti::drawBase< T > | [protected] |
fillpat | lti::drawBase< T > | [protected] |
fillPatternNames | lti::epsDraw< T > | [protected] |
getCanvasSize() | lti::epsDraw< T > | [virtual] |
getColorName(const rgbColor &c) | lti::epsDraw< T > | [protected] |
getColorName(const cmykColor &c) | lti::epsDraw< T > | [protected] |
getFillPatName(const fillPattern &c) | lti::epsDraw< T > | [protected] |
getLinePatName(const linePattern &c) | lti::epsDraw< T > | [protected] |
getStatusString() const | lti::status | [virtual] |
getTypeName() const | lti::epsDraw< T > | [virtual] |
grid(const point &delta, const bool interval=true) | lti::epsDraw< T > | [virtual] |
horizontalLine(const int x1, const int x2, const int y) | lti::epsDraw< T > | [virtual] |
horizontalLine(const point &p1, const point &p2) | lti::epsDraw< T > | [inline, virtual] |
imageCoding enum name | lti::epsDraw< T > | |
initialize() | lti::object | [protected] |
jpeg enum value | lti::epsDraw< T > | |
line(const int fx, const int fy, const int tx, const int ty) | lti::epsDraw< T > | [virtual] |
line(const point &p1, const point &p2) | lti::epsDraw< T > | [inline, virtual] |
linepat | lti::drawBase< T > | [protected] |
linePatternNames | lti::epsDraw< T > | [protected] |
lineTo(const int x, const int y) | lti::epsDraw< T > | [virtual] |
lineTo(const point &p) | lti::epsDraw< T > | [inline, virtual] |
ltiLibInitialized | lti::object | [protected, static] |
LtiLogo enum value | lti::drawBase< T > | |
marker(const int x, const int y) | lti::drawBase< T > | [inline, virtual] |
marker(const int x, const int y, const int width) | lti::drawBase< T > | [inline, virtual] |
marker(const int x, const int y, const char *style) | lti::drawBase< T > | [inline, virtual] |
marker(const int x, const int y, const eMarkerType t) | lti::drawBase< T > | [inline, virtual] |
marker(const int x, const int y, const int w, const char *style) | lti::drawBase< T > | [inline, virtual] |
marker(const int x, const int y, const int w, eMarkerType t) | lti::drawBase< T > | [inline, virtual] |
marker(const point &p) | lti::drawBase< T > | [inline, virtual] |
marker(const point &p, const int width) | lti::drawBase< T > | [inline, virtual] |
marker(const point &p, char *style) | lti::drawBase< T > | [inline, virtual] |
marker(const point &p, eMarkerType t) | lti::drawBase< T > | [inline, virtual] |
marker(const point &p, int width, eMarkerType t) | lti::drawBase< T > | [inline, virtual] |
marker(const point &p, int width, char *style) | lti::drawBase< T > | [inline, virtual] |
marker(const hPoint2D< U > &p) | lti::drawBase< T > | [inline] |
marker(const hPoint2D< U > &p, const int width) | lti::drawBase< T > | [inline] |
marker(const hPoint2D< U > &p, const eMarkerType t) | lti::drawBase< T > | [inline] |
marker(const hPoint2D< U > &p, const char *style) | lti::drawBase< T > | [inline] |
marker(const hPoint2D< U > &p, const int width, const eMarkerType t) | lti::drawBase< T > | [inline] |
marker(const hPoint2D< U > &p, const int width, const char *style) | lti::drawBase< T > | [inline] |
marker(const pointList &c, const point &offset=point(0, 0)) | lti::drawBase< T > | [inline, virtual] |
marker(const pointList &c, int width, const point &offset=point(0, 0)) | lti::drawBase< T > | [inline, virtual] |
marker(const pointList &c, char *style, const point &offset=point(0, 0)) | lti::drawBase< T > | [inline, virtual] |
marker(const pointList &c, eMarkerType t, const point &offset=point(0, 0)) | lti::drawBase< T > | [inline, virtual] |
marker(const pointList &c, int width, char *style, const point &offset=point(0, 0)) | lti::drawBase< T > | [virtual] |
marker(const pointList &c, int width, eMarkerType t, const point &offset=point(0, 0)) | lti::drawBase< T > | [virtual] |
number(const int num, const point &p1=point(0, 0)) | lti::epsDraw< T > | [virtual] |
number(const int num, const int x, const int y) | lti::epsDraw< T > | [virtual] |
object() | lti::object | |
objects | lti::epsDraw< T > | [protected] |
Pixel enum value | lti::drawBase< T > | |
Plus enum value | lti::drawBase< T > | |
polarLine(const point &p, const float &length, const float &angle) | lti::drawBase< T > | [virtual] |
polygon(const point plist[], int n, bool closed=true, bool filled=false) | lti::epsDraw< T > | |
rectangle(const int x1, const int y1, const int x2, const int y2, const bool &filled=false) | lti::epsDraw< T > | [virtual] |
rectangle(const trectangle< int > &r, const bool &filled=false) | lti::epsDraw< T > | [inline, virtual] |
rectangle(const point &upperLeft, const point &bottomRight, const bool &filled=false) | lti::epsDraw< T > | [inline, virtual] |
rgbColorNames | lti::epsDraw< T > | [protected] |
runLength enum value | lti::epsDraw< T > | |
set(const int x, const int y) | lti::epsDraw< T > | [virtual] |
set(const point &p) | lti::epsDraw< T > | [inline, virtual] |
set(const pointList &c, const point &offset=point(0, 0)) | lti::epsDraw< T > | [inline, virtual] |
set(const hPoint2D< U > &p) | lti::epsDraw< T > | [inline] |
set(const location &loc, const bool showAngleLine=false) | lti::epsDraw< T > | [inline, virtual] |
set(const rectLocation &loc, const bool showAngleLine=false) | lti::epsDraw< T > | [inline, virtual] |
set(const std::list< location > &locs, const bool showAngleLine=false) | lti::epsDraw< T > | [inline, virtual] |
set(const vector< int > &vct, const bool &forceAxis0=true) | lti::epsDraw< T > | |
setClip(const trectangle< int > &rc) | lti::epsDraw< T > | |
setColor(const T &color) | lti::epsDraw< T > | [virtual] |
setColor(const char *color) | lti::epsDraw< T > | [virtual] |
setFillPattern(const fillPattern &pat) | lti::epsDraw< T > | [virtual] |
setFontSize(int t) | lti::epsDraw< T > | [inline] |
setGray(const float k) | lti::epsDraw< T > | [virtual] |
setLinePattern(const linePattern &pat) | lti::epsDraw< T > | [virtual] |
setLineWidth(float f) | lti::epsDraw< T > | |
setMarkerSize(const int size) | lti::drawBase< T > | [virtual] |
setMarkerType(const eMarkerType m) | lti::drawBase< T > | [virtual] |
setResolution(float r) | lti::epsDraw< T > | |
setSize(const point &dim) | lti::epsDraw< T > | |
setStatusString(const char *msg) const | lti::status | [virtual] |
setStyle(const char *style) | lti::drawBase< T > | [virtual] |
setTitle(const std::string &t) | lti::epsDraw< T > | [inline] |
setTransform(const tpoint< float > &offset=tpoint< float >(0.0f, 0.0f), const tpoint< float > &scale=tpoint< float >(1.0f, 1.0f)) | lti::epsDraw< T > | |
Square enum value | lti::drawBase< T > | |
Star enum value | lti::drawBase< T > | |
status() | lti::status | |
text(const std::string txt, const point &pos=point(0, 0), const alignType a=alignLeft, const vAlignType b=valignTop) | lti::epsDraw< T > | [inline] |
text(const std::string txt, const int x, const int y, const alignType a, const vAlignType b) | lti::epsDraw< T > | |
text(const std::string txt, const int x, const int y) | lti::epsDraw< T > | [inline, virtual] |
lti::drawBase::text(const std::string txt, const point &p) | lti::drawBase< T > | [inline, virtual] |
TriangleDown enum value | lti::drawBase< T > | |
TriangleLeft enum value | lti::drawBase< T > | |
TriangleRight enum value | lti::drawBase< T > | |
TriangleUp enum value | lti::drawBase< T > | |
useFillPattern | lti::drawBase< T > | [protected] |
useLinePattern | lti::drawBase< T > | [protected] |
valignBottom enum value | lti::epsDraw< T > | |
valignMiddle enum value | lti::epsDraw< T > | |
valignTop enum value | lti::epsDraw< T > | |
vAlignType enum name | lti::epsDraw< T > | |
verticalLine(const int x, const int y1, const int y2) | lti::epsDraw< T > | [virtual] |
verticalLine(const point &p1, const point &p2) | lti::epsDraw< T > | [inline, virtual] |
Xmark enum value | lti::drawBase< T > | |
~drawBase() | lti::drawBase< T > | [virtual] |
~epsDraw() | lti::epsDraw< T > | |
~object() | lti::object | [virtual] |
~status() | lti::status | [virtual] |