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

Method GetBounds

Rendering/Annotation/vtkAxisActor.cxx:1353–1356  ·  view source on GitHub ↗

----------------------------------------------------------------------------- Retrieves the bounds of this actor. -----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1351// Retrieves the bounds of this actor.
1352//-----------------------------------------------------------------------------**
1353double* vtkAxisActor::GetBounds()
1354{
1355 return this->Bounds;
1356}
1357
1358//-----------------------------------------------------------------------------**
1359// Retrieves the bounds of this actor.

Callers 6

BuildAxisGridLinesMethod · 0.95
SetLabelPositionsMethod · 0.45
BuildTitleMethod · 0.45
BuildExponentMethod · 0.45
ComputeMaxLabelLengthMethod · 0.45
ComputeTitleLengthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected