g4tools
5.4.0
|
This is the complete list of members for tools::zb::buffer, including all inherited members.
buffer() | tools::zb::buffer | inline |
buffer(const buffer &a_from) | tools::zb::buffer | inlineprotected |
change_size(unsigned int a_width, unsigned int a_height) | tools::zb::buffer | inline |
clear_color_buffer(ZPixel a_pixel) | tools::zb::buffer | inline |
clear_depth_buffer() | tools::zb::buffer | inline |
draw_line(const point &a_beg, const point &a_end, ZPixel a_pixel, unsigned int a_size) | tools::zb::buffer | inline |
draw_lines(int a_number, const point *a_list, ZPixel a_pixel, unsigned int a_size) | tools::zb::buffer | inline |
draw_markers(int a_number, const point *a_list, ZPixel a_pixel, unsigned int a_size) | tools::zb::buffer | inline |
draw_point(const point &a_p, ZPixel a_pixel, unsigned int a_size) | tools::zb::buffer | inline |
draw_polygon(int a_number, const point *a_list, ZZ a_A, ZZ a_B, ZZ a_C, ZZ a_D, ZPixel a_pixel) | tools::zb::buffer | inline |
draw_segments(int a_number, const point *a_list, ZPixel a_pixel, unsigned int a_size) | tools::zb::buffer | inline |
get_clipped_pixel(ZPos a_x, ZPos a_y, ZPixel &a_pixel) const | tools::zb::buffer | inline |
get_color_buffer(unsigned int &a_width, unsigned int &a_height) const | tools::zb::buffer | inline |
get_pixel(const point &a_p, ZPixel &a_pixel) | tools::zb::buffer | inline |
m_begX | tools::zb::buffer | protected |
m_begY | tools::zb::buffer | protected |
m_depth_test | tools::zb::buffer | protected |
m_endX | tools::zb::buffer | protected |
m_endY | tools::zb::buffer | protected |
m_planeAC | tools::zb::buffer | protected |
m_planeBC | tools::zb::buffer | protected |
m_planeDC | tools::zb::buffer | protected |
m_polygon | tools::zb::buffer | protected |
m_scan_pixel | tools::zb::buffer | protected |
m_zbh | tools::zb::buffer | protected |
m_zbuffer | tools::zb::buffer | protected |
m_zbw | tools::zb::buffer | protected |
m_zimage | tools::zb::buffer | protected |
operator=(const buffer &a_from) | tools::zb::buffer | inlineprotected |
ScanLine(ZPos a_x, ZPos a_y, ZZ a_z, ZPos a_dx, ZPos a_dy, ZZ a_dz, scan_writer &a_proc) | tools::zb::buffer | inlineprotectedstatic |
set_clip_region(ZPos a_x, ZPos a_y, unsigned int a_width, unsigned int a_height) | tools::zb::buffer | inline |
set_depth_test(bool a_on) | tools::zb::buffer | inline |
WriteLine(const point &a_beg, const point &a_end, writer &a_writer) | tools::zb::buffer | inlineprotectedstatic |
WriteScanLine(void *a_tag, int a_beg, int a_end, int a_y) | tools::zb::buffer | inlineprotectedstatic |
ZPixel typedef | tools::zb::buffer | |
~buffer() | tools::zb::buffer | inlinevirtual |