Skip to content
Snippets Groups Projects
Commit ff234c1f authored by Ben Boeckel's avatar Ben Boeckel Committed by Ben Boeckel
Browse files

vtkOSPRayVolumeMapperNode: remove needless parameter

parent cb2f36f1
No related merge requests found
......@@ -45,7 +45,7 @@ public:
//should be controlled by VTK SampleDistance, otherwise
//should use macros and modify self.
void SetSamplingRate(double rate) { this->SamplingRate = rate; }
double GetSamplingRate(double rate) { return this->SamplingRate; }
double GetSamplingRate() { return this->SamplingRate; }
protected:
vtkOSPRayVolumeMapperNode();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment