MCPcopy Create free account

hub / github.com/assimp/assimp / functions

Functions16,928 in github.com/assimp/assimp

↓ 13 callersMethodatt_unique_id
The unique id of the attribute that this metadata belongs to.
contrib/draco/src/draco/metadata/geometry_metadata.h:36
↓ 13 callersMethodclear
include/assimp/XmlParser.h:267
↓ 13 callersFunctionclzll
contrib/rapidjson/include/rapidjson/internal/clzll.h:32
↓ 13 callersMethodeval_number
contrib/pugixml/src/pugixml.cpp:11001
↓ 13 callersMethodeval_string
contrib/pugixml/src/pugixml.cpp:11181
↓ 13 callersFunctiongetField
port/jassimp/jassimp-native/src/jassimp.cpp:107
↓ 13 callersMethodgetTyped
Helper method. Returns typed property data. @param <T> type @param key the key @param clazz type @return the data
port/jassimp/jassimp/src/jassimp/AiMaterial.java:1093
↓ 13 callersFunctionmz_zip_reader_file_stat
contrib/zip/src/miniz.h:10221
↓ 13 callersFunctionnext
contrib/utf8cpp/source/utf8/checked.h:123
↓ 13 callersFunctionsend_bits
(s, value, length)
contrib/zlib/trees.c:186
↓ 13 callersMethodset_n
contrib/googletest/googlemock/test/gmock-matchers-containers_test.cc:628
↓ 13 callersMethodset_num_points
Sets the number of points. It's the caller's responsibility to ensure the new number is valid with respect to the PointAttributes stored in the point
contrib/draco/src/draco/point_cloud/point_cloud.h:200
↓ 13 callersFunctionstrtol10
------------------------------------------------------------------------------------ signed variant of strtoul10 -------------------------------------
include/assimp/fast_atof.h:153
↓ 13 callersFunctiontransform
Apply a transformation matrix on a 3D vector. :param vector3: array with 3 elements :param matrix4x4: 4x4 matrix
port/PyAssimp/pyassimp/helper.py:69
↓ 13 callersMethodvertex_to_data_map
contrib/draco/src/draco/compression/attributes/prediction_schemes/mesh_prediction_scheme_data.h:46
↓ 13 callersFunctionzip_entry_index
contrib/zip/src/zip.c:1402
↓ 12 callersMethodAddP70colorA
code/AssetLib/FBX/FBXExportNode.cpp:94
↓ 12 callersFunctionBoolFromGTestEnv
Reads and returns the Boolean environment variable corresponding to the given flag; if it's not set, returns default_value. The value is considered t
contrib/googletest/googletest/src/gtest-port.cc:1324
↓ 12 callersFunctionConvertCartesianPoint
------------------------------------------------------------------------------------------------
code/AssetLib/IFC/IFCUtil.cpp:486
↓ 12 callersMethodCopyAndAdvance
--------------------------------------------------------------------- Copy n bytes to an external buffer * @param out Destination for copying
include/assimp/StreamReader.h:241
↓ 12 callersFunctionCopyValue
* Copy a 4x4 matrix from struct aiMatrix to typedef mat4. * Also converts from row-major to column-major storage. */
code/AssetLib/glTF/glTFExporter.cpp:162
↓ 12 callersFunctionCrossProduct
contrib/draco/src/draco/core/vector_d.h:317
↓ 12 callersMethodDecodeLeastSignificantBits32
contrib/draco/src/draco/compression/bit_coders/rans_bit_decoder.cc:68
↓ 12 callersMethodDefault
contrib/rapidjson/include/rapidjson/reader.h:203
↓ 12 callersMethodEndObj
code/AssetLib/Assjson/json_exporter.cpp:127
↓ 12 callersFunctionEq
contrib/googletest/googletest/include/gtest/gtest-matchers.h:862
↓ 12 callersFunctionExpectation
contrib/googletest/googlemock/include/gmock/gmock-spec-builders.h:485
↓ 12 callersMethodGetEntryString
contrib/draco/src/draco/metadata/metadata.cc:91
↓ 12 callersMethodGetSpeed
Returns the maximum speed for both encoding/decoding.
contrib/draco/src/draco/compression/config/encoder_options.h:54
↓ 12 callersFunctionGetTestCases
Returns a list of test cases in the given full test names. Args: tests: a list of full test names Returns: A list of test cases from 'te
contrib/googletest/googletest/test/googletest-shuffle-test.py:108
↓ 12 callersMethodGetType
code/AssetLib/AC/ACLoader.h:119
↓ 12 callersMethodInit
contrib/draco/src/draco/compression/attributes/prediction_schemes/prediction_scheme_decoding_transform.h:35
↓ 12 callersFunctionInvokeWithoutArgs
contrib/googletest/googlemock/include/gmock/gmock-actions.h:1962
↓ 12 callersFunctionIsAsciiDigit
Returns true if and only if ch belongs to the given classification. Unlike similar functions in <ctype.h>, these aren't affected by the current locale
contrib/googletest/googletest/src/gtest-port.cc:737
↓ 12 callersFunctionIsEmpty
Creates a polymorphic matcher that matches an empty container or C-style string. The container must support both size() and empty(), which all STL-lik
contrib/googletest/googlemock/include/gmock/gmock-more-matchers.h:93
↓ 12 callersMethodIsPrime
contrib/googletest/googletest/samples/sample8_unittest.cc:61
↓ 12 callersFunctionIsReadableTypeName
Returns true if the given type name is easy to read by a human. This is used to decide whether printing the type of a value might be helpful.
contrib/googletest/googlemock/include/gmock/gmock-matchers.h:575
↓ 12 callersMethodIsValid
contrib/rapidjson/include/rapidjson/schema.h:383
↓ 12 callersFunctionMostSignificantBit
Returns the location of the most significant bit in the input integer |n|. The functionality is not defined for |n == 0|.
contrib/draco/src/draco/core/bit_utils.h:58
↓ 12 callersMethodNumPropertyAttributesIndexMaterialMasks
contrib/draco/src/draco/mesh/mesh.h:276
↓ 12 callersFunctionOrientation
contrib/clipper/clipper.cpp:392
↓ 12 callersFunctionPut
contrib/rapidjson/include/rapidjson/encodings.h:250
↓ 12 callersFunctionRandomSeedFlag
(n)
contrib/googletest/googletest/test/googletest-shuffle-test.py:72
↓ 12 callersFunctionReadVector
------------------------------------------------------------------------------------------------
code/AssetLib/MS3D/MS3DLoader.cpp:105
↓ 12 callersMethodRelease
samples/SimpleTexturedDirectx11/SimpleTexturedDirectx11/Mesh.h:27
↓ 12 callersFunctionRunAndReturnOutput
Runs the test program and returns its output.
contrib/googletest/googletest/test/googletest-failfast-unittest.py:92
↓ 12 callersMethodSetAttributeName
contrib/draco/src/draco/metadata/property_attribute.cc:43
↓ 12 callersMethodSetCompressionEnabled
Enables or disables Draco geometry compression for this mesh.
contrib/draco/src/draco/point_cloud/point_cloud.h:204
↓ 12 callersMethodSetCompressionOptions
Sets |options| that configure Draco geometry compression. This does not enable or disable compression.
contrib/draco/src/draco/point_cloud/point_cloud.h:209
↓ 12 callersFunctionSetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
contrib/googletest/googletest/test/googletest-failfast-unittest.py:83
↓ 12 callersMethodSetExplicitMapping
This function sets the mapping to be explicitly using the indices_map_ array that needs to be initialized by the caller.
contrib/draco/src/draco/attributes/point_attribute.h:94
↓ 12 callersMethodSetFace
contrib/draco/src/draco/mesh/mesh.h:64
↓ 12 callersMethodSetLabel
contrib/draco/src/draco/mesh/mesh_features.cc:40
↓ 12 callersMethodSetQuantizationBits
contrib/draco/src/draco/compression/draco_compression_options.cc:25
↓ 12 callersFunctionShuffleFlag
()
contrib/googletest/googletest/test/googletest-shuffle-test.py:68
↓ 12 callersMethodStartObj
code/AssetLib/Assjson/json_exporter.cpp:114
↓ 12 callersFunctionTAcCheckedLoadFloatArray
code/AssetLib/AC/ACLoader.cpp:117
↓ 12 callersFunctionTestInitGoogleMock
contrib/googletest/googlemock/test/gmock_test.cc:48
↓ 12 callersFunctionTopX
contrib/clipper/clipper.cpp:622
↓ 12 callersFunctionTruly
contrib/googletest/googlemock/include/gmock/gmock-matchers.h:4670
↓ 12 callersFunctionValue
contrib/googletest/googlemock/include/gmock/gmock-matchers.h:5060
↓ 12 callersFunctionWhenSortedBy
contrib/googletest/googlemock/include/gmock/gmock-matchers.h:4712
↓ 12 callersFunctionXMLIDEncode
------------------------------------------------------------------------------------------------ Encodes a string into a valid XML ID using the xsd:ID
code/AssetLib/Collada/ColladaExporter.cpp:121
↓ 12 callersFunction_m3d_stridx
return offset of string */
code/AssetLib/M3D/m3d.h:2916
↓ 12 callersFunctionaiGetMaterialColor
------------------------------------------------------------------------------------------------ Get a color (3 or 4 floats) from the material
code/Material/MaterialSystem.cpp:278
↓ 12 callersFunctionallow_insert_attribute
contrib/pugixml/src/pugixml.cpp:4424
↓ 12 callersMethodas_int
contrib/pugixml/src/pugixml.cpp:5306
↓ 12 callersFunctionbits
* Return need bits from the input stream. This always leaves less than * eight bits in the buffer. bits() works properly for need == 0. * * Forma
contrib/zlib/contrib/puff/puff.c:126
↓ 12 callersMethodcurrent_test_result
Returns the most specific TestResult currently running.
contrib/googletest/googletest/src/gtest.cc:6251
↓ 12 callersFunctiondeflateStateCheck
========================================================================= * Check for a valid deflate stream state. Return 0 if ok, 1 if not. */
contrib/zlib/deflate.c:389
↓ 12 callersMethodfirst_child
contrib/pugixml/src/pugixml.cpp:5961
↓ 12 callersFunctionflush_pending
========================================================================= * Flush as much pending output as possible. All deflate() output, except fo
contrib/zlib/deflate.c:782
↓ 12 callersMethodgetType
code/AssetLib/3MF/3MFTypes.h:163
↓ 12 callersFunctionisEndOfBuffer
code/AssetLib/Obj/ObjTools.h:61
↓ 12 callersMethodis_mapping_identity
contrib/draco/src/draco/attributes/point_attribute.h:63
↓ 12 callersFunctionis_not_qnan
include/assimp/qnan.h:164
↓ 12 callersMethodload
contrib/pugixml/src/pugixml.cpp:7694
↓ 12 callersMethodname
contrib/draco/src/draco/attributes/geometry_attribute.h:290
↓ 12 callersMethodnum_entries
contrib/draco/src/draco/metadata/metadata.h:154
↓ 12 callersMethodoptions
Returns the options instance used by the decoder that can be used by users to control the decoding process.
contrib/draco/src/draco/compression/decode.h:72
↓ 12 callersMethodset_unique_id
contrib/draco/src/draco/attributes/geometry_attribute.h:288
↓ 12 callersMethodstart_timestamp
Gets the time of the test program start, in ms from the start of the UNIX epoch.
contrib/googletest/googletest/src/gtest.cc:5243
↓ 12 callersFunctionstbi__grow_buffer_unsafe
contrib/stb/stb_image.h:2075
↓ 12 callersFunctionstbi__zreceive
contrib/stb/stb_image.h:4214
↓ 12 callersFunctionstrtoul16
------------------------------------------------------------------------------------ Convert a string in hex format to a number ----------------------
include/assimp/fast_atof.h:105
↓ 12 callersFunctionvector_norm
Return length, i.e. eucledian norm, of ndarray along axis. >>> v = numpy.random.random(3) >>> n = vector_norm(v) >>> numpy.allclose(n, nu
port/PyAssimp/scripts/transformations.py:1535
↓ 12 callersMethodx
contrib/googletest/googletest/test/gtest_unittest.cc:5123
↓ 11 callersMethodAddInstance
contrib/draco/src/draco/scene/instance_array.cc:30
↓ 11 callersMethodAddP70int
code/AssetLib/FBX/FBXExportNode.cpp:64
↓ 11 callersMethodAddP70time
code/AssetLib/FBX/FBXExportNode.cpp:129
↓ 11 callersFunctionAllOfMatches
Helper to allow easy testing of AllOf matchers with num parameters.
contrib/googletest/googlemock/test/gmock-matchers-arithmetic_test.cc:424
↓ 11 callersFunctionAlwaysTrue
contrib/googletest/googletest/src/gtest.cc:6312
↓ 11 callersFunctionAnyOfMatches
Helper to allow easy testing of AnyOf matchers with num parameters.
contrib/googletest/googlemock/test/gmock-matchers-arithmetic_test.cc:603
↓ 11 callersMethodClear
-------------------------------------------------------------------------------
tools/assimp_view/LogWindow.cpp:129
↓ 11 callersMethodClear
contrib/rapidjson/include/rapidjson/internal/stack.h:99
↓ 11 callersFunctionCombine
contrib/googletest/googletest/include/gtest/gtest-param-test.h:406
↓ 11 callersFunctionConvertDirection
------------------------------------------------------------------------------------------------
code/AssetLib/IFC/IFCUtil.cpp:500
↓ 11 callersMethodCopyFrom
contrib/draco/src/draco/attributes/point_attribute.cc:46
↓ 11 callersFunctionCopyPtrArray
code/Common/SceneCombiner.cpp:973
↓ 11 callersFunctionDeathTestAbort
Routine for aborting the program which is safe to call from an exec-style death test child process, in which case the error message is propagated back
contrib/googletest/googletest/src/gtest-death-test.cc:291
← previousnext →701–800 of 16,928, ranked by callers