#include <SelectionBox.h>
Public Member Functions | |
void | draw (bool withNames=false) |
const qglviewer::ManipulatedFrame * | frame (unsigned short i) const |
qglviewer::ManipulatedFrame * | frame (unsigned short i) |
void | getBBXMax (float &x, float &y, float &z) const |
void | getBBXMin (float &x, float &y, float &z) const |
int | getGrabbedFrame () const |
SelectionBox () | |
virtual | ~SelectionBox () |
Protected Member Functions | |
void | drawAxis (float length=0.2f) const |
Protected Attributes | |
float | m_arrowLength |
std::vector< qglviewer::ManipulatedFrame * > | m_frames |
qglviewer::Vec | m_maxPt |
qglviewer::Vec | m_minPt |
unsigned short | m_selectedFrame |
bool | m_visible |
Definition at line 31 of file SelectionBox.h.
octomap::SelectionBox::SelectionBox | ( | ) |
Definition at line 32 of file SelectionBox.cpp.
|
virtual |
Definition at line 72 of file SelectionBox.cpp.
void octomap::SelectionBox::draw | ( | bool | withNames = false | ) |
Definition at line 77 of file SelectionBox.cpp.
|
protected |
Definition at line 242 of file SelectionBox.cpp.
|
inline |
Definition at line 37 of file SelectionBox.h.
|
inline |
Definition at line 38 of file SelectionBox.h.
void octomap::SelectionBox::getBBXMax | ( | float & | x, |
float & | y, | ||
float & | z | ||
) | const |
Definition at line 223 of file SelectionBox.cpp.
void octomap::SelectionBox::getBBXMin | ( | float & | x, |
float & | y, | ||
float & | z | ||
) | const |
Definition at line 217 of file SelectionBox.cpp.
int octomap::SelectionBox::getGrabbedFrame | ( | ) | const |
Definition at line 229 of file SelectionBox.cpp.
|
protected |
Definition at line 51 of file SelectionBox.h.
|
protected |
Definition at line 47 of file SelectionBox.h.
|
protected |
Definition at line 50 of file SelectionBox.h.
|
protected |
Definition at line 49 of file SelectionBox.h.
|
protected |
Definition at line 48 of file SelectionBox.h.
|
protected |
Definition at line 46 of file SelectionBox.h.