AARImage(PixelSubscript height=0, PixelSubscript width=0, PixelType bg=default_bg) | Plot::AARImage< PixelType, PixelMatrix > | [inline] |
col_from_x(const CartesianCoordinate x) const | Plot::AARImage< PixelType, PixelMatrix > | [inline, protected] |
default_bg (defined in Plot::AARImage< PixelType, PixelMatrix >) | Plot::AARImage< PixelType, PixelMatrix > | [static] |
default_border (defined in Plot::AARImage< PixelType, PixelMatrix >) | Plot::AARImage< PixelType, PixelMatrix > | [static] |
default_fg | Plot::AARImage< PixelType, PixelMatrix > | [static] |
draw_bar(CartesianCoordinate cx, CartesianCoordinate cy, double angle, double length, double width=1, PixelType p=default_fg, bool always_draw=true) | Plot::AARImage< PixelType, PixelMatrix > | |
draw_bar_on_matrix_element(const MatrixSubscript row, const MatrixSubscript col, double angle, double length, double width=1, PixelType p=default_fg) | Plot::MatrixImage< PixelType, PixelMatrix > | [inline] |
draw_border(size_type borderwidth=1, PixelType p=default_border) | Plot::AARImage< PixelType, PixelMatrix > | [inline] |
draw_line(PixelSubscript r1, PixelSubscript c1, PixelSubscript r2, PixelSubscript c2, PixelType p, int thickness=1) | Plot::AARImage< PixelType, PixelMatrix > | |
draw_pixel(const PixelSubscript r, const PixelSubscript c, PixelType p) | Plot::AARImage< PixelType, PixelMatrix > | [inline] |
draw_rectangle(PixelSubscript r1, PixelSubscript c1, PixelSubscript r2, PixelSubscript c2, PixelType p) | Plot::AARImage< PixelType, PixelMatrix > | |
get_pixel(const PixelSubscript r, const PixelSubscript c) const | Plot::AARImage< PixelType, PixelMatrix > | [inline] |
inbounds(const PixelSubscript r, const PixelSubscript c) const | Plot::AARImage< PixelType, PixelMatrix > | [inline, protected] |
MatrixImage() | Plot::MatrixImage< PixelType, PixelMatrix > | [inline] |
MatrixImage(const Matrix &A, double scale=1.0, int borderwidth=0, const ColorLookup< PixelType > &L=RYWColorLookup< PixelType >(), PixelType bordercolor=default_border) | Plot::MatrixImage< PixelType, PixelMatrix > | |
MatrixImage(const Matrix &H, const Matrix &S, const Matrix &V, double scale=1.0, int borderwidth=0, PixelType bordercolor=default_border) | Plot::MatrixImage< PixelType, PixelMatrix > | |
ncols() const | Plot::AARImage< PixelType, PixelMatrix > | [inline] |
nrows() const | Plot::AARImage< PixelType, PixelMatrix > | [inline] |
operator<<(std::ostream &s, const AARImage< PType, PMatrix > &o) | Plot::AARImage< PixelType, PixelMatrix > | [friend] |
outline_boundary(const BoundingBoxType &bb, unsigned thickness, PixelType p=default_fg, bool infinite_outline=false) | Plot::MatrixImage< PixelType, PixelMatrix > | [inline] |
ppm_write(std::ostream &os, const string &comments="", OutputType max_val=(unsigned char)(255)) const | Plot::AARImage< PixelType, PixelMatrix > | |
row_from_y(const CartesianCoordinate y) const | Plot::AARImage< PixelType, PixelMatrix > | [inline, protected] |
size_type typedef (defined in Plot::AARImage< PixelType, PixelMatrix >) | Plot::AARImage< PixelType, PixelMatrix > | |
value_type typedef (defined in Plot::AARImage< PixelType, PixelMatrix >) | Plot::AARImage< PixelType, PixelMatrix > | |