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

Method GetAxisLabel

Rendering/Annotation/vtkSpiderPlotActor.cxx:827–835  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

825
826//------------------------------------------------------------------------------
827const char* vtkSpiderPlotActor::GetAxisLabel(int i)
828{
829 if (i < 0)
830 {
831 return nullptr;
832 }
833
834 return this->Labels->at(i).c_str();
835}
836
837//------------------------------------------------------------------------------
838int vtkSpiderPlotActor::GetNumberOfAxisLabels()

Callers 1

PlaceAxesMethod · 0.95

Calls 2

c_strMethod · 0.45
atMethod · 0.45

Tested by

no test coverage detected