MCPcopy Create free account

hub / github.com/ProjectPhysX/FluidX3D / functions

Functions1,203 in github.com/ProjectPhysX/FluidX3D

↓ 3 callersFunctionhuffmanDecodeSymbol
returns the code. The bit reader must already have been ensured at least 15 bits */
src/lodepng.cpp:1094
↓ 3 callersMethodincrement_time_step
src/lbm.cpp:255
↓ 3 callersMethodinput_key
src/graphics.hpp:98
↓ 3 callersFunctionintersect_line_rectangle
src/graphics.cpp:52
↓ 3 callersMethodis_initialized
src/opencl.hpp:339
↓ 3 callersFunctionkey_bindings
src/graphics.cpp:396
↓ 3 callersFunctionlodepng_add_itext_sized
src/lodepng.cpp:2947
↓ 3 callersFunctionlodepng_clear_icc
src/lodepng.cpp:2998
↓ 3 callersFunctionlodepng_color_mode_equal
src/lodepng.cpp:2692
↓ 3 callersFunctionlodepng_crc32
Return the CRC of the bytes buf[0..len-1].*/
src/lodepng.cpp:2394
↓ 3 callersFunctionlodepng_get_raw_size_lct
src/lodepng.cpp:2767
↓ 3 callersFunctionmain_graphics
src/main.cpp:141
↓ 3 callersFunctionmain_label
src/main.cpp:58
↓ 3 callersFunctionpeekBits
Get bits without advancing the bit pointer. Must have enough bits available with ensureBits. Max nbits is 31. */
src/lodepng.cpp:564
↓ 3 callersFunctionplic_cube_reduced
src/utilities.hpp:2398
↓ 3 callersMethodread_from_device
array of structures
src/opencl.hpp:510
↓ 3 callersFunctionread_stl_raw
src/utilities.hpp:4530
↓ 3 callersFunctionrsqrt
src/utilities.hpp:165
↓ 3 callersMethodrun
src/lbm.cpp:930
↓ 3 callersFunctionsubstring
src/utilities.hpp:2835
↓ 3 callersFunctionuivector_push_back
returns 1 if success, 0 if failure ==> nothing done*/
src/lodepng.cpp:250
↓ 3 callersFunctionuivector_resize
returns 1 if success, 0 if failure ==> nothing done*/
src/lodepng.cpp:230
↓ 3 callersFunctionunfilter
src/lodepng.cpp:4175
↓ 3 callersFunctionupdate_frame
src/graphics.cpp:469
↓ 3 callersMethodupdate_state
src/graphics.hpp:135
↓ 3 callersFunctionwrite_file
src/utilities.hpp:4215
↓ 2 callersFunctionHuffmanTree_makeFromLengths2
Second step for the ...makeFromLengths and ...makeFromFrequencies functions. numcodes, lengths and maxbitlen must already be filled in correctly. retu
src/lodepng.cpp:806
↓ 2 callersFunctionLodePNGBitReader_init
data size argument is in bytes. Returns error if size too large causing overflow */
src/lodepng.cpp:461
↓ 2 callersFunctionLodePNGIText_cleanup
src/lodepng.cpp:2915
↓ 2 callersFunctionLodePNGText_cleanup
src/lodepng.cpp:2859
↓ 2 callersFunctionLodePNGUnknownChunks_cleanup
src/lodepng.cpp:2828
↓ 2 callersFunctionLodePNGUnknownChunks_init
src/lodepng.cpp:2822
↓ 2 callersFunctionaddChunk_PLTE
only adds the chunk if needed (there is a key or palette with alpha) */
src/lodepng.cpp:5070
↓ 2 callersFunctionaddChunk_tEXt
src/lodepng.cpp:5144
↓ 2 callersFunctionaddColorBits
index: bitgroup index, bits: bitgroup size(1, 2 or 4), in: bitgroup value, out: octet array to add bits to*/
src/lodepng.cpp:3067
↓ 2 callersFunctionaddPaddingBits
src/lodepng.cpp:5599
↓ 2 callersFunctionadler32
Return the adler32 of the bytes data[0..len-1]*/
src/lodepng.cpp:2148
↓ 2 callersMethodappend
src/info.cpp:6
↓ 2 callersFunctionas_ulong
src/utilities.hpp:117
↓ 2 callersFunctionaverage
src/utilities.hpp:228
↓ 2 callersFunctionbandwidth_bytes_per_cell_device
src/lbm.cpp:51
↓ 2 callersMethodbuild
src/OpenCL/include/CL/opencl.hpp:6976
↓ 2 callersFunctionclear_console
src/utilities.hpp:3271
↓ 2 callersFunctioncolor_tree_cleanup
src/lodepng.cpp:3095
↓ 2 callersFunctioncolor_tree_get
returns -1 if color not present, its index otherwise*/
src/lodepng.cpp:3106
↓ 2 callersFunctioncontains_any
src/utilities.hpp:2803
↓ 2 callersFunctioncountZeros
src/lodepng.cpp:1550
↓ 2 callersMethoddata
src/utilities.hpp:2945
↓ 2 callersFunctiondecimal_to_string_double
src/utilities.hpp:2677
↓ 2 callersFunctiondecimal_to_string_float
src/utilities.hpp:2669
↓ 2 callersFunctionencodeLZ77
LZ77-encode the data. Return value is error code. The input are raw bytes, the output is in the form of unsigned integers with codes representing for
src/lodepng.cpp:1580
↓ 2 callersMethodenqueueMapBuffer
src/OpenCL/include/CL/opencl.hpp:8711
↓ 2 callersFunctionenqueueMapSVM
src/OpenCL/include/CL/opencl.hpp:10127
↓ 2 callersMethodenqueueUnmapMemObject
src/OpenCL/include/CL/opencl.hpp:9030
↓ 2 callersMethodenqueue_integrate_particles
src/lbm.cpp:246
↓ 2 callersFunctionensureBits17
See ensureBits documentation above. This one ensures up to 17 bits */
src/lodepng.cpp:506
↓ 2 callersFunctionensureBits32
See ensureBits documentation above. This one ensures up to 32 bits */
src/lodepng.cpp:543
↓ 2 callersMethodfind_bounds
src/utilities.hpp:4458
↓ 2 callersMethodflush
src/OpenCL/include/CL/opencl.hpp:9589
↓ 2 callersFunctiongcd
src/utilities.hpp:414
↓ 2 callersFunctiongenerateFixedDistanceTree
get the distance code tree of a deflated block with fixed tree, as specified in the deflate specification*/
src/lodepng.cpp:1076
↓ 2 callersFunctiongenerateFixedLitLenTree
get the literal and length code tree of a deflated block with fixed tree, as per the deflate specification*/
src/lodepng.cpp:1058
↓ 2 callersFunctiongetDevicePlatformVersion
src/OpenCL/include/CL/opencl.hpp:2190
↓ 2 callersMethodgetDevices
! \brief Gets a list of devices for this platform. * * Wraps clGetDeviceIDs(). */
src/OpenCL/include/CL/opencl.hpp:2862
↓ 2 callersFunctiongetHash
src/lodepng.cpp:1531
↓ 2 callersMethodgetInfo
src/OpenCL/include/CL/opencl.hpp:7446
↓ 2 callersFunctiongetNumColorChannels
src/lodepng.cpp:2623
↓ 2 callersMethodget_Dx
get (global) number of lattice points
src/lbm.hpp:458
↓ 2 callersMethodget_Dy
get lattice domains in x-direction
src/lbm.hpp:459
↓ 2 callersMethodget_Dz
get lattice domains in y-direction
src/lbm.hpp:460
↓ 2 callersMethodget_Re_max
get LBM relaxation time
src/lbm.hpp:464
↓ 2 callersMethodget_bitmap
src/lbm.cpp:578
↓ 2 callersFunctionget_exe_path
src/utilities.hpp:3204
↓ 2 callersFunctionget_font_pixels
src/graphics.cpp:80
↓ 2 callersMethodget_nu
get number of lattice domains
src/lbm.hpp:462
↓ 2 callersMethodget_tau
get kinematic shear viscosity
src/lbm.hpp:463
↓ 2 callersFunctionget_textcolor_code
src/utilities.hpp:3349
↓ 2 callersMethodget_zbuffer
src/lbm.cpp:581
↓ 2 callersFunctionhsv_to_rgb
src/utilities.hpp:3102
↓ 2 callersMethodinput_mouse_moved
src/graphics.hpp:192
↓ 2 callersMethodinput_scroll_down
src/graphics.hpp:212
↓ 2 callersMethodinput_scroll_up
src/graphics.hpp:204
↓ 2 callersFunctionisGrayICCProfile
src/lodepng.cpp:5754
↓ 2 callersFunctionisRGBICCProfile
src/lodepng.cpp:5768
↓ 2 callersFunctionkey_linux
src/graphics.cpp:577
↓ 2 callersFunctionkey_windows
src/graphics.cpp:449
↓ 2 callersFunctionlodepng_add_text
src/lodepng.cpp:2897
↓ 2 callersFunctionlodepng_add_text_sized
src/lodepng.cpp:2880
↓ 2 callersFunctionlodepng_assign_icc
same as set but does not delete */
src/lodepng.cpp:2977
↓ 2 callersFunctionlodepng_buffer_file
load file into buffer that already has the correct allocated size. Returns error code.*/
src/lodepng.cpp:361
↓ 2 callersFunctionlodepng_chunk_append
src/lodepng.cpp:2539
↓ 2 callersFunctionlodepng_chunk_check_crc
src/lodepng.cpp:2476
↓ 2 callersFunctionlodepng_chunk_data_const
src/lodepng.cpp:2472
↓ 2 callersFunctionlodepng_chunk_next
src/lodepng.cpp:2491
↓ 2 callersFunctionlodepng_chunk_next_const
src/lodepng.cpp:2507
↓ 2 callersFunctionlodepng_color_mode_alloc_palette
allocates palette memory if needed, and initializes all colors to black*/
src/lodepng.cpp:2652
↓ 2 callersFunctionlodepng_compute_color_stats
stats must already have been inited. */
src/lodepng.cpp:3667
↓ 2 callersFunctionlodepng_convert
src/lodepng.cpp:3499
↓ 2 callersFunctionlodepng_convert_rgb
Converts a single rgb color without alpha from one type to another, color bits truncated to their bitdepth. In case of single channel (gray or palette
src/lodepng.cpp:3580
↓ 2 callersFunctionlodepng_decode
src/lodepng.cpp:4911
← previousnext →201–300 of 1,203, ranked by callers