MCPcopy 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
30template <>
31inline void GetBounds(vtkDataSet* first, double bds[6])
32{
33 first->GetBounds(bds);
34}
35
36/**
37 * operator() for back-to-front sorting.

Callers 1

SortFunction · 0.70

Calls 1

GetBoundsMethod · 0.45

Tested by

no test coverage detected