------------------------------------------------------------------------------
| 27 | |
| 28 | //------------------------------------------------------------------------------ |
| 29 | void vtkOpenGLVolumeLookupTable::Activate() |
| 30 | { |
| 31 | if (!this->TextureObject) |
| 32 | { |
| 33 | return; |
| 34 | } |
| 35 | this->TextureObject->Activate(); |
| 36 | } |
| 37 | |
| 38 | //------------------------------------------------------------------------------ |
| 39 | void vtkOpenGLVolumeLookupTable::Deactivate() |
no outgoing calls
no test coverage detected