MCPcopy Create free account
hub / github.com/arrayfire/forge / setMarkerSize

Method setMarkerSize

src/backend/common/chart_renderables.hpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 inline void setMarkerSize(const float pMarkerSize) {
59 mShrdPtr->setMarkerSize(pMarkerSize);
60 }
61
62 inline unsigned mbo() const {
63 return mShrdPtr->markers();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected