Seg3D  2.4
Seg3D is a free volume segmentation and processing tool developed by the NIH Center for Integrative Biomedical Computing at the University of Utah Scientific Computing and Imaging (SCI) Institute.
All Classes Namespaces Functions Variables Typedefs Enumerator Friends
Public Member Functions | List of all members
Core::DummyRenderer Class Reference
Inheritance diagram for Core::DummyRenderer:
Core::AbstractRenderer

Public Member Functions

virtual void initialize ()
 Initialize the renderer.
 
virtual void resize (int width, int height)
 resize the renderer.
 
virtual void redraw_scene ()
 It triggers the "redraw_completed_signal_" at the end.
 
virtual void redraw_overlay ()
 It triggers the "redraw_overlay_completed_signal_" at the end.
 
virtual void redraw_all ()
 
virtual void activate ()
 Activate the renderer.
 
virtual void deactivate ()
 Deactivate the renderer.
 
virtual bool is_active ()
 Return the status of the renderer.
 

Additional Inherited Members

- Public Types inherited from Core::AbstractRenderer
typedef boost::signals2::signal< void(Core::Texture2DHandle, bool) > redraw_completed_signal_type
 
- Public Attributes inherited from Core::AbstractRenderer
redraw_completed_signal_type redraw_completed_signal_
 
redraw_completed_signal_type redraw_overlay_completed_signal_
 

Member Function Documentation

virtual void Core::DummyRenderer::redraw_all ( )
inlinevirtual

It triggers the "redraw_overlay_completed_signal_" and "redraw_completed_signal_" at the end.

Implements Core::AbstractRenderer.


The documentation for this class was generated from the following file: