Helios++
Helios software for LiDAR simulations
|
Wrapper for ScenePart class. More...
#include <PyScenePartWrapper.h>
Public Member Functions | |
PyScenePartWrapper (ScenePart &sp) | |
std::string | getId () |
void | setId (std::string id) |
PythonDVec3 * | getOrigin () |
void | setOrigin (double x, double y, double z) |
Rotation & | getRotation () |
void | setRotation (double x, double y, double z, double angle) |
double | getScale () |
void | setScale (double scale) |
Public Attributes | |
ScenePart & | sp |