MCPcopy 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

30VTK_ABI_NAMESPACE_BEGIN
31template <>
32inline void GetBounds(vtkSmartVolumeMapper* first, double bds[6])
33{
34 first->GetInput()->GetBounds(bds);
35}
36VTK_ABI_NAMESPACE_END
37}
38

Callers

nothing calls this directly

Calls 2

GetBoundsMethod · 0.45
GetInputMethod · 0.45

Tested by

no test coverage detected