MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / setTransformService

Method setTransformService

pj_app/src/FileLoader.h:112–114  ·  view source on GitHub ↗

3D TF ingest is triggered at load time through this service (owned by the app shell, not the domain-neutral runtime). When unset, TF ingest is skipped — non-3D builds simply never set it.

Source from the content-addressed store, hash-verified

110 // app shell, not the domain-neutral runtime). When unset, TF ingest is
111 // skipped — non-3D builds simply never set it.
112 void setTransformService(pj::scene3d::TransformService* service) {
113 transform_service_ = service;
114 }
115
116 // Full filesystem path the given dataset was loaded from, or empty if this
117 // loader did not create it (e.g. a streaming or test dataset, or an id it has

Callers 2

MainWindowMethod · 0.45
makeSceneDockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected