Inheritance diagram for BaseViz:
Public Member Functions | |
BaseViz (void) | |
virtual | ~BaseViz (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 140 of file min_shader.cxx. |
|
Definition at line 139 of file min_shader.cxx. |
|
Definition at line 138 of file min_shader.cxx. |
|
Definition at line 137 of file min_shader.cxx. |
|
Definition at line 146 of file min_shader.cxx. |
|
Definition at line 148 of file min_shader.cxx. |
|
Definition at line 57 of file shader.cxx. |
|
Definition at line 161 of file min_shader.cxx. References Oldviz::Oldviz(), and Oldviz::PT(). |
|
Definition at line 53 of file shader.cxx. |
|
Definition at line 150 of file min_shader.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 143 of file min_shader.cxx. Referenced by DisplayTexture(). |
|
Definition at line 142 of file min_shader.cxx. Referenced by ~BaseViz(). |