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

Method GetCurrentBlock

Rendering/VolumeOpenGL2/vtkVolumeTexture.cxx:210–213  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

208
209//------------------------------------------------------------------------------
210vtkVolumeTexture::VolumeBlock* vtkVolumeTexture::GetCurrentBlock()
211{
212 return this->SortedVolumeBlocks[this->CurrentBlockIdx];
213}
214
215//------------------------------------------------------------------------------
216void vtkVolumeTexture::CreateBlocks(unsigned int format, unsigned int internalFormat, int type)

Callers 8

BindTransformationsMethod · 0.80
FinishRenderingMethod · 0.80
RenderSingleInputMethod · 0.80
RenderPieceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected