Home
last modified time | relevance | path

Searched refs:ExponentFactor (Results 1 – 12 of 12) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Imaging/Hybrid/
H A DvtkGaussianSplatter.h147 vtkSetMacro(ExponentFactor,double);
148 vtkGetMacro(ExponentFactor,double);
254 (this->ExponentFactor*(dist2)/(this->Radius2))); in SetScalar()
300 double ExponentFactor; // scale exponent of gaussian function variable
H A DvtkCheckerboardSplatter.h184 vtkSetMacro(ExponentFactor,double);
185 vtkGetMacro(ExponentFactor,double);
334 double ExponentFactor; // scale exponent of gaussian function variable
H A DvtkCheckerboardSplatter.cxx56 double ExponentFactor; //scale the gaussian exponent member in vtkCheckerboardSplatterAlgorithm
257 (this->ExponentFactor*(dist2)/(this->R2))); in SetScalar()
443 algo.ExponentFactor = self->GetExponentFactor(); in SplatPoints()
580 this->ExponentFactor = -5.0; in vtkCheckerboardSplatter()
894 os << indent << "Exponent Factor: " << this->ExponentFactor << "\n"; in PrintSelf()
H A DvtkGaussianSplatter.cxx101 this->ExponentFactor = -5.0; in vtkGaussianSplatter()
751 os << indent << "Exponent Factor: " << this->ExponentFactor << "\n"; in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Imaging/Hybrid/
H A DvtkGaussianSplatter.h149 vtkSetMacro(ExponentFactor, double);
150 vtkGetMacro(ExponentFactor, double);
253 std::exp(static_cast<double>(this->ExponentFactor * (dist2) / (this->Radius2))); in SetScalar()
295 double ExponentFactor; // scale exponent of gaussian function variable
H A DvtkCheckerboardSplatter.h184 vtkSetMacro(ExponentFactor, double);
185 vtkGetMacro(ExponentFactor, double);
323 double ExponentFactor; // scale exponent of gaussian function variable
H A DvtkCheckerboardSplatter.cxx55 double ExponentFactor; // scale the gaussian exponent member in vtkCheckerboardSplatterAlgorithm
255 static_cast<double>(this->ExponentFactor * (dist2) / (this->R2))); in SetScalar()
435 algo.ExponentFactor = self->GetExponentFactor(); in SplatPoints()
570 this->ExponentFactor = -5.0; in vtkCheckerboardSplatter()
866 os << indent << "Exponent Factor: " << this->ExponentFactor << "\n"; in PrintSelf()
H A DvtkGaussianSplatter.cxx102 this->ExponentFactor = -5.0; in vtkGaussianSplatter()
728 os << indent << "Exponent Factor: " << this->ExponentFactor << "\n"; in PrintSelf()
/dports/math/vtk6/VTK-6.2.0/Imaging/Hybrid/
H A DvtkGaussianSplatter.h122 vtkSetMacro(ExponentFactor,double);
123 vtkGetMacro(ExponentFactor,double);
207 double ExponentFactor; // scale exponent of gaussian function variable
H A DvtkGaussianSplatter.cxx45 this->ExponentFactor = -5.0; in vtkGaussianSplatter()
677 (this->ExponentFactor*(dist2)/(this->Radius2))); in SetScalar()
731 os << indent << "Exponent Factor: " << this->ExponentFactor << "\n"; in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/
H A DKernelSplatter.h281 vtkm::Float64 ExponentFactor; member
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/
H A DKernelSplatter.h294 vtkm::Float64 ExponentFactor; member