MCPcopy Create free account
hub / github.com/Kitware/VTK / SetLabelFormat

Method SetLabelFormat

Rendering/Annotation/vtkAxisActor.cxx:119–124  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

117
118//------------------------------------------------------------------------------
119void vtkAxisActor::SetLabelFormat(const char* formatArg)
120{
121 std::string format = formatArg ? vtk::to_std_format(formatArg) : "";
122 const char* formatStr = format.c_str();
123 vtkSetStringBodyMacro(LabelFormat, formatStr);
124}
125
126//------------------------------------------------------------------------------
127void vtkAxisActor::ReleaseGraphicsResources(vtkWindow* win)

Callers 13

TestTilingCxxFunction · 0.45
ShallowCopyMethod · 0.45
ShallowCopyMethod · 0.45
PlaceAxesMethod · 0.45
xyPlot2.pyFile · 0.45
cubeAxes.pyFile · 0.45
xyPlot3.pyFile · 0.45
xyPlot.pyFile · 0.45
xyPlot4.pyFile · 0.45

Calls 2

to_std_formatFunction · 0.85
c_strMethod · 0.45

Tested by 2

TestTilingCxxFunction · 0.36
TestXYPlotActorFunction · 0.36