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

Method GetBounds

Common/DataModel/vtkCellGridBoundsQuery.cxx:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29void vtkCellGridBoundsQuery::GetBounds(double* bds)
30{
31 if (!bds)
32 {
33 return;
34 }
35
36 std::copy(this->Bounds.begin(), this->Bounds.end(), bds);
37}
38
39void vtkCellGridBoundsQuery::AddBounds(vtkBoundingBox& bbox)
40{

Callers 1

AddBoundsMethod · 0.45

Calls 3

copyFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected