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

Method AddBox

Common/DataModel/vtkBoundingBox.cxx:55–60  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

53
54//------------------------------------------------------------------------------
55void vtkBoundingBox::AddBox(const vtkBoundingBox& bbox)
56{
57 double bds[6];
58 bbox.GetBounds(bds);
59 this->AddBounds(bds);
60}
61
62//------------------------------------------------------------------------------
63void vtkBoundingBox::AddBounds(const double bounds[6])

Callers 6

ComputeBoundsMethod · 0.80
GetBoundsInternalMethod · 0.80
InitializeFlowMethod · 0.80
GenerateCutsMethod · 0.80
ResizeCutsMethod · 0.80
ExpandCutsMethod · 0.80

Calls 2

AddBoundsMethod · 0.95
GetBoundsMethod · 0.45

Tested by

no test coverage detected