Inheritance diagram for BaseViz:
Public Member Functions | |
BaseViz (void) | |
virtual | ~BaseViz (void) |
virtual void | DisplayTexture (PT(Texture)&, Shader *) |
virtual void | DisplayPixelBuffer (PT(PixelBuffer)&, Shader *) |
Protected Types | |
typedef std::plist< PT(Texture) | texlist ) |
typedef texlist::iterator | texiter |
typedef std::plist< PT(PixelBuffer) | pblist ) |
typedef pblist::iterator | pbiter |
Protected Attributes | |
texlist | _texs |
pblist | _pbs |
|
Definition at line 137 of file min_shader.cxx. |
|
Definition at line 136 of file min_shader.cxx. |
|
Definition at line 135 of file min_shader.cxx. |
|
Definition at line 134 of file min_shader.cxx. |
|
Definition at line 143 of file min_shader.cxx. |
|
Definition at line 145 of file min_shader.cxx. |
|
Implements Shader::Visualize. Definition at line 158 of file min_shader.cxx. |
|
Implements Shader::Visualize. Definition at line 147 of file min_shader.cxx. References _pbs, _texs, g, Texture::has_ram_image(), pb, Texture::prepare(), PT, and tex. |
|
Definition at line 140 of file min_shader.cxx. Referenced by DisplayPixelBuffer(), and DisplayTexture(). |
|
Definition at line 139 of file min_shader.cxx. Referenced by DisplayTexture(). |