Inheritance diagram for SomeViz:
Public Member Functions | |
SomeViz (void) | |
virtual | ~SomeViz (void) |
virtual void | DisplayTexture (PT(Texture)&, Shader *) |
virtual void | DisplayPixelBuffer (PT(PixelBuffer)&, Shader *) |
virtual void | DisplayTexture (PointerTo< Texture > &, Shader *)=0 |
virtual void | DisplayPixelBuffer (PointerTo< PixelBuffer > &, Shader *)=0 |
virtual void | Flush (void)=0 |
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 118 of file shader_test.cxx. Referenced by Oldviz::Flush(). |
|
Definition at line 117 of file shader_test.cxx. |
|
Definition at line 116 of file shader_test.cxx. Referenced by Tiledviz::Flush(), Viztex::Flush(), and Oldviz::Flush(). |
|
Definition at line 115 of file shader_test.cxx. |
|
Definition at line 124 of file shader_test.cxx. |
|
Definition at line 126 of file shader_test.cxx. |
|
Definition at line 57 of file shader.cxx. |
|
Definition at line 139 of file shader_test.cxx. References Oldviz::Flush(), Oldviz::Oldviz(), Oldviz::PT(), and Oldviz::~Oldviz(). |
|
Definition at line 53 of file shader.cxx. |
|
Definition at line 128 of file shader_test.cxx. References _pbs, pb, Texture::prepare(), PT, tex, and GraphicsStateGuardianBase::texture_to_pixel_buffer(). |
|
Implemented in Oldviz, Viztex, Tiledviz, Oldviz, Viztex, and Tiledviz. Definition at line 61 of file shader.cxx. References Configurable::config(), and Configurable::is_dirty(). |
|
Definition at line 121 of file shader_test.cxx. Referenced by DisplayTexture(), and Oldviz::Flush(). |
|
Definition at line 120 of file shader_test.cxx. Referenced by Tiledviz::Flush(), Viztex::Flush(), Oldviz::Flush(), and ~SomeViz(). |