Home
last modified time | relevance | path

Searched refs:NumberOfDecaying (Results 1 – 2 of 2) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/
H A DOscillatorSource.h59 , NumberOfDecaying(0) in OscillatorSource()
101 if (this->NumberOfDecaying < MAX_OSCILLATORS) in AddDecaying()
103 this->DecayingOscillators[this->NumberOfDecaying * 6].Set(x, y, z, radius, omega, zeta); in AddDecaying()
104 this->NumberOfDecaying++; in AddDecaying()
139 for (oIdx = 0; oIdx < this->NumberOfDecaying; oIdx++) in operator()
180 vtkm::UInt8 NumberOfDecaying; variable
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/worklet/
H A DOscillatorSource.h69 , NumberOfDecaying(0) in OscillatorSource()
111 if (this->NumberOfDecaying < MAX_OSCILLATORS) in AddDecaying()
113 this->DecayingOscillators[this->NumberOfDecaying * 6].Set(x, y, z, radius, omega, zeta); in AddDecaying()
114 this->NumberOfDecaying++; in AddDecaying()
149 for (oIdx = 0; oIdx < this->NumberOfDecaying; oIdx++) in operator()
190 vtkm::UInt8 NumberOfDecaying; variable