This is the complete list of members for lvr2::RaycasterBase< IntT >, including all inherited members.
castRay(const Vector3f &origin, const Vector3f &direction, IntT &intersection)=0 | lvr2::RaycasterBase< IntT > | pure virtual |
castRays(const Vector3f &origin, const std::vector< Vector3f > &directions, std::vector< IntT > &intersections, std::vector< uint8_t > &hits) | lvr2::RaycasterBase< IntT > | virtual |
castRays(const Vector3f &origin, const std::vector< std::vector< Vector3f > > &directions, std::vector< std::vector< IntT > > &intersections, std::vector< std::vector< uint8_t > > &hits) | lvr2::RaycasterBase< IntT > | virtual |
castRays(const std::vector< Vector3f > &origins, const std::vector< Vector3f > &directions, std::vector< IntT > &intersections, std::vector< uint8_t > &hits) | lvr2::RaycasterBase< IntT > | virtual |
castRays(const std::vector< Vector3f > &origins, const std::vector< std::vector< Vector3f > > &directions, std::vector< std::vector< IntT > > &intersections, std::vector< std::vector< uint8_t > > &hits) | lvr2::RaycasterBase< IntT > | virtual |
m_mesh | lvr2::RaycasterBase< IntT > | private |
RaycasterBase(const MeshBufferPtr mesh) | lvr2::RaycasterBase< IntT > |