Hugintrunk
0.1
|
tool to draw a grid to create correspondence between the overview and the preview More...
#include <ProjectionGridTool.h>
Public Member Functions | |
ProjectionGridTool (ToolHelper *helper) | |
virtual | ~ProjectionGridTool () |
Protected Member Functions | |
bool | createTexture () |
create the texture by iterating through each pixela and checking how much each pixel should be filled More... | |
Protected Attributes | |
MeshManager::MeshInfo * | mesh_info |
ToolHelper * | helper_g |
Static Protected Attributes | |
static bool | texture_created = false |
static unsigned int | texture_num = 0 |
tool to draw a grid to create correspondence between the overview and the preview
Definition at line 30 of file ProjectionGridTool.h.
|
explicit |
Definition at line 56 of file ProjectionGridTool.cpp.
References mesh_info.
|
virtual |
Definition at line 61 of file ProjectionGridTool.cpp.
References mesh_info.
|
protected |
create the texture by iterating through each pixela and checking how much each pixel should be filled
Definition at line 245 of file ProjectionGridTool.cpp.
References DEBUG_ERROR, DEBUG_INFO, ViewState::GetSupportMultiTexture(), ToolHelper::GetViewStatePtr(), helper_g, celeste::min(), texture_created, and texture_num.
Referenced by PanosphereOverviewProjectionGridTool::AfterDrawImagesBackEvent(), PreviewProjectionGridTool::AfterDrawImagesEvent(), and PanosphereOverviewProjectionGridTool::AfterDrawImagesFrontEvent().
|
protected |
Definition at line 45 of file ProjectionGridTool.h.
Referenced by createTexture().
|
protected |
Definition at line 43 of file ProjectionGridTool.h.
Referenced by PreviewProjectionGridTool::AfterDrawImagesEvent(), PreviewProjectionGridTool::createMesh(), ProjectionGridTool(), and ~ProjectionGridTool().
|
staticprotected |
Definition at line 40 of file ProjectionGridTool.h.
Referenced by PanosphereOverviewProjectionGridTool::AfterDrawImagesBackEvent(), PreviewProjectionGridTool::AfterDrawImagesEvent(), PanosphereOverviewProjectionGridTool::AfterDrawImagesFrontEvent(), and createTexture().
|
staticprotected |
Definition at line 41 of file ProjectionGridTool.h.
Referenced by PanosphereOverviewProjectionGridTool::AfterDrawImagesBackEvent(), PreviewProjectionGridTool::AfterDrawImagesEvent(), PanosphereOverviewProjectionGridTool::AfterDrawImagesFrontEvent(), and createTexture().