Voxel
|
Octree | Contains Node class, Create and Subtract functions |
Node | |
OpenCL | Contains State, Program, Converter and Exception classes |
Converter< Color< t_ColorFormat > > | Converter specialization for Color classes |
ImageFormat | Maps color formats to OpenCL image format descriptors |
Converter< Octree::Node< t_ColorFormat, PLATFORM_OPENCL > > | |
Type | |
Converter | Converts data for transmission to OpenCL device |
Converter< std::array< t_Type, t_Size > > | Converter specialization for fixed-size arrays |
Deleter< _cl_context > | Deleter specialization for OpenCL contexts |
Deleter< _cl_command_queue > | Deleter specialization for OpenCL command queues |
Deleter< _cl_mem > | Deleter specialization for OpenCL memory objects |
Deleter< _cl_sampler > | Deleter specialization for OpenCL samplers |
Deleter< _cl_program > | Deleter specialization for OpenCL programs |
Deleter< _cl_kernel > | Deleter specialization for OpenCL kernels |
Deleter< _cl_event > | Deleter specialization for OpenCL events |
Exception | OpenCL exception class |
Program | OpenCL program class |
State | OpenCL state class |
Renderer | Contains State class |
detail | Pseudo-anonymous namespace for Renderer implementation details |
NormalMRF | |
Camera | Camera class |
State< PLATFORM_HOST > | |
State< PLATFORM_OPENCL > | |
Synchronized | Contains Heap and TextureHeap classes |
detail | Pseudo-anonymous namespace for Synchronized implementation details |
Octree | |
Heap< PLATFORM_HOST > | |
Pointer | |
Pointer< t_Type[] > | |
Heap< PLATFORM_OPENCL > | |
Pointer | |
TextureHeap< t_ColorFormat, PLATFORM_HOST > | |
Pointer | |
TextureHeap< t_ColorFormat, PLATFORM_OPENCL > | |
Pointer | |
Color< COLOR_FORMAT_RGB_565 > | Color specialization storing 16-bit RGB colors |
Color< COLOR_FORMAT_RGBA_8888 > | Color specialization storing 32-bit RGBA colors |
Exception | Default exception class |
Node | |
Shape | |
Vector | Vector class |
WindowsException | Windows exception class |