Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
ProjectionGridTool Class Reference

tool to draw a grid to create correspondence between the overview and the preview More...

#include <ProjectionGridTool.h>

Inheritance diagram for ProjectionGridTool:
Inheritance graph

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::MeshInfomesh_info
 
ToolHelperhelper_g
 

Static Protected Attributes

static bool texture_created = false
 
static unsigned int texture_num = 0
 

Detailed Description

tool to draw a grid to create correspondence between the overview and the preview

Definition at line 30 of file ProjectionGridTool.h.

Constructor & Destructor Documentation

ProjectionGridTool::ProjectionGridTool ( ToolHelper helper)
explicit

Definition at line 56 of file ProjectionGridTool.cpp.

References mesh_info.

ProjectionGridTool::~ProjectionGridTool ( )
virtual

Definition at line 61 of file ProjectionGridTool.cpp.

References mesh_info.

Member Function Documentation

bool ProjectionGridTool::createTexture ( )
protected

Member Data Documentation

ToolHelper* ProjectionGridTool::helper_g
protected

Definition at line 45 of file ProjectionGridTool.h.

Referenced by createTexture().

MeshManager::MeshInfo* ProjectionGridTool::mesh_info
protected
bool ProjectionGridTool::texture_created = false
staticprotected
unsigned int ProjectionGridTool::texture_num = 0
staticprotected

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