MobileRT
1.0
A multi platform C++ CPU progressive Ray Tracer.
|
This is the complete list of members for MobileRT::Naive< T >, including all inherited members.
getPrimitives() const | MobileRT::Naive< T > | |
intersect(Intersection intersection) | MobileRT::Naive< T > | private |
Naive()=default | MobileRT::Naive< T > | explicit |
Naive(::std::vector< T > &&primitives) | MobileRT::Naive< T > | explicit |
Naive(const Naive &naive)=delete | MobileRT::Naive< T > | |
Naive(Naive &&naive) noexcept=default | MobileRT::Naive< T > | |
operator=(const Naive &naive)=delete | MobileRT::Naive< T > | |
operator=(Naive &&naive) noexcept=default | MobileRT::Naive< T > | |
primitives_ | MobileRT::Naive< T > | private |
shadowTrace(Intersection intersection) | MobileRT::Naive< T > | |
trace(Intersection intersection) | MobileRT::Naive< T > | |
~Naive() | MobileRT::Naive< T > |