---------------------------------------------------------------------------
| 3890 | |
| 3891 | //--------------------------------------------------------------------------- |
| 3892 | inline std::string WorkerImplementation( |
| 3893 | vtkRenderer* vtkNotUsed(ren), vtkVolumeMapper* vtkNotUsed(mapper), vtkVolume* vtkNotUsed(vol)) |
| 3894 | { |
| 3895 | return std::string("\ |
| 3896 | \n initializeRayCast();\ |
| 3897 | \n castRay(-1.0, -1.0);\ |
| 3898 | \n finalizeRayCast();"); |
| 3899 | } |
| 3900 | |
| 3901 | //--------------------------------------------------------------------------- |
| 3902 | inline std::string ImageSampleDeclarationFrag( |
no test coverage detected