MCPcopy Create free account
hub / github.com/comaps/comaps / SetTo

Method SetTo

libs/drape_frontend/frame_values.hpp:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40 template <typename ParamsType>
41 void SetTo(ParamsType & params) const
42 {
43 SetProjection(params);
44 SetPivotTransform(params);
45 SetZScale(params);
46 SetFrameTime(params);
47 }
48
49private:
50 DECLARE_SETTER(SetProjection, m_projection)

Callers 15

RenderLinesCapsMethod · 0.80
RenderLinesMethod · 0.80
RenderMarkersMethod · 0.80
RenderTextMethod · 0.80
RenderStubsMethod · 0.80
RenderMethod · 0.80
RenderTrafficMethod · 0.80
RenderAccuracyMethod · 0.80
RenderMyPositionMethod · 0.80
RenderMethod · 0.80
RenderTrackMethod · 0.80
RenderMethod · 0.80

Calls

no outgoing calls

Tested by 1

UNIT_TESTFunction · 0.64