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