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

Method SetPartitions

Rendering/VolumeOpenGL2/vtkOpenGLGPUVolumeRayCastMapper.cxx:4001–4007  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

3999
4000//------------------------------------------------------------------------------
4001void vtkOpenGLGPUVolumeRayCastMapper::SetPartitions(
4002 unsigned short x, unsigned short y, unsigned short z)
4003{
4004 this->Impl->Partitions[0] = x;
4005 this->Impl->Partitions[1] = y;
4006 this->Impl->Partitions[2] = z;
4007}
4008
4009//------------------------------------------------------------------------------
4010void vtkOpenGLGPUVolumeRayCastMapper::GetReductionRatio(double* ratio)

Callers 3

LoadMaskMethod · 0.45
UpdateInputsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected