Contains Node class, Create and Subtract functions. More...
Classes | |
struct | Node |
Functions | |
template<int t_ColorFormat, int t_Platform> | |
Synchronized::Heap< t_Platform > ::template Pointer< Node < t_ColorFormat, t_Platform > > const | Create (Synchronized::Heap< t_Platform > &heap, Synchronized::TextureHeap< t_ColorFormat, t_Platform > &textureHeap, unsigned int const logResolution=7) |
template<int t_ColorFormat, int t_Platform> | |
Synchronized::Heap< t_Platform > ::template Pointer< Node < t_ColorFormat, t_Platform > > const | Subtract (Synchronized::Heap< t_Platform > &heap, Synchronized::TextureHeap< t_ColorFormat, t_Platform > &textureHeap, typename Synchronized::Heap< t_Platform >::template Pointer< Node< t_ColorFormat, t_Platform > > const &pOriginalRoot, Vector< double, 3 > const ¢er, double const radius, double const power, unsigned int const logResolution=7) |
Contains Node class, Create and Subtract functions.