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 *
Line 
1//#include <QApplication>
2#include "PreprocessorThread.h"
3
4
5namespace GtpVisibilityPreprocessor {
6
7
8PreprocessorThread::PreprocessorThread(Preprocessor *p):
9mPreprocessor(p)
10{
11}
12
13
14PreprocessorThread::~PreprocessorThread()
15{
16}
17
18}
Note: See TracBrowser for help on using the repository browser.