|
cisst-saw
|
#include <vctPose3DQtWidget.h>
Public Types | |
| typedef vctPose3DQtWidget::PosesType | PosesType |
Public Member Functions | |
| vctPose3DQtWidgetView (QWidget *parent, PosesType *poses, vctBoundingBox3 *bb) | |
| ~vctPose3DQtWidgetView (void) | |
| void | SetPrismaticRevoluteFactors (const double &prismatic, const double &revolute) |
| void | SetAutoResize (const bool autoResize) |
| void | ResetSize (void) |
| void | SetDimensions (const size_t x, const size_t y) |
Protected Member Functions | |
| void | keyPressEvent (QKeyEvent *event) |
| void | initializeGL (void) |
| void | paintGL (void) |
| void | resizeGL (int width, int height) |
Protected Attributes | |
| double | mPrismaticFactor |
| PosesType * | mPoses |
| vctBoundingBox3 * | mBB |
| bool | mAutoResize |
| size_t | mX |
| size_t | mY |
| vctDouble2 | mViewportTranslation |
| vctDouble2 | mViewport |
| double | mViewportScale |
| vctPose3DQtWidgetView::vctPose3DQtWidgetView | ( | QWidget * | parent, |
| PosesType * | poses, | ||
| vctBoundingBox3 * | bb ) |
|
inline |
|
protected |
|
protected |
|
protected |
| void vctPose3DQtWidgetView::ResetSize | ( | void | ) |
|
protected |
| void vctPose3DQtWidgetView::SetAutoResize | ( | const bool | autoResize | ) |
| void vctPose3DQtWidgetView::SetDimensions | ( | const size_t | x, |
| const size_t | y ) |
| void vctPose3DQtWidgetView::SetPrismaticRevoluteFactors | ( | const double & | prismatic, |
| const double & | revolute ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |