TinyRaytracer 0.1
A simple C++ raytracer
|
This is the complete list of members for BVH, including all inherited members.
bbox | Object | |
box_compare(const shared_ptr< Object > a, const shared_ptr< Object > b, int axis_index) (defined in BVH) | BVH | inlinestatic |
box_x_compare(const shared_ptr< Object > a, const shared_ptr< Object > b) (defined in BVH) | BVH | inlinestatic |
box_y_compare(const shared_ptr< Object > a, const shared_ptr< Object > b) (defined in BVH) | BVH | inlinestatic |
box_z_compare(const shared_ptr< Object > a, const shared_ptr< Object > b) (defined in BVH) | BVH | inlinestatic |
BVH(std::vector< shared_ptr< Object > > &objs, int start, int end, int axis) (defined in BVH) | BVH | inline |
checkObject(Ray &ray) override (defined in BVH) | BVH | inlinevirtual |
getBox() override (defined in BVH) | BVH | inlinevirtual |
setProperties(RGB, RGB, double, double) (defined in Object) | Object | inlinevirtual |