MCPcopy Create free account
hub / github.com/Kitware/VTK / AdjustExtentForCell

Method AdjustExtentForCell

Rendering/VolumeOpenGL2/vtkVolumeTexture.cxx:272–280  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

270
271//------------------------------------------------------------------------------
272void vtkVolumeTexture::AdjustExtentForCell(Size6& extent)
273{
274 int i = 1;
275 while (i < 6)
276 {
277 extent[i]--;
278 i += 2;
279 }
280}
281
282//------------------------------------------------------------------------------
283vtkVolumeTexture::Size3 vtkVolumeTexture::ComputeBlockSize(int* extent)

Callers 3

LoadVolumeMethod · 0.95
CreateBlocksMethod · 0.95
SplitVolumeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected