Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetBounds
Function
GetBounds
Rendering/Volume/vtkBlockSortHelper.h:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
template <>
31
inline void GetBounds(vtkDataSet* first, double bds[6])
32
{
33
first->GetBounds(bds);
34
}
35
36
/**
37
* operator() for back-to-front sorting.
Callers
1
Sort
Function · 0.70
Calls
1
GetBounds
Method · 0.45
Tested by
no test coverage detected