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

Method SortMappers

Rendering/VolumeOpenGL2/vtkMultiBlockVolumeMapper.cxx:141–145  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

139
140//------------------------------------------------------------------------------
141void vtkMultiBlockVolumeMapper::SortMappers(vtkRenderer* ren, vtkMatrix4x4* volumeMat)
142{
143 vtkBlockSortHelper::BackToFront<vtkVolumeMapper> sortMappers(ren, volumeMat);
144 vtkBlockSortHelper::Sort(this->Mappers.begin(), this->Mappers.end(), sortMappers);
145}
146
147//------------------------------------------------------------------------------
148double* vtkMultiBlockVolumeMapper::GetBounds()

Callers 1

RenderMethod · 0.95

Calls 3

SortFunction · 0.50
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected