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

Function SetTotalLength

Rendering/Annotation/vtkAxesActor.h:121–121  ·  view source on GitHub ↗

@{ * Set the total length of the axes in 3 dimensions. */

Source from the content-addressed store, hash-verified

119 * Set the total length of the axes in 3 dimensions.
120 */
121 void SetTotalLength(double v[3]) { this->SetTotalLength(v[0], v[1], v[2]); }
122 void SetTotalLength(double x, double y, double z);
123 vtkGetVectorMacro(TotalLength, double, 3);
124 ///@}

Callers

nothing calls this directly

Calls 1

SetTotalLengthMethod · 0.80

Tested by

no test coverage detected