Widget that allows the user to specify a 3D point.
More...
#include <V3DInput.h>
Widget that allows the user to specify a 3D point.
- Author
- Stas Jaroszynski
Definition at line 12 of file V3DInput.h.
◆ V3DInput()
◆ GetValue() [1/2]
std::vector< double > V3DInput::GetValue |
( |
| ) |
const |
◆ GetValue() [2/2]
void V3DInput::GetValue |
( |
double |
xyz[3] | ) |
const |
◆ SetValue() [1/3]
void V3DInput::SetValue |
( |
const double |
xyz[3] | ) |
|
◆ SetValue() [2/3]
void V3DInput::SetValue |
( |
const std::vector< double > & |
xyz | ) |
|
◆ SetValue() [3/3]
void V3DInput::SetValue |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
◆ ValueChanged
void V3DInput::ValueChanged |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
|
signal |
◆ ValueChangedVec
void V3DInput::ValueChangedVec |
( |
const std::vector< double > & |
xyz | ) |
|
|
signal |
The documentation for this class was generated from the following file: