Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Forceflow/cuda_voxelizer
/ functions
Functions
163 in github.com/Forceflow/cuda_voxelizer
⨍
Functions
163
◇
Types & classes
19
↓ 50 callers
Function
make_float2
src/libs/cuda/helper_math.h:88
↓ 39 callers
Function
make_int3
src/libs/cuda/helper_math.h:160
↓ 28 callers
Function
dot
src/libs/cuda/helper_math.h:1260
↓ 28 callers
Function
make_float3
src/libs/cuda/helper_math.h:135
↓ 24 callers
Function
max
src/libs/cuda/helper_math.h:68
↓ 22 callers
Function
make_float4
src/libs/cuda/helper_math.h:202
↓ 15 callers
Function
make_int2
src/libs/cuda/helper_math.h:105
↓ 15 callers
Function
make_int4
src/libs/cuda/helper_math.h:223
↓ 14 callers
Function
make_uint3
src/libs/cuda/helper_math.h:181
↓ 13 callers
Function
make_uint2
src/libs/cuda/helper_math.h:122
↓ 13 callers
Function
make_uint4
src/libs/cuda/helper_math.h:245
↓ 12 callers
Method
write
src/libs/magicavoxel_file_writer/VoxWriter.cpp:40
↓ 12 callers
Function
write_face
Helper function to write single vertex
src/util_io.cpp:40
↓ 8 callers
Function
write_vertex
Helper function to write single vertex to OBJ file
src/util_io.cpp:35
↓ 7 callers
Function
GetMVID
src/libs/magicavoxel_file_writer/VoxWriter.h:264
↓ 6 callers
Function
clamp
src/libs/cuda/helper_math.h:1168
↓ 5 callers
Method
Size
src/libs/magicavoxel_file_writer/VoxWriter.h:213
↓ 5 callers
Function
checkVoxel
Check if a voxel in the voxel table is set
src/util.h:25
↓ 5 callers
Function
fmaxf
src/libs/cuda/helper_math.h:63
↓ 5 callers
Function
fminf
src/libs/cuda/helper_math.h:58
↓ 5 callers
Function
stringRemoveDelimiter
CUDA Utility Helper Functions
src/libs/cuda/helper_string.h:80
↓ 4 callers
Function
_ConvertSMVer2ArchName
src/libs/cuda/helper_cuda.h:674
↓ 4 callers
Function
fabs
src/libs/cuda/helper_math.h:1395
↓ 4 callers
Method
start
src/timer.h:32
↓ 4 callers
Method
stop
src/timer.h:36
↓ 4 callers
Function
toStr
src/libs/magicavoxel_file_writer/VoxWriter.h:47
↓ 3 callers
Function
TopLeftEdge
src/cpu_voxelizer.cpp:196
↓ 3 callers
Function
Wrap
Wrap a position inside a particular cube dimension
src/libs/magicavoxel_file_writer/VoxWriter.cpp:652
↓ 3 callers
Function
readableSize
readablesizestrings
src/util.h:134
↓ 3 callers
Function
rsqrtf
src/libs/cuda/helper_math.h:78
↓ 2 callers
Method
Add
src/libs/magicavoxel_file_writer/VoxWriter.cpp:86
↓ 2 callers
Function
_cudaGetErrorEnum
src/libs/cuda/helper_cuda.h:37
↓ 2 callers
Function
cross
src/libs/cuda/helper_math.h:1436
↓ 2 callers
Function
float3_to_int3
src/util.h:20
↓ 2 callers
Function
min
src/libs/cuda/helper_math.h:73
↓ 2 callers
Function
mortonEncode_LUT
Encode morton code using LUT table
src/cpu_voxelizer.cpp:18
↓ 2 callers
Function
normalize
src/libs/cuda/helper_math.h:1320
↓ 2 callers
Function
printExample
src/main.cpp:44
↓ 2 callers
Function
printHelp
src/main.cpp:48
↓ 2 callers
Function
setBit
Set specific bit in voxel table
src/cpu_voxelizer.cpp:7
↓ 2 callers
Function
setBitXor
use Xor for voxels whose corresponding bits have to flipped
src/cpu_voxelizer.cpp:186
↓ 2 callers
Function
trimesh_to_float3
src/util.h:12
↓ 1 callers
Method
AddColor
src/libs/magicavoxel_file_writer/VoxWriter.cpp:438
↓ 1 callers
Method
AddVoxel
src/libs/magicavoxel_file_writer/VoxWriter.cpp:444
↓ 1 callers
Method
Combine
Combine a point into this one.
src/libs/magicavoxel_file_writer/VoxWriter.h:181
↓ 1 callers
Method
IsOk
src/libs/magicavoxel_file_writer/VoxWriter.cpp:386
↓ 1 callers
Method
SaveToFile
src/libs/magicavoxel_file_writer/VoxWriter.cpp:459
↓ 1 callers
Function
_ConvertSMVer2Cores
Beginning of GPU Architecture definitions
src/libs/cuda/helper_cuda.h:627
↓ 1 callers
Function
checkCCW
check the triangle is counterclockwise or not
src/cpu_voxelizer.cpp:201
↓ 1 callers
Function
checkCmdLineFlag
src/libs/cuda/helper_string.h:111
↓ 1 callers
Function
check_point_triangle
check the location with point and triangle
src/cpu_voxelizer.cpp:217
↓ 1 callers
Function
cpu_voxelize_mesh
Mesh voxelization method
src/cpu_voxelizer.cpp:35
↓ 1 callers
Function
cpu_voxelize_mesh_solid
Mesh voxelization method
src/cpu_voxelizer.cpp:241
↓ 1 callers
Function
file_exists
check if file exists
src/util.h:147
↓ 1 callers
Function
findCudaDevice
Initialization code to find the best CUDA Device
src/libs/cuda/helper_cuda.h:847
↓ 1 callers
Function
floorf
src/libs/cuda/helper_math.h:1340
↓ 1 callers
Function
getCmdLineArgumentInt
src/libs/cuda/helper_string.h:164
↓ 1 callers
Function
get_x_coordinate
find the x coordinate of the voxel
src/cpu_voxelizer.cpp:212
↓ 1 callers
Function
gpuDeviceInit
General GPU Device CUDA Initialization
src/libs/cuda/helper_cuda.h:724
↓ 1 callers
Function
gpuGetMaxGflopsDeviceId
This function returns the best GPU (with maximum GFLOPS)
src/libs/cuda/helper_cuda.h:774
↓ 1 callers
Function
initCuda
Check if CUDA requirements are met
src/util_cuda.cpp:4
↓ 1 callers
Function
meshToGPU_managed
METHOD 1: Helper function to transfer triangles to automatically managed CUDA memory ( > CUDA 7.x)
src/main.cpp:61
↓ 1 callers
Function
parseProgramParameters
Parse the program parameters and set them as global variables
src/main.cpp:109
↓ 1 callers
Method
print
src/util.h:63
↓ 1 callers
Function
printHeader
src/main.cpp:38
↓ 1 callers
Function
write_binary
src/util_io.cpp:192
↓ 1 callers
Function
write_binvox
src/util_io.cpp:202
↓ 1 callers
Function
write_cube
Helper function to write full cube (using relative vertex positions in the OBJ file - support for this should be widespread by now)
src/util_io.cpp:45
↓ 1 callers
Function
write_obj_cubes
src/util_io.cpp:92
↓ 1 callers
Function
write_obj_pointcloud
src/util_io.cpp:154
↓ 1 callers
Function
write_vox
Experimental MagicaVoxel file format output
src/util_io.cpp:249
Method
AABox
src/util.h:45
Method
ClearColors
src/libs/magicavoxel_file_writer/VoxWriter.cpp:399
Method
ClearVoxels
src/libs/magicavoxel_file_writer/VoxWriter.cpp:393
Method
ContainsPoint
Does this aabb contain the provided vec2.
src/libs/magicavoxel_file_writer/VoxWriter.h:191
Method
Create
src/libs/magicavoxel_file_writer/VoxWriter.cpp:307
Method
DICT
src/libs/magicavoxel_file_writer/VoxWriter.cpp:69
Method
DICTitem
src/libs/magicavoxel_file_writer/VoxWriter.cpp:53
Method
DICTstring
src/libs/magicavoxel_file_writer/VoxWriter.cpp:38
Method
GetCenter
Get the center of the AABB.
src/libs/magicavoxel_file_writer/VoxWriter.h:167
Method
GetErrnoMsg
src/libs/magicavoxel_file_writer/VoxWriter.cpp:323
Method
GetExtents
Get the extents of the AABB (half-widths).
src/libs/magicavoxel_file_writer/VoxWriter.h:170
Method
GetID
src/libs/magicavoxel_file_writer/VoxWriter.h:407
Method
GetPerimeter
Get the perimeter length
src/libs/magicavoxel_file_writer/VoxWriter.h:173
Method
GetVoxelsCount
src/libs/magicavoxel_file_writer/VoxWriter.cpp:563
Method
Intersects
src/libs/magicavoxel_file_writer/VoxWriter.h:202
Method
LAYR
src/libs/magicavoxel_file_writer/VoxWriter.cpp:200
Method
MODEL
src/libs/magicavoxel_file_writer/VoxWriter.cpp:157
Method
PrintStats
src/libs/magicavoxel_file_writer/VoxWriter.cpp:583
Method
RGBA
src/libs/magicavoxel_file_writer/VoxWriter.cpp:272
Method
SIZE
src/libs/magicavoxel_file_writer/VoxWriter.cpp:224
Method
SetKeyFrame
src/libs/magicavoxel_file_writer/VoxWriter.cpp:423
Method
SetKeyFrameTimeLoggingFunctor
src/libs/magicavoxel_file_writer/VoxWriter.cpp:419
Method
StartTimeLogging
src/libs/magicavoxel_file_writer/VoxWriter.cpp:401
Method
StopTimeLogging
src/libs/magicavoxel_file_writer/VoxWriter.cpp:407
Method
Timer
src/timer.h:22
Method
VoxCube
src/libs/magicavoxel_file_writer/VoxWriter.cpp:291
Method
VoxWriter
///////////////////////////////////////////////////////////// the limit of magicavoxel is 127 for one cube, is 127 voxels (indexs : 0 -> 126) vMaxVoxe
src/libs/magicavoxel_file_writer/VoxWriter.cpp:375
Method
XYZI
src/libs/magicavoxel_file_writer/VoxWriter.cpp:249
Function
__getLastCudaError
src/libs/cuda/helper_cuda.h:584
next →
1–100 of 163, ranked by callers