MCPcopy Create free account

hub / github.com/Forceflow/cuda_voxelizer / functions

Functions163 in github.com/Forceflow/cuda_voxelizer

↓ 50 callersFunctionmake_float2
src/libs/cuda/helper_math.h:88
↓ 39 callersFunctionmake_int3
src/libs/cuda/helper_math.h:160
↓ 28 callersFunctiondot
src/libs/cuda/helper_math.h:1260
↓ 28 callersFunctionmake_float3
src/libs/cuda/helper_math.h:135
↓ 24 callersFunctionmax
src/libs/cuda/helper_math.h:68
↓ 22 callersFunctionmake_float4
src/libs/cuda/helper_math.h:202
↓ 15 callersFunctionmake_int2
src/libs/cuda/helper_math.h:105
↓ 15 callersFunctionmake_int4
src/libs/cuda/helper_math.h:223
↓ 14 callersFunctionmake_uint3
src/libs/cuda/helper_math.h:181
↓ 13 callersFunctionmake_uint2
src/libs/cuda/helper_math.h:122
↓ 13 callersFunctionmake_uint4
src/libs/cuda/helper_math.h:245
↓ 12 callersMethodwrite
src/libs/magicavoxel_file_writer/VoxWriter.cpp:40
↓ 12 callersFunctionwrite_face
Helper function to write single vertex
src/util_io.cpp:40
↓ 8 callersFunctionwrite_vertex
Helper function to write single vertex to OBJ file
src/util_io.cpp:35
↓ 7 callersFunctionGetMVID
src/libs/magicavoxel_file_writer/VoxWriter.h:264
↓ 6 callersFunctionclamp
src/libs/cuda/helper_math.h:1168
↓ 5 callersMethodSize
src/libs/magicavoxel_file_writer/VoxWriter.h:213
↓ 5 callersFunctioncheckVoxel
Check if a voxel in the voxel table is set
src/util.h:25
↓ 5 callersFunctionfmaxf
src/libs/cuda/helper_math.h:63
↓ 5 callersFunctionfminf
src/libs/cuda/helper_math.h:58
↓ 5 callersFunctionstringRemoveDelimiter
CUDA Utility Helper Functions
src/libs/cuda/helper_string.h:80
↓ 4 callersFunction_ConvertSMVer2ArchName
src/libs/cuda/helper_cuda.h:674
↓ 4 callersFunctionfabs
src/libs/cuda/helper_math.h:1395
↓ 4 callersMethodstart
src/timer.h:32
↓ 4 callersMethodstop
src/timer.h:36
↓ 4 callersFunctiontoStr
src/libs/magicavoxel_file_writer/VoxWriter.h:47
↓ 3 callersFunctionTopLeftEdge
src/cpu_voxelizer.cpp:196
↓ 3 callersFunctionWrap
Wrap a position inside a particular cube dimension
src/libs/magicavoxel_file_writer/VoxWriter.cpp:652
↓ 3 callersFunctionreadableSize
readablesizestrings
src/util.h:134
↓ 3 callersFunctionrsqrtf
src/libs/cuda/helper_math.h:78
↓ 2 callersMethodAdd
src/libs/magicavoxel_file_writer/VoxWriter.cpp:86
↓ 2 callersFunction_cudaGetErrorEnum
src/libs/cuda/helper_cuda.h:37
↓ 2 callersFunctioncross
src/libs/cuda/helper_math.h:1436
↓ 2 callersFunctionfloat3_to_int3
src/util.h:20
↓ 2 callersFunctionmin
src/libs/cuda/helper_math.h:73
↓ 2 callersFunctionmortonEncode_LUT
Encode morton code using LUT table
src/cpu_voxelizer.cpp:18
↓ 2 callersFunctionnormalize
src/libs/cuda/helper_math.h:1320
↓ 2 callersFunctionprintExample
src/main.cpp:44
↓ 2 callersFunctionprintHelp
src/main.cpp:48
↓ 2 callersFunctionsetBit
Set specific bit in voxel table
src/cpu_voxelizer.cpp:7
↓ 2 callersFunctionsetBitXor
use Xor for voxels whose corresponding bits have to flipped
src/cpu_voxelizer.cpp:186
↓ 2 callersFunctiontrimesh_to_float3
src/util.h:12
↓ 1 callersMethodAddColor
src/libs/magicavoxel_file_writer/VoxWriter.cpp:438
↓ 1 callersMethodAddVoxel
src/libs/magicavoxel_file_writer/VoxWriter.cpp:444
↓ 1 callersMethodCombine
Combine a point into this one.
src/libs/magicavoxel_file_writer/VoxWriter.h:181
↓ 1 callersMethodIsOk
src/libs/magicavoxel_file_writer/VoxWriter.cpp:386
↓ 1 callersMethodSaveToFile
src/libs/magicavoxel_file_writer/VoxWriter.cpp:459
↓ 1 callersFunction_ConvertSMVer2Cores
Beginning of GPU Architecture definitions
src/libs/cuda/helper_cuda.h:627
↓ 1 callersFunctioncheckCCW
check the triangle is counterclockwise or not
src/cpu_voxelizer.cpp:201
↓ 1 callersFunctioncheckCmdLineFlag
src/libs/cuda/helper_string.h:111
↓ 1 callersFunctioncheck_point_triangle
check the location with point and triangle
src/cpu_voxelizer.cpp:217
↓ 1 callersFunctioncpu_voxelize_mesh
Mesh voxelization method
src/cpu_voxelizer.cpp:35
↓ 1 callersFunctioncpu_voxelize_mesh_solid
Mesh voxelization method
src/cpu_voxelizer.cpp:241
↓ 1 callersFunctionfile_exists
check if file exists
src/util.h:147
↓ 1 callersFunctionfindCudaDevice
Initialization code to find the best CUDA Device
src/libs/cuda/helper_cuda.h:847
↓ 1 callersFunctionfloorf
src/libs/cuda/helper_math.h:1340
↓ 1 callersFunctiongetCmdLineArgumentInt
src/libs/cuda/helper_string.h:164
↓ 1 callersFunctionget_x_coordinate
find the x coordinate of the voxel
src/cpu_voxelizer.cpp:212
↓ 1 callersFunctiongpuDeviceInit
General GPU Device CUDA Initialization
src/libs/cuda/helper_cuda.h:724
↓ 1 callersFunctiongpuGetMaxGflopsDeviceId
This function returns the best GPU (with maximum GFLOPS)
src/libs/cuda/helper_cuda.h:774
↓ 1 callersFunctioninitCuda
Check if CUDA requirements are met
src/util_cuda.cpp:4
↓ 1 callersFunctionmeshToGPU_managed
METHOD 1: Helper function to transfer triangles to automatically managed CUDA memory ( > CUDA 7.x)
src/main.cpp:61
↓ 1 callersFunctionparseProgramParameters
Parse the program parameters and set them as global variables
src/main.cpp:109
↓ 1 callersMethodprint
src/util.h:63
↓ 1 callersFunctionprintHeader
src/main.cpp:38
↓ 1 callersFunctionwrite_binary
src/util_io.cpp:192
↓ 1 callersFunctionwrite_binvox
src/util_io.cpp:202
↓ 1 callersFunctionwrite_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 callersFunctionwrite_obj_cubes
src/util_io.cpp:92
↓ 1 callersFunctionwrite_obj_pointcloud
src/util_io.cpp:154
↓ 1 callersFunctionwrite_vox
Experimental MagicaVoxel file format output
src/util_io.cpp:249
MethodAABox
src/util.h:45
MethodClearColors
src/libs/magicavoxel_file_writer/VoxWriter.cpp:399
MethodClearVoxels
src/libs/magicavoxel_file_writer/VoxWriter.cpp:393
MethodContainsPoint
Does this aabb contain the provided vec2.
src/libs/magicavoxel_file_writer/VoxWriter.h:191
MethodCreate
src/libs/magicavoxel_file_writer/VoxWriter.cpp:307
MethodDICT
src/libs/magicavoxel_file_writer/VoxWriter.cpp:69
MethodDICTitem
src/libs/magicavoxel_file_writer/VoxWriter.cpp:53
MethodDICTstring
src/libs/magicavoxel_file_writer/VoxWriter.cpp:38
MethodGetCenter
Get the center of the AABB.
src/libs/magicavoxel_file_writer/VoxWriter.h:167
MethodGetErrnoMsg
src/libs/magicavoxel_file_writer/VoxWriter.cpp:323
MethodGetExtents
Get the extents of the AABB (half-widths).
src/libs/magicavoxel_file_writer/VoxWriter.h:170
MethodGetID
src/libs/magicavoxel_file_writer/VoxWriter.h:407
MethodGetPerimeter
Get the perimeter length
src/libs/magicavoxel_file_writer/VoxWriter.h:173
MethodGetVoxelsCount
src/libs/magicavoxel_file_writer/VoxWriter.cpp:563
MethodIntersects
src/libs/magicavoxel_file_writer/VoxWriter.h:202
MethodLAYR
src/libs/magicavoxel_file_writer/VoxWriter.cpp:200
MethodMODEL
src/libs/magicavoxel_file_writer/VoxWriter.cpp:157
MethodPrintStats
src/libs/magicavoxel_file_writer/VoxWriter.cpp:583
MethodRGBA
src/libs/magicavoxel_file_writer/VoxWriter.cpp:272
MethodSIZE
src/libs/magicavoxel_file_writer/VoxWriter.cpp:224
MethodSetKeyFrame
src/libs/magicavoxel_file_writer/VoxWriter.cpp:423
MethodSetKeyFrameTimeLoggingFunctor
src/libs/magicavoxel_file_writer/VoxWriter.cpp:419
MethodStartTimeLogging
src/libs/magicavoxel_file_writer/VoxWriter.cpp:401
MethodStopTimeLogging
src/libs/magicavoxel_file_writer/VoxWriter.cpp:407
MethodTimer
src/timer.h:22
MethodVoxCube
src/libs/magicavoxel_file_writer/VoxWriter.cpp:291
MethodVoxWriter
///////////////////////////////////////////////////////////// the limit of magicavoxel is 127 for one cube, is 127 voxels (indexs : 0 -> 126) vMaxVoxe
src/libs/magicavoxel_file_writer/VoxWriter.cpp:375
MethodXYZI
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