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

Function GetAdjustedNumberOfLabels

Rendering/Annotation/vtkAxisActor2D.h:271–275  ·  view source on GitHub ↗

* Get the number of labels */

Source from the content-addressed store, hash-verified

269 * Get the number of labels
270 */
271 virtual int GetAdjustedNumberOfLabels()
272 {
273 this->UpdateAdjustedRange();
274 return this->AdjustedNumberOfLabels;
275 }
276
277 /**
278 * Return the positions of ticks along the axis

Callers

nothing calls this directly

Calls 1

UpdateAdjustedRangeMethod · 0.80

Tested by

no test coverage detected