MCPcopy Index your code

hub / github.com/Vicomtech/video-content-description-VCD / functions

Functions1,776 in github.com/Vicomtech/video-content-description-VCD

↓ 157 callersFunctioncreate
cpp/modules/vcd_core/include/nlohmann/json.hpp:17401
↓ 132 callersMethodadd_object_data
(self, uid, object_data, frame_value=None, set_mode=SetMode.union)
vcd/core.py:1275
↓ 126 callersMethodadd_object
(self, name, semantic_type='', frame_value=None, uid=None, ont_uid=None, coordinate_system=None,
vcd/core.py:1146
↓ 122 callersMethodwrite_character
cpp/modules/vcd_core/include/nlohmann/json.hpp:12652
↓ 106 callersMethodsize
cpp/modules/vcd_core/include/nlohmann/json.hpp:2691
↓ 90 callersMethodaddObject
(name: string, semanticType: string, frameValue = null, uid = null, ontUid = null, cs = null, setMode: SetMode
nodejs/src/vcd.core.ts:1136
↓ 89 callersMethodstringify
(pretty = true, validate = true)
nodejs/src/vcd.core.ts:1052
↓ 86 callersMethodaddObjectData
(uid: string | number, objectData: types.ObjectData, frameValue = null, setMode: SetMode = SetMode.union)
nodejs/src/vcd.core.ts:1243
↓ 80 callersMethodsize
cpp/test/TestingFramework/catch.hpp:3406
↓ 77 callersMethodpush_back
! @brief append an unescaped token at the end of the reference pointer @param[in] token token to add @complexity Amortized constant.
cpp/modules/vcd_core/include/nlohmann/json.hpp:11828
↓ 63 callersMethodend
cpp/test/TestingFramework/catch.hpp:3404
↓ 60 callersMethodasStr
()
nodejs/src/vcd.core.ts:203
↓ 58 callersMethodempty
cpp/test/TestingFramework/catch.hpp:7035
↓ 56 callersMethodend
return iterator end (needed for range-based for)
cpp/modules/vcd_core/include/nlohmann/json.hpp:3947
↓ 54 callersFunctionget
cpp/modules/vcd_core/include/nlohmann/json.hpp:3956
↓ 53 callersMethodbegin
cpp/test/TestingFramework/catch.hpp:3403
↓ 53 callersFunctionlist
cpp/test/TestingFramework/catch.hpp:4917
↓ 50 callersMethodas_str
(self)
vcd/core.py:244
↓ 50 callersMethodbegin
return iterator begin (needed for range-based for)
cpp/modules/vcd_core/include/nlohmann/json.hpp:3941
↓ 50 callersFunctioncheck_openlabel
(openlabel, openlabel_file_name, force_write=False)
tests/test_config.py:9
↓ 48 callersMethodadd_attribute
(self, object_data)
vcd/types.py:217
↓ 47 callersMethodaddAttribute
( objectData )
nodejs/src/vcd.types.ts:297
↓ 44 callersMethodget
(self)
vcd/core.py:139
↓ 43 callersMethodinsert
cpp/modules/vcd_core/include/nlohmann/json.hpp:16542
↓ 39 callersFunctionadd
add a character to token_buffer
cpp/modules/vcd_core/include/nlohmann/json.hpp:7272
↓ 37 callersMethodadd_coordinate_system
(self, name, cs_type, parent_name="", pose_wrt_parent=None)
vcd/core.py:939
↓ 36 callersFunctiontype_name
! @brief return the type as string Returns the type name as string to be used in error messages - usually to indicate that a function was
cpp/modules/vcd_core/include/nlohmann/json.hpp:23411
↓ 35 callersMethodempty
! @brief return whether pointer points to the root document @return true iff the JSON pointer points to the root document @complexity Co
cpp/modules/vcd_core/include/nlohmann/json.hpp:11853
↓ 34 callersMethodrun
cpp/test/TestingFramework/catch.hpp:5654
↓ 32 callersFunctionbasic_json
! @brief create an empty value with a given type Create an empty JSON value with a given type. The value will be default initialized with
cpp/modules/vcd_core/include/nlohmann/json.hpp:17830
↓ 31 callersMethodparse_error
cpp/modules/vcd_core/include/nlohmann/json.hpp:2463
↓ 30 callersMethodVCD
////////////////////////////////////////// VCD //////////////////////////////////////////
cpp/modules/vcd_core/src/vcd.cpp:8
↓ 29 callersMethodadd
cpp/test/TestingFramework/catch.hpp:7526
↓ 29 callersMethodboolean
cpp/modules/vcd_core/include/nlohmann/json.hpp:5812
↓ 28 callersMethodadd_stream
(self, stream_name, uri, description, stream_type)
vcd/core.py:975
↓ 27 callersMethodadd_stream_properties
(self, stream_name, properties=None, intrinsics=None, stream_sync=None)
vcd/core.py:1003
↓ 26 callersMethodkey
cpp/modules/vcd_core/include/nlohmann/json.hpp:5847
↓ 26 callersMethodtoString
cpp/test/TestingFramework/catch.hpp:3408
↓ 25 callersMethodget_relation
(self, uid)
vcd/core.py:1403
↓ 24 callersFunctionassert_invariant
! @brief checks the class invariants This function asserts the class invariants. It needs to be called at the end of every constructor to
cpp/modules/vcd_core/include/nlohmann/json.hpp:17710
↓ 24 callersMethodgetRelation
(uid: string | number)
nodejs/src/vcd.core.ts:1411
↓ 24 callersMethodget_dict
(self)
vcd/core.py:136
↓ 24 callersFunctionis_object
! @brief return whether value is an object This function returns true if and only if the JSON value is an object. @return `true` if type
cpp/modules/vcd_core/include/nlohmann/json.hpp:19051
↓ 23 callersMethod__init__
(self, name, val, coordinate_system=None, properties=None, type=None)
vcd/types.py:267
↓ 23 callersMethodfind
cpp/test/TestingFramework/catch.hpp:7503
↓ 22 callersFunctionround
(number_float)
vcd/utils.py:589
↓ 21 callersMethodbind
cpp/test/TestingFramework/catch.hpp:3803
↓ 20 callersMethodempty
(self)
vcd/core.py:132
↓ 20 callersMethodget_object_data
(self, uid, data_name, frame_num=None)
vcd/core.py:1572
↓ 20 callersMethodoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
cpp/modules/vcd_core/include/nlohmann/json.hpp:11347
↓ 19 callersMethodnumber_integer
cpp/modules/vcd_core/include/nlohmann/json.hpp:5817
↓ 19 callersMethodscopedElement
cpp/test/TestingFramework/catch.hpp:7931
↓ 18 callersMethodaddAction
(name: string, semanticType: string, frameValue = null, uid = null, ontUid = null, cs = null, setMode: SetMode
nodejs/src/vcd.core.ts:1140
↓ 18 callersMethodadd_action
(self, name, semantic_type='', frame_value=None, uid=None, ont_uid=None, coordinate_system=None,
vcd/core.py:1151
↓ 18 callersMethodempty
()
nodejs/src/vcd.core.ts:114
↓ 18 callersMethodgetData
()
nodejs/src/vcd.core.ts:1271
↓ 18 callersMethodgetDict
()
nodejs/src/vcd.core.ts:118
↓ 18 callersFunctioninput_adapter
cpp/modules/vcd_core/include/nlohmann/json.hpp:5088
↓ 18 callersMethodpoint2Pixel
(self, _point)
vcd/draw.py:718
↓ 18 callersMethodpop_back
! @brief remove last reference token @pre not `empty()` @liveexample{The example shows the usage of `pop_back`.,json_pointer__pop_back}
cpp/modules/vcd_core/include/nlohmann/json.hpp:11782
↓ 18 callersMethodsax_parse
cpp/modules/vcd_core/include/nlohmann/json.hpp:10265
↓ 17 callersMethoddraw
(self, _img, _frameNum, _params=None)
vcd/draw.py:936
↓ 17 callersMethodgetObjectData
(uid: string | number, dataName: string, frameNum = null)
nodejs/src/vcd.core.ts:1607
↓ 17 callersMethodget_camera
This function explores the VCD content searching for the camera parameters of camera "camera_name", specific for frameNum if specifie
vcd/scl.py:518
↓ 17 callersMethodget_object
(self, uid)
vcd/core.py:1391
↓ 17 callersMethodget_token_string
! @return a string representation of the last read byte */
cpp/modules/vcd_core/include/nlohmann/json.hpp:10037
↓ 17 callersFunctionto_json
cpp/modules/vcd_core/include/nlohmann/json.hpp:4213
↓ 17 callersMethodtotal
cpp/test/TestingFramework/catch.hpp:1739
↓ 17 callersFunctiontype
! @brief return the type of the JSON value (explicit) Return the type of the JSON value as a value from the @ref value_t enumeration.
cpp/modules/vcd_core/include/nlohmann/json.hpp:18812
↓ 16 callersFunctionend
! @brief returns an iterator to one past the last element Returns an iterator to one past the last element. @image html range-begin-end.
cpp/modules/vcd_core/include/nlohmann/json.hpp:21037
↓ 16 callersMethodget_frame
(self, frame_num)
vcd/core.py:1432
↓ 16 callersMethodhas
(self, element_type, uid)
vcd/core.py:1327
↓ 16 callersFunctionis_array
! @brief return whether value is an array This function returns true if and only if the JSON value is an array. @return `true` if type i
cpp/modules/vcd_core/include/nlohmann/json.hpp:19073
↓ 16 callersFunctionis_null
! @brief return whether value is null This function returns true if and only if the JSON value is null. @return `true` if type is null,
cpp/modules/vcd_core/include/nlohmann/json.hpp:18892
↓ 15 callersFunctioncombine
boost::hash_combine
cpp/modules/vcd_core/include/nlohmann/json.hpp:4595
↓ 15 callersFunctionfrom_json
cpp/modules/vcd_core/include/nlohmann/json.hpp:3426
↓ 15 callersMethodgetObject
(uid: string | number)
nodejs/src/vcd.core.ts:1395
↓ 15 callersFunctionget_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
cpp/modules/vcd_core/include/nlohmann/json.hpp:7319
↓ 15 callersFunctiontoString
cpp/test/TestingFramework/catch.hpp:1232
↓ 14 callersMethodaddActionData
(uid: string | number, actionData: types.ObjectData, frameValue = null, setMode: SetMode = SetMode.union)
nodejs/src/vcd.core.ts:1247
↓ 14 callersMethodaddTag
( semanticType: string, uid = null, ontUid=null, resUid=null)
nodejs/src/vcd.core.ts:1166
↓ 14 callersMethodadd_action_data
(self, uid, action_data, frame_value=None, set_mode=SetMode.union)
vcd/core.py:1279
↓ 14 callersMethodadd_rdf
(self, relation_uid, rdf_type, element_uid, element_type)
vcd/core.py:1188
↓ 14 callersMethodadd_tag
(self, semantic_type='', uid=None, ont_uid=None, res_uid=None, **kwargs)
vcd/core.py:1179
↓ 14 callersMethodfind
cpp/modules/vcd_core/include/nlohmann/json.hpp:16518
↓ 14 callersMethodget
()
nodejs/src/vcd.core.ts:121
↓ 14 callersMethodget_element_frame_intervals
(self, element_type, uid)
vcd/core.py:1703
↓ 14 callersMethodnumber_unsigned
cpp/modules/vcd_core/include/nlohmann/json.hpp:5822
↓ 14 callersFunctionstartsWith
cpp/test/TestingFramework/catch.hpp:3473
↓ 14 callersMethodtestSpec
cpp/test/TestingFramework/catch.hpp:2969
↓ 13 callersMethodadd_ontology
(self, ontology_name, subset_include=None, subset_exclude=None, **kwargs)
vcd/core.py:910
↓ 12 callersMethodaddOntology
(ontologyName: string, subsetInclude=null, subsetExclude=null, additionalProperties=null)
nodejs/src/vcd.core.ts:845
↓ 12 callersMethodaddTagData
(uid: string | number, tagData: types.ObjectData, frameValue = null, setMode: SetMode = SetMode.union)
nodejs/src/vcd.core.ts:1255
↓ 12 callersMethodadd_tag_data
(self, uid, tag_data, frame_value=None, set_mode=SetMode.union)
vcd/core.py:1291
↓ 12 callersMethodgetElementFrameIntervals
(elementType: ElementType, uid: string | number)
nodejs/src/vcd.core.ts:1777
↓ 12 callersMethodgetResultType
cpp/test/TestingFramework/catch.hpp:6522
↓ 12 callersMethodget_element
(self, element_type, uid)
vcd/core.py:1364
↓ 12 callersFunctionopCast
cpp/test/TestingFramework/catch.hpp:833
↓ 12 callersMethodreset
cpp/test/TestingFramework/catch.hpp:371
↓ 11 callersMethodaddCoordinateSystem
(name: string, csType: types.CoordinateSystemType, parentName: string = "", poseWrtParent=null, uid = null)
nodejs/src/vcd.core.ts:891
next →1–100 of 1,776, ranked by callers