#include <OverviewOutlinesTool.h>
Inheritance diagram for PanosphereOverviewOutlinesTool:

Public Member Functions | |
| PanosphereOverviewOutlinesTool (PanosphereOverviewToolHelper *helper, GLViewer *preview) | |
| void | Activate () |
| Switch on a tool. | |
| void | AfterDrawImagesBackEvent () |
| Draw using opengl anything after drawing the front face culled images. | |
| void | AfterDrawImagesFrontEvent () |
| Draw using opengl anything after drawing the back face culled images. | |
| void | drawBackground () |
| drawing the background means drawing a mesh that covers the whole panorama for the purpose of darkening the regions outside of the preview canvas | |
|
||||||||||||
|
Definition at line 122 of file OverviewOutlinesTool.h. |
|
|
Switch on a tool. Inherited classes also register events they want to respond to with the PreviewToolHelper. As events are lost when the tool is deactivated without notification to the PreviewTool, things from the last activation can be cleaned up here too. Implements Tool. Definition at line 80 of file OverviewOutlinesTool.cpp. |
|
|
Draw using opengl anything after drawing the front face culled images.
Reimplemented from PanosphereOverviewTool. Definition at line 98 of file OverviewOutlinesTool.cpp. References OverviewOutlinesTool::draw(). |
|
|
Draw using opengl anything after drawing the back face culled images.
Reimplemented from PanosphereOverviewTool. Definition at line 103 of file OverviewOutlinesTool.cpp. References OverviewOutlinesTool::draw(). |
|
|
drawing the background means drawing a mesh that covers the whole panorama for the purpose of darkening the regions outside of the preview canvas
Reimplemented from OverviewOutlinesTool. Definition at line 108 of file OverviewOutlinesTool.cpp. References ToolHelper::GetVisualizationStatePtr(). |
1.3.9.1