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

Method GetBounds

Rendering/Annotation/vtkAxesActor.cxx:324–333  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

322
323//------------------------------------------------------------------------------
324void vtkAxesActor::GetBounds(double bounds[6])
325{
326 const double* bds = this->GetBounds();
327 bounds[0] = bds[0];
328 bounds[1] = bds[1];
329 bounds[2] = bds[2];
330 bounds[3] = bds[3];
331 bounds[4] = bds[4];
332 bounds[5] = bds[5];
333}
334
335//------------------------------------------------------------------------------
336// Get the bounds for this Actor as (Xmin,Xmax,Ymin,Ymax,Zmin,Zmax).

Callers 15

RenderOpaqueGeometryMethod · 0.45
GetScalarBarRectMethod · 0.45
AdjustAxesMethod · 0.45
BuildAxesMethod · 0.45
DetermineRenderAxesMethod · 0.45
GetRenderedBoundsMethod · 0.45
UpdatePropsMethod · 0.45

Calls 1

maxFunction · 0.50

Tested by 7

TestAnariImplicitsFunction · 0.36
TestAnariCylinderFunction · 0.36
TestAnariLightsFunction · 0.36
TestAnariMaterialsFunction · 0.36
TestAnariSphereFunction · 0.36