Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
void 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
39
void vtkCellGridBoundsQuery::AddBounds(vtkBoundingBox& bbox)
40
{
Callers
1
AddBounds
Method · 0.45
Calls
3
copy
Function · 0.50
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected