Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/VTK
/ GetBounds
Function
GetBounds
Rendering/VolumeOpenGL2/vtkMultiBlockVolumeMapper.cxx:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
VTK_ABI_NAMESPACE_BEGIN
31
template <>
32
inline void GetBounds(vtkSmartVolumeMapper* first, double bds[6])
33
{
34
first->GetInput()->GetBounds(bds);
35
}
36
VTK_ABI_NAMESPACE_END
37
}
38
Callers
nothing calls this directly
Calls
2
GetBounds
Method · 0.45
GetInput
Method · 0.45
Tested by
no test coverage detected