#include <ProjectionGridTool.h>
Inheritance diagram for PreviewProjectionGridTool:

Public Member Functions | |
| void | Activate () |
| Switch on a tool. | |
| PreviewProjectionGridTool (PreviewToolHelper *helper) | |
| void | createMesh () |
| void | AfterDrawImagesEvent () |
| Draw (using OpenGL) images above the others. | |
| void | BeforeDrawImagesEvent () |
| Draw using OpenGL anything the tool requires underneath the images. | |
|
|
Definition at line 53 of file ProjectionGridTool.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 56 of file ProjectionGridTool.cpp. References ToolHelper::NotifyMe(). |
|
|
Draw (using OpenGL) images above the others.
Reimplemented from Tool. Definition at line 66 of file ProjectionGridTool.cpp. References MeshManager::MeshInfo::CallList(), createMesh(), ProjectionGridTool::createTexture(), DEBUG_DEBUG, ViewState::GetSupportMultiTexture(), ToolHelper::GetViewStatePtr(), and MeshManager::MeshInfo::Update(). |
|
|
Draw using OpenGL anything the tool requires underneath the images.
Reimplemented from Tool. Definition at line 62 of file ProjectionGridTool.cpp. |
|
|
Definition at line 230 of file ProjectionGridTool.cpp. References ToolHelper::GetPanoramaPtr(), ToolHelper::GetVisualizationStatePtr(), HuginBase::BaseSrcPanoImage::setHFOV(), HuginBase::BaseSrcPanoImage::setProjection(), and HuginBase::SrcPanoImage::setSize(). Referenced by AfterDrawImagesEvent(). |
1.3.9.1