Inheritance diagram for SomeViz:
Public Member Functions | |
SomeViz (void) | |
virtual | ~SomeViz (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 115 of file shader_test.cxx. Referenced by Tiledviz::Flush(), Viztex::Flush(), and Oldviz::Flush(). |
|
Definition at line 114 of file shader_test.cxx. |
|
Definition at line 113 of file shader_test.cxx. Referenced by Tiledviz::Flush(), Viztex::Flush(), and Oldviz::Flush(). |
|
Definition at line 112 of file shader_test.cxx. |
|
Definition at line 121 of file shader_test.cxx. |
|
Definition at line 123 of file shader_test.cxx. |
|
Implements Shader::Visualize. Definition at line 136 of file shader_test.cxx. |
|
Implements Shader::Visualize. Definition at line 125 of file shader_test.cxx. References _pbs, _texs, g, Texture::has_ram_image(), pb, Texture::prepare(), PT, and tex. |
|
Definition at line 118 of file shader_test.cxx. Referenced by DisplayPixelBuffer(), DisplayTexture(), Tiledviz::Flush(), Viztex::Flush(), and Oldviz::Flush(). |
|
Definition at line 117 of file shader_test.cxx. Referenced by DisplayTexture(), Tiledviz::Flush(), Viztex::Flush(), and Oldviz::Flush(). |