25 #ifndef SELECTIONBOX_H_ 26 #define SELECTIONBOX_H_ 36 void draw(
bool withNames =
false);
39 void getBBXMin(
float& x,
float& y,
float& z)
const;
40 void getBBXMax(
float& x,
float& y,
float& z)
const;
44 void drawAxis(
float length = 0.2f)
const;
47 std::vector<qglviewer::ManipulatedFrame*>
m_frames;
int getGrabbedFrame() const
A ManipulatedFrame is a Frame that can be rotated and translated using the mouse. ...
std::vector< qglviewer::ManipulatedFrame * > m_frames
void draw(bool withNames=false)
const qglviewer::ManipulatedFrame * frame(unsigned short i) const
unsigned short m_selectedFrame
The Vec class represents 3D positions and 3D vectors.
void drawAxis(float length=0.2f) const
void getBBXMax(float &x, float &y, float &z) const
void getBBXMin(float &x, float &y, float &z) const
qglviewer::ManipulatedFrame * frame(unsigned short i)