00001 #pragma once 00002 #include "ThreadQTImplementation.h" 00003 00005 00013 class Streamlines : public ThreadQTImplementation 00014 { 00015 public: 00020 Streamlines(QObject *parent, QReadWriteLock* m_mutex); 00024 ~Streamlines(void); 00025 00026 protected: 00039 void perform(vec3 startpos, Texture* gridtexture, Texture* texture, int numsteps, float stepsize, float dsep, float dtest, float dt, States::StreamlineIntMode intmode); 00040 };