Dear users, <div><br></div><div>I would like model spherical function in vtk, which vkt algorithm would be appropriate ? (for example s.t like this <a href="http://dbm.neuro.uni-jena.de/imas/spherical_harmonic_basis_functions.en.jpg" target="_blank">http://dbm.neuro.uni-jena.de/imas/spherical_harmonic_basis_functions.en.jpg</a> )</div>

<div><br></div><div>Details: I would like sample sphere and modify point coordinates by moving it along normal at the point by precomputed scalar.</div><div>I found usefull following example <a href="http://vtk.org/gitweb?p=VTK.git;a=blob;f=Examples/Modelling/Python/expCos.py" target="_blank">http://vtk.org/gitweb?p=VTK.git;a=blob;f=Examples/Modelling/Python/expCos.py</a> because it looks that I could use sphere instead of plane.  But I do not want sample sphere as is generated by SphereSource, I have own function that chooses points on sphere, therefore I would need firstly somehow generate such sphere polydata.</div>

<div><br></div><div>Is there some spherical function oriented vtk approach ?</div><div><br></div><div>Thanks in advance</div><div>Jana </div>