#include <Definitions.h>#include <Memory/mmgr.h>Go to the source code of this file.
Classes | |
| class | TSphere< T > |
Defines | |
| #define | min(x, y) ((x) < (y) ? (x) : (y)) |
| #define | max(x, y) ((x) > (y) ? (x) : (y)) |
Typedefs | |
| typedef TSphere< float > | CSpheref |
| #define max | ( | x, | |||
| y | ) | ((x) > (y) ? (x) : (y)) |
Definition at line 28 of file TSphere.h.
Referenced by TSphere< T >::operator*(), TSphere< T >::operator*=(), CVolumeFormatLU_DAT::setVolumeData(), and CVolumeFormat::setVolumeData().
1.5.7.1