Template Function gamer::blurAtoms

Function Documentation

template<typename Iterator>
void gamer::blurAtoms(Iterator begin, Iterator end, float *dataset, const Vector3f &min, const Vector3f &maxMin, const Vector3i &dim, float blobbyness)

Apply a gaussian blur to a list of atoms.

Parameters
  • [in] begin: Iterator to the first atom

  • [in] end: Iterator to the last ato

  • dataset: The dataset

  • [in] min: The minimum

  • [in] maxMin: The maximum minimum

  • [in] dim: The dim

  • [in] blobbyness: The blobbyness

Template Parameters
  • Iterator: Typename of the iterator