source: GTP/trunk/Lib/Vis/Preprocessing/src/PreprocessorThread.cpp @ 1146

Revision 1146, 247 bytes checked in by mattausch, 18 years ago (diff)

use qt renderer as dll
changed vsp render heuristics sweep
capsulated thread

  • Property svn:executable set to *
RevLine 
[1145]1//#include <QApplication>
[492]2#include "PreprocessorThread.h"
3
4
[863]5namespace GtpVisibilityPreprocessor {
[492]6
[860]7
[1145]8PreprocessorThread::PreprocessorThread(Preprocessor *p):
9mPreprocessor(p)
[492]10{
[1145]11}
[556]12
[878]13
[556]14PreprocessorThread::~PreprocessorThread()
15{
16}
[860]17
[878]18}
Note: See TracBrowser for help on using the repository browser.