Inheritance diagram for Oldviz:
Public Member Functions | |
Oldviz (PT(GraphicsWindow)&) | |
virtual | ~Oldviz (void) |
virtual void | Flush (void) |
Oldviz (PT(GraphicsWindow)&) | |
virtual | ~Oldviz (void) |
virtual void | Flush (void) |
virtual void | DisplayTexture (PT(Texture)&, Shader *) |
virtual void | DisplayTexture (PointerTo< Texture > &, Shader *)=0 |
virtual void | DisplayPixelBuffer (PT(PixelBuffer)&, Shader *) |
virtual void | DisplayPixelBuffer (PointerTo< PixelBuffer > &, Shader *)=0 |
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 |
typedef std::plist< PT(Texture) | texlist ) |
typedef texlist::iterator | texiter |
typedef std::plist< PT(PixelBuffer) | pblist ) |
typedef pblist::iterator | pbiter |
Protected Member Functions | |
PT (GraphicsWindow) _w | |
PT (GraphicsWindow) _w | |
Protected Attributes | |
texlist | _texs |
pblist | _pbs |
texlist | _texs |
pblist | _pbs |
|
Definition at line 140 of file min_shader.cxx. |
|
Definition at line 118 of file shader_test.cxx. Referenced by Flush(). |
|
Definition at line 139 of file min_shader.cxx. |
|
Definition at line 117 of file shader_test.cxx. |
|
Definition at line 138 of file min_shader.cxx. |
|
Definition at line 116 of file shader_test.cxx. Referenced by Tiledviz::Flush(), Viztex::Flush(), and Flush(). |
|
Definition at line 137 of file min_shader.cxx. |
|
Definition at line 115 of file shader_test.cxx. |
|
Definition at line 174 of file min_shader.cxx. Referenced by SomeViz::DisplayPixelBuffer(), and BaseViz::DisplayPixelBuffer(). |
|
Definition at line 176 of file min_shader.cxx. Referenced by SomeViz::DisplayPixelBuffer(). |
|
|
|
|
|
Definition at line 161 of file min_shader.cxx. |
|
Definition at line 57 of file shader.cxx. |
|
Definition at line 139 of file shader_test.cxx. |
|
Definition at line 150 of file min_shader.cxx. References BaseViz::_pbs, pb, Texture::prepare(), PT, tex, and GraphicsStateGuardianBase::texture_to_pixel_buffer(). |
|
Definition at line 53 of file shader.cxx. |
|
Definition at line 128 of file shader_test.cxx. References SomeViz::_pbs, pb, Texture::prepare(), PT, tex, and GraphicsStateGuardianBase::texture_to_pixel_buffer(). |
|
Implements Shader::Visualize. |
|
Implements Shader::Visualize. Definition at line 178 of file min_shader.cxx. References SomeViz::_pbs, SomeViz::_texs, SomeViz::pbiter, and SomeViz::texiter. Referenced by SomeViz::DisplayPixelBuffer(). |
|
|
|
Referenced by SomeViz::DisplayPixelBuffer(), and BaseViz::DisplayPixelBuffer(). |
|
Definition at line 143 of file min_shader.cxx. Referenced by BaseViz::DisplayTexture(). |
|
Definition at line 121 of file shader_test.cxx. Referenced by SomeViz::DisplayTexture(), and Flush(). |
|
Definition at line 142 of file min_shader.cxx. Referenced by BaseViz::~BaseViz(). |
|
Definition at line 120 of file shader_test.cxx. Referenced by Tiledviz::Flush(), Viztex::Flush(), Flush(), and SomeViz::~SomeViz(). |