------------------------------------------------------------------------------
| 57 | |
| 58 | //------------------------------------------------------------------------------ |
| 59 | vtkVolumeTexture::~vtkVolumeTexture() |
| 60 | { |
| 61 | this->ClearBlocks(); |
| 62 | } |
| 63 | |
| 64 | //------------------------------------------------------------------------------ |
| 65 | vtkStandardNewMacro(vtkVolumeTexture); |
nothing calls this directly
no test coverage detected