#include <iostream>#include <memory>#include <tuple>#include <stdlib.h>#include <boost/optional.hpp>#include <chrono>#include "lvr2/util/Synthetic.hpp"#include "lvr2/io/MeshBuffer.hpp"#include "lvr2/io/ModelFactory.hpp"#include "lvr2/geometry/BaseVector.hpp"#include "lvr2/algorithm/raycasting/RaycasterBase.hpp"#include "lvr2/algorithm/raycasting/Intersection.hpp"#include "lvr2/algorithm/raycasting/BVHRaycaster.hpp"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| void | multiRay1 () |
| void | multiRay2 () |
| void | singleRay () |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 139 of file examples/raycasting/Main.cpp.
| void multiRay1 | ( | ) |
Definition at line 64 of file examples/raycasting/Main.cpp.
| void multiRay2 | ( | ) |
Definition at line 101 of file examples/raycasting/Main.cpp.
| void singleRay | ( | ) |
Definition at line 32 of file examples/raycasting/Main.cpp.