MCPcopy Create free account

hub / github.com/PlotJuggler/PlotJuggler / functions

Functions8,069 in github.com/PlotJuggler/PlotJuggler

↓ 3 callersMethodlegendPosition
! \return Position of the legend \sa setLegendPosition(), QwtPlot::setLegendPosition(), QwtPlot::legendPosition() */
3rdparty/qwt/src/qwt_plot_layout.cpp:1237
↓ 3 callersMethodlegendWidgets
3rdparty/qwt/src/qwt_legend.cpp:112
↓ 3 callersMethodlimited
! Limit the interval, keeping the border modes \param lowerBound Lower limit \param upperBound Upper limit \return Limited interval */
3rdparty/qwt/src/qwt_interval.cpp:336
↓ 3 callersFunctionliveGlVersion
(major, minor) of the live GL context as the DRIVER reports it via glGetString(GL_VERSION) — NOT the requested QSurfaceFormat, which can survive into
pj_scene3D/widgets/tests/gl_scene_test_support.h:34
↓ 3 callersMethodloadCount
pj_plotting/tests/dock_widget_placeholder_test.cpp:149
↓ 3 callersMethodlowerBound
! \return Lower bound of the scale \sa setLowerBound(), setScale(), upperBound() */
3rdparty/qwt/src/qwt_abstract_scale.cpp:88
↓ 3 callersFunctionmakeBox
pj_scene3D/tests/aabb_axis_range_test.cpp:19
↓ 3 callersFunctionmakeByteCountHandler
pj_runtime/tests/runtime_host_object_parser_plugin.cpp:15
↓ 3 callersFunctionmakeDepthFrame
Builds a kDepthR32F frame from metric-depth floats (row-major), as DepthPipelineSource emits.
pj_scene2D/tests/pixel_inspector_test.cpp:28
↓ 3 callersFunctionmakeFastCloud
pj_scene3D/widgets/tests/pointcloud_context_recreation_test.cpp:100
↓ 3 callersMethodmakeMimoFromSource
pj_scripting/src/filter_catalogue.cpp:64
↓ 3 callersFunctionmakePanel
pj_scene3D/widgets/tests/pointcloud_layer_range_coupling_test.cpp:40
↓ 3 callersFunctionmakePoint3dSchema
Helper: build a struct with three float64 fields (x, y, z)
pj_datastore/tests/type_registry_test.cpp:28
↓ 3 callersFunctionmakeTfDataset
Create an engine dataset (source_name keys the cross-session memory), register a FrameTransforms topic under it bound to the emitTfTree parser, push o
pj_scene3D/widgets/tests/scene3d_dock_fixed_frame_test.cpp:70
↓ 3 callersFunctionmakeVideoCodecParams
pj_scene2D/core/src/video_codec_utils.cpp:157
↓ 3 callersFunctionmapUp
pj_scene3D/core/src/camera/camera.cpp:333
↓ 3 callersMethodmarkerLabelForTest
pj_widgets/src/Timeline.cpp:1887
↓ 3 callersFunctionmedianMs
pj_scene3D/demos/pointcloud_aabb_benchmark.cpp:58
↓ 3 callersMethodmergeButton
The header merge button, so the Timeline can wire its click and toggle its enabled state from the selection. Never null after construction.
pj_widgets/src/Timeline.cpp:758
↓ 3 callersFunctionmeshCacheKey
Compose the cache key from the resolved path and the effective flip. A NUL byte separates them: NUL cannot appear in a filesystem path, so the two fli
pj_scene3D/widgets/src/mesh_loader.cpp:402
↓ 3 callersFunctionmeshKey
pj_scene3D/widgets/src/layers/scene_entities_layer.cpp:48
↓ 3 callersMethodminLength
! Calculate the minimum length that is needed to draw the scale \param font Font used for painting the labels \return Minimum length that is
3rdparty/qwt/src/qwt_scale_draw.cpp:560
↓ 3 callersMethodminimumSize
pj_widgets/src/FlowLayout.cpp:76
↓ 3 callersFunctionmono8MosaicFrame
pj_scene2D/tests/codecs_test.cpp:72
↓ 3 callersFunctionmp4VideoFormat
The video stream's codec as a lowercase VideoFrame.format token ("h264"/"h265"/"av1"), or "" if the file has no video / an unmapped codec. Lets a test
pj_scene2D/tests/test_mp4_demux.h:154
↓ 3 callersFunctionmsSince
pj_datastore/benchmarks/concurrency_benchmark.cpp:51
↓ 3 callersFunctionnormalizeSlashes
pj_datastore/src/plugin_data_host.cpp:67
↓ 3 callersFunctionnormalizedPathSegment
pj_widgets/src/CurveTreeView.cpp:45
↓ 3 callersFunctionobjectTypeFromMetadata
pj_runtime/src/CatalogModel.cpp:200
↓ 3 callersMethodonCloseRequested
pj_dialog_host/src/panel_engine.cpp:493
↓ 3 callersMethodonDataCleared
pj_plotting/core/src/PointSeriesXY.cpp:104
↓ 3 callersMethodonDisplayOffsetChanged
pj_plotting/core/src/DatastoreCurveAdapter.cpp:160
↓ 3 callersMethodonStylesheetChanged
pj_app/src/TitleBar.cpp:161
↓ 3 callersMethodonTrackerTime
pj_scene3D/widgets/src/Scene3DDockWidget.cpp:621
↓ 3 callersFunctiononlyPixelLayerFrame
pj_scene2D/core/tests/depth_pipeline_source_test.cpp:58
↓ 3 callersFunctionoriginToMat4
Compose a link/visual origin into a 4x4 matrix: translate(xyz) * Rz * Ry * Rx (URDF RPY convention: extrinsic (fixed-axis) X-Y-Z == intrinsic Z-Y'-X''
pj_scene3D/core/include/pj_scene3d_core/robot_model.h:126
↓ 3 callersMethodoutputKind
pj_datastore/tests/derived_engine_test.cpp:1426
↓ 3 callersFunctionpackRgbaField
pj_scene3D/core/src/voxel_grid_view.cpp:87
↓ 3 callersFunctionpairedToggleSwitch
pj_dialog_host/src/widget_adapters.cpp:367
↓ 3 callersMethodpassHasStagedGridForTest
Whether the render pass currently holds a staged grid (vs. cleared) — distinct from the layer's parse memo; used to pin the back-scrub re-stage regres
pj_scene3D/widgets/include/pj_scene3d_widgets/layers/voxel_grid_layer.h:80
↓ 3 callersFunctionpendingInstallIntentPath
pj_marketplace/src/core/ExtensionManager.cpp:49
↓ 3 callersFunctionpercentile
Linear-interpolated percentile of a sample set (pct in [0,1]). Sorts a copy.
pj_scene3D/demos/mesh_viewer.cpp:433
↓ 3 callersMethodpinPoint
! \return Pin point \sa setPinPoint(), setPinPointEnabled() */
3rdparty/qwt/src/qwt_symbol.cpp:1267
↓ 3 callersFunctionpixelRgbAt
pj_scene2D/widgets/src/pixel_inspector.cpp:99
↓ 3 callersMethodplay
pj_runtime/src/PlaybackEngine.cpp:134
↓ 3 callersMethodplayheadNsForTest
pj_widgets/src/Timeline.cpp:1883
↓ 3 callersMethodplot
pj_plotting/widget/include/pj_plotting/CurveEditor.h:44
↓ 3 callersMethodprogress
pj_app/src/KeySequence.h:38
↓ 3 callersMethodpruneVanishedTopics
pj_runtime/src/SessionManager.cpp:351
↓ 3 callersFunctionpumpFrameAt
Post `ts`, block until the worker decodes a frame, then hand it back.
pj_scene2D/core/tests/depth_pipeline_source_test.cpp:94
↓ 3 callersFunctionpushVideoPackets
Push all video packets from an MP4 file into ObjectStore as decoder-ready units.
pj_scene2D/tests/streaming_video_source_test.cpp:23
↓ 3 callersFunctionputValue
pj_scene3D/tests/pointcloud_bounds_scan_equivalence_test.cpp:76
↓ 3 callersFunctionqwtDegrees
Translate radians into degrees
3rdparty/qwt/src/qwt_math.h:257
↓ 3 callersFunctionqwtDivideMajorStep
3rdparty/qwt/src/qwt_date_scale_engine.cpp:275
↓ 3 callersFunctionqwtDrawLine
3rdparty/qwt/src/qwt_thermo.cpp:26
↓ 3 callersFunctionqwtDrawLineSymbols
3rdparty/qwt/src/qwt_symbol.cpp:424
↓ 3 callersFunctionqwtDrawStyledBackground
3rdparty/qwt/src/qwt_polar_canvas.cpp:22
↓ 3 callersFunctionqwtEffectivePenWidth
3rdparty/qwt/src/qwt_scale_draw.cpp:21
↓ 3 callersFunctionqwtEnableLegendItems
3rdparty/qwt/src/qwt_plot.cpp:27
↓ 3 callersFunctionqwtFastAtan2
Approximation of arc tangent ( error below 0,005 radians )
3rdparty/qwt/src/qwt_math.h:213
↓ 3 callersFunctionqwtFirstDayOfWeek
3rdparty/qwt/src/qwt_date.cpp:140
↓ 3 callersFunctionqwtHsvToRgb
3rdparty/qwt/src/qwt_color_map.cpp:15
↓ 3 callersFunctionqwtIntervalWidth
3rdparty/qwt/src/qwt_date_scale_engine.cpp:67
↓ 3 callersFunctionqwtLog
3rdparty/qwt/src/qwt_scale_engine.cpp:19
↓ 3 callersFunctionqwtPathGraphic
3rdparty/qwt/src/qwt_symbol.cpp:34
↓ 3 callersFunctionqwtRenderItem
3rdparty/qwt/src/qwt_plot_directpainter.cpp:20
↓ 3 callersFunctionqwtResolvedFont
3rdparty/qwt/src/qwt_plot_renderer.cpp:117
↓ 3 callersFunctionqwtScaleDrawAlignment
3rdparty/qwt/src/qwt_slider.cpp:45
↓ 3 callersFunctionqwtScalePenWidth
3rdparty/qwt/src/qwt_plot_renderer.cpp:74
↓ 3 callersFunctionqwtStripRect
3rdparty/qwt/src/qwt_plot_rasteritem.cpp:60
↓ 3 callersFunctionqwtTimeZoneFromSpec
3rdparty/qwt/src/qwt_date.cpp:22
↓ 3 callersFunctionqwtUpdateLegendIconSize
3rdparty/qwt/src/qwt_plot_curve.cpp:37
↓ 3 callersFunctionrawNsToDisplaySeconds
pj_plotting/core/src/DatastoreCurveAdapter.cpp:37
↓ 3 callersFunctionreadFloat32Host
pj_scene3D/core/src/pointcloud_convert.cpp:30
↓ 3 callersFunctionreadFloat64At
pj_scene3D/core/src/pointcloud_convert.cpp:41
↓ 3 callersMethodrecomputeForReplacedSources
pj_runtime/src/DataProcessorService.cpp:165
↓ 3 callersFunctionregisterDepthTopic
pj_scene2D/core/tests/depth_pipeline_source_test.cpp:24
↓ 3 callersMethodremainingCapacity
pj_datastore/src/chunk.cpp:285
↓ 3 callersMethodremoveAllCurves
pj_plotting/widget/src/PlotWidget.cpp:850
↓ 3 callersMethodremoveItems
pj_runtime/src/CatalogModel.cpp:737
↓ 3 callersFunctionrenderTriadBound
pj_scene3D/widgets/src/gizmos/arrow_gizmo.cpp:178
↓ 3 callersMethodreplaceDataset
pj_runtime/src/SessionManager.cpp:432
↓ 3 callersMethodreset
pj_plotting/tests/filtered_curve_adapter_test.cpp:42
↓ 3 callersFunctionresolveImage
pj_scene2D/core/src/image_resolve.cpp:12
↓ 3 callersMethodresolved3
3rdparty/qwt/src/qwt_spline_cubic.cpp:365
↓ 3 callersMethodresolvedDepthTextureId
pj_scene3D/widgets/src/scene_hdr_fbo.cpp:207
↓ 3 callersMethodrestoreTransform
pj_runtime/src/DataProcessorService.cpp:788
↓ 3 callersFunctionrgb
3rdparty/qwt/src/qwt_color_map.h:114
↓ 3 callersMethodrunHeadless
pj_dialog_host/src/dialog_engine.cpp:606
↓ 3 callersMethodsampleAtOrBeforeTime
pj_datastore/src/query.cpp:405
↓ 3 callersMethodsampleFromTime
pj_plotting/core/src/DatastoreCurveAdapter.cpp:170
↓ 3 callersMethodsampledUsesKeyframeOnly
pj_scene2D/core/src/streaming_video_decoder.cpp:273
↓ 3 callersMethodscaleRect
! \brief Calculate the bounding scale rectangle of 2 maps \param xMap Maps x-values into pixel coordinates. \param yMap Maps y-values into p
3rdparty/qwt/src/qwt_plot_item.cpp:705
↓ 3 callersMethodsceneExtentForTest
pj_widgets/src/Timeline.cpp:1879
↓ 3 callersFunctionserializeDepth
Serializes a depth-encoded sdk::Image (the type the depth source consumes — there is no kDepthImage producer).
pj_scene2D/core/tests/depth_pipeline_source_test.cpp:47
↓ 3 callersMethodsetAbsoluteTimeLabels
pj_widgets/src/Timeline.cpp:1177
↓ 3 callersMethodsetActive
pj_widgets/src/IngestProgressWidget.cpp:108
↓ 3 callersMethodsetActive
pj_scene3D/widgets/src/passes/marker_render_pass.cpp:468
↓ 3 callersMethodsetActiveStreamingDataset
Tell the session which dataset is the active live stream (0 = none). While set AND playback is playing, recomputeRange() scopes the playback range to
pj_runtime/include/pj_runtime/AppSession.h:131
↓ 3 callersMethodsetAngleRange
3rdparty/qwt/src/qwt_dial.cpp:842
← previousnext →1,601–1,700 of 8,069, ranked by callers