#include <ViewerPointCloudNavigator.h>
Inheritance diagram for OglGui::ViewerPointCloudNavigator:
Public Member Functions | |
ViewerPointCloudNavigator (Window *parent, int x, int y, int w, int h) | |
void | SetTarget (ViewerPointCloud *vpc) |
void | SetMinMax (float minX, float minY, float maxX, float maxY) |
void | PointSize (float ptSize) |
void | ShowVisiblePart () |
virtual void | DisplayFunc () |
void | ToViewerPointCloudMouse (int msg, int btn, int state, int x, int y) |
virtual void | KeyboardFunc (int c, int state) |
virtual void | MouseFunc (int msg, int btn, int state, int x, int y) |
This function is called by the event handling system everytime the user has moved or clicked the mouse. | |
Private Member Functions | |
void | Init (int w, int h) |
Private Attributes | |
ViewerPointCloud * | mViewerPointCloud |
bool | mDoShow |
ULONG | mVisiblePartColor |
float | mPtSize |
bool | mObtainMinMax |
float | mMinX |
float | mMaxX |
float | mMinY |
float | mMaxY |
Definition at line 12 of file ViewerPointCloudNavigator.h.