Auxiliary template class for partial voxel_cast specialization. More...
#include <VoxelCast.h>
Static Public Member Functions | |
static TOut | Convert (const TIn &value) |
Auxiliary template class for partial voxel_cast specialization.
Definition at line 42 of file VoxelCast.h.
|
inlinestatic |
By default, use static_cast to convert voxel value from one type to another. If the value is out of the range which can be represented by the output type, the minium/maximum value of the output type is returned instead.
Definition at line 47 of file VoxelCast.h.