--------------------------------------------------------------------------
| 604 | |
| 605 | //-------------------------------------------------------------------------- |
| 606 | inline std::string BaseExit( |
| 607 | vtkRenderer* vtkNotUsed(ren), vtkVolumeMapper* vtkNotUsed(mapper), vtkVolume* vtkNotUsed(vol)) |
| 608 | { |
| 609 | return std::string(); |
| 610 | } |
| 611 | |
| 612 | //-------------------------------------------------------------------------- |
| 613 | inline std::string ComputeGradientOpacity1DDecl(vtkVolume* vol, int noOfComponents, |
no test coverage detected