------------------------------------------------------------------------------------------------
| 83 | |
| 84 | //------------------------------------------------------------------------------------------------ |
| 85 | vtkImageData* vtkPVTransferFunction2DBox::GetTexture() |
| 86 | { |
| 87 | this->ComputeTexture(); |
| 88 | return this->Texture; |
| 89 | } |
| 90 | |
| 91 | //------------------------------------------------------------------------------------------------ |
| 92 | void vtkPVTransferFunction2DBox::ComputeTexture() |
no test coverage detected