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
  • begin[in] Iterator to the first atom

  • end[in] Iterator to the last ato

  • dataset – The dataset

  • min[in] The minimum

  • maxMin[in] The maximum minimum

  • dim[in] The dim

  • blobbyness[in] The blobbyness

Template Parameters

Iterator – Typename of the iterator