------------------------------------------------------------------------------------------------
| 321 | |
| 322 | //------------------------------------------------------------------------------------------------ |
| 323 | vtkImageData* vtkPVTransferFunction2D::GetFunction() |
| 324 | { |
| 325 | if (!this->Internals->Function) |
| 326 | { |
| 327 | this->Build(); |
| 328 | } |
| 329 | return this->Internals->Function; |
| 330 | } |
no test coverage detected