, including all inherited members.
actColor | lti::draw< T > | [protected] |
actSize | lti::drawBase< T > | [protected] |
actSymbol | lti::drawBase< T > | [protected] |
actX | lti::drawBase< T > | [protected] |
actY | lti::drawBase< T > | [protected] |
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::draw< T > | [virtual] |
arrow(const int fx, const int fy, const int tx, const int ty, const float &size=0.2f) | lti::draw< T > | [virtual] |
arrow(const point &p1, const point &p2, const float &size=0.2f) | lti::draw< T > | [inline, virtual] |
box(const trectangle< int > &r, const bool &filled=false) | lti::draw< T > | [inline, virtual] |
box(const trectangle< int > &r, const float angle, const bool &filled) | lti::draw< T > | [inline] |
box(const point &upperLeft, const point &bottomRight, const bool &filled=false) | lti::draw< T > | [inline, virtual] |
box(const point &upperLeft, const point &bottomRight, const float angle, const bool &filled=false) | lti::draw< T > | [inline] |
box(const int xl, const int yu, const int xr, const int yb, const bool &filled=false) | lti::draw< T > | [inline, virtual] |
box(const int xl, const int yu, const int xr, const int yb, const float angle, const bool &filled=false) | lti::draw< T > | [inline] |
circle(const point &p1, const int r, const bool &filled=false) | lti::draw< T > | [virtual] |
circle(const int x, const int y, const int r, const bool &filled=false) | lti::draw< T > | [inline] |
Circle enum value | lti::drawBase< T > | |
clear() | lti::draw< T > | |
copy(const drawBase &other) | lti::drawBase< T > | |
correctLine(int &x, int &y, const int x2, const int y2) | lti::draw< T > | [protected] |
Diamond enum value | lti::drawBase< T > | |
Dot enum value | lti::drawBase< T > | |
draw() | lti::draw< T > | |
drawBase() | lti::drawBase< T > | |
drawBase(const drawBase &other) | lti::drawBase< T > | |
drawSymbol(const int x, const int y) | lti::draw< T > | [protected] |
drawSymbol(const int x, const int y, const int w, const typename drawBase< T >::eMarkerType t) | lti::draw< T > | [protected] |
drawSymbol(const int x, const int y, const int w, const char *style) | lti::draw< T > | [protected, virtual] |
ellipse(const point &p1, const int aX, const int aY, const bool &filled=false) | lti::draw< T > | [virtual] |
ellipse(const point &p1, const int aX, const int aY, const float &angle, const bool &filled=false) | lti::draw< T > | [virtual] |
eMarkerType enum name | lti::drawBase< T > | |
enterPX(const point &p, int *x1, int *x2, int &miny, int &maxy) | lti::draw< T > | [inline, protected] |
fill(const point &seed) | lti::draw< T > | |
fill(const int x, const int y) | lti::draw< T > | [inline] |
filled | lti::drawBase< T > | [protected] |
fillpat | lti::drawBase< T > | [protected] |
fillUntil(const point &seed, const T &stopColor) | lti::draw< T > | |
fillUntil(const int x, const int y, const T &stopColor) | lti::draw< T > | [inline] |
getCanvas() | lti::draw< T > | [virtual] |
getCanvas() const | lti::draw< T > | [virtual] |
getCanvasSize() | lti::draw< T > | [virtual] |
getColor() const | lti::draw< T > | |
getStatusString() const | lti::status | [virtual] |
getTypeName() const | lti::draw< T > | [virtual] |
grid(const point &delta, const bool interval=true) | lti::draw< T > | [virtual] |
horizontalLine(const int x1, const int x2, const int y) | lti::draw< T > | [virtual] |
horizontalLine(const point &p1, const point &p2) | lti::draw< T > | [virtual] |
img | lti::draw< T > | [protected] |
inCanvas(const point &p) const | lti::draw< T > | [inline, protected] |
inCanvas(const int x, const int y) const | lti::draw< T > | [inline, protected] |
initialize() | lti::object | [protected] |
line(const int fx, const int fy, const int tx, const int ty) | lti::draw< T > | [virtual] |
line(const point &p1, const point &p2) | lti::draw< T > | [inline, virtual] |
line(const tline< int > &l) | lti::draw< T > | [inline] |
line(const hPoint2D< U > &p) | lti::draw< T > | [inline] |
linepat | lti::drawBase< T > | [protected] |
lineTo(const int x, const int y) | lti::draw< T > | [virtual] |
lineTo(const point &p) | lti::draw< 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), const float &s=0.03125f) | lti::draw< T > | |
number(const int num, const int x, const int y, const float &s) | lti::draw< T > | |
number(const int num, const int x, const int y) | lti::draw< T > | [inline, virtual] |
lti::drawBase::number(const int num, const point &p) | lti::drawBase< T > | [inline, virtual] |
object() | lti::object | |
overlay(const channel &overlay, const int x=0, const int y=0) | lti::draw< T > | |
overlay(const channel &overlay, const point &p) | lti::draw< T > | |
overlay(const channel8 &overlay, const int x=0, const int y=0) | lti::draw< T > | |
overlay(const channel8 &overlay, const point &p) | lti::draw< T > | |
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 polygonPoints &poly, const bool filled=false, const float angle=0.0f, const point &shift=point(0, 0)) | lti::draw< T > | |
rectangle(const trectangle< int > &r, const bool &filled=false) | lti::draw< T > | [inline, virtual] |
rectangle(const trectangle< int > &r, const float angle, const bool &filled) | lti::draw< T > | [inline] |
rectangle(const point &upperLeft, const point &bottomRight, const bool &filled=false) | lti::draw< T > | [inline, virtual] |
rectangle(const point &upperLeft, const point &bottomRight, const float angle, const bool &filled=false) | lti::draw< T > | [inline] |
rectangle(const int xl, const int yu, const int xr, const int yb, const bool &filled=false) | lti::draw< T > | [virtual] |
rectangle(const int xl, const int yu, const int xr, const int yb, const float angle, const bool &filled=false) | lti::draw< T > | |
scale(const double factor) | lti::draw< T > | |
set(const int x, const int y) | lti::draw< T > | [virtual] |
set(const point &p) | lti::draw< T > | [inline, virtual] |
set(const hPoint2D< U > &p) | lti::draw< T > | [inline] |
set(const pointList &c, const point &offset=point(0, 0)) | lti::draw< T > | [inline, virtual] |
set(const location &loc, const bool showAngleLine=false) | lti::draw< T > | [inline, virtual] |
set(const rectLocation &loc, const bool showAngleLine=false) | lti::draw< T > | [inline, virtual] |
set(const std::list< location > &locs, const bool showAngleLine=false) | lti::draw< T > | [inline, virtual] |
set(const dvector &vct, const T &axisColor, const bool &forceAxis0=true) | lti::draw< T > | |
set(const fvector &vct, const T &axisColor, const bool &forceAxis0=true) | lti::draw< T > | |
set(const ivector &vct, const T &axisColor, const bool &forceAxis0=true) | lti::draw< T > | |
setColor(const T &px) | lti::draw< T > | [virtual] |
setColor(const char *color) | lti::draw< T > | [virtual] |
setFillPattern(const fillPattern &pat) | lti::drawBase< T > | [virtual] |
setGray(const float k) | lti::draw< T > | [virtual] |
setLinePattern(const linePattern &pat) | lti::drawBase< T > | [virtual] |
setMarkerSize(const int size) | lti::drawBase< T > | [virtual] |
setMarkerType(const eMarkerType m) | lti::drawBase< T > | [virtual] |
setStatusString(const char *msg) const | lti::status | [virtual] |
setStyle(const char *style) | lti::drawBase< T > | [virtual] |
Square enum value | lti::drawBase< T > | |
Star enum value | lti::drawBase< T > | |
status() | lti::status | |
text(const std::string txt, const point &upperleft=point(0, 0), const point &scale=point(1, 1), const float opaqueness=1.0f, const bool horizontal=true) | lti::draw< T > | |
text(const std::string txt, const int x, const int y, const point &scale, const float opaqueness, const bool horizontal) | lti::draw< T > | |
text(const std::string txt, const int x, const int y) | lti::draw< 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 > | |
turnPoint(const float x, const float y, float angle) | lti::draw< T > | [inline, protected, static] |
use(matrix< T > &img) | lti::draw< T > | [virtual] |
useFillPattern | lti::drawBase< T > | [protected] |
useLinePattern | lti::drawBase< T > | [protected] |
verticalLine(const int x, const int y1, const int y2) | lti::draw< T > | [virtual] |
verticalLine(const point &p1, const point &p2) | lti::draw< T > | [virtual] |
Xmark enum value | lti::drawBase< T > | |
~draw() | lti::draw< T > | |
~drawBase() | lti::drawBase< T > | [virtual] |
~object() | lti::object | [virtual] |
~status() | lti::status | [virtual] |