|
HDK
|
#include "UT_VoxelArray.h"#include "UT_Array.h"#include "UT_Assert.h"#include "UT_BoundingBox.h"#include "UT_COW.h"#include "UT_Debug.h"#include "UT_Filter.h"#include "UT_FilterType.h"#include "UT_Interrupt.h"#include "UT_IStream.h"#include "UT_JSONDefines.h"#include "UT_JSONParser.h"#include "UT_JSONWriter.h"#include "UT_NTStreamUtil.h"#include "UT_ParallelUtil.h"#include "UT_SharedMemoryManager.h"#include "UT_StackBuffer.h"#include "UT_String.h"#include "UT_ThreadedAlgorithm.h"#include "UT_ValArray.h"#include "UT_Vector2.h"#include "UT_Vector3.h"#include "UT_Vector4.h"#include "UT_VectorTypes.h"#include "UT_VoxelArrayJSON.h"#include "UT_WorkBuffer.h"#include <SYS/SYS_Compiler.h>#include <SYS/SYS_Floor.h>#include <SYS/SYS_Math.h>#include <SYS/SYS_SharedMemory.h>#include <SYS/SYS_Types.h>#include <algorithm>#include <iostream>#include <string.h>
Include dependency graph for UT_VoxelArray.C:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | __linearTileIndexConverter |
| class | ut_VoxelMipMapSortCompare |
Macros | |
| #define | COUNT_NONZERO(VAL, COUNT) |
| #define | __MULTITHREADED_STRUCTORS__ |
Functions | |
| fpreal16 | UTvoxelConvertFP16 (fpreal16 a) |
| fpreal16 | UTvoxelConvertFP16 (fpreal32 a) |
| fpreal16 | UTvoxelConvertFP16 (fpreal64 a) |
| fpreal16 | UTvoxelConvertFP16 (int8 a) |
| fpreal16 | UTvoxelConvertFP16 (int16 a) |
| fpreal16 | UTvoxelConvertFP16 (int32 a) |
| fpreal16 | UTvoxelConvertFP16 (int64 a) |
| bool | operator< (const ut_VoxelMipMapSortCompare &lhs, const ut_VoxelMipMapSortCompare &rhs) |
| #define __MULTITHREADED_STRUCTORS__ |
Definition at line 3217 of file UT_VoxelArray.C.
| #define COUNT_NONZERO | ( | VAL, | |
| COUNT | |||
| ) |
|
inline |
Definition at line 6898 of file UT_VoxelArray.C.
fpreal16 conversion functions
Definition at line 54 of file UT_VoxelArray.C.
Definition at line 56 of file UT_VoxelArray.C.
Definition at line 58 of file UT_VoxelArray.C.
Definition at line 60 of file UT_VoxelArray.C.
Definition at line 62 of file UT_VoxelArray.C.
Definition at line 64 of file UT_VoxelArray.C.
Definition at line 66 of file UT_VoxelArray.C.