Helios++
Helios software for LiDAR simulations
|
#include <PySceneWrapper.h>
Public Member Functions | |
PySceneWrapper (Scene &scene) | |
PyTriangleWrapper * | newTriangle () |
PyDetailedVoxelWrapper * | newDetailedVoxel () |
PyPrimitiveWrapper * | getPrimitive (size_t index) |
PyAABBWrapper * | getAABB () |
PythonDVec3 * | getGroundPointAt (double x, double y, double z) |
PyRaySceneIntersectionWrapper * | getIntersection (double ox, double oy, double oz, double dx, double dy, double dz, bool groundOnly) |
PythonDVec3 * | getShift () |
bool | finalizeLoading () |
void | writeObject (std::string path) |
Public Attributes | |
Scene & | scene |