source: GTP/trunk/Lib/Vis/Preprocessing/src/Pvs.cpp @ 863

Revision 863, 135 bytes checked in by mattausch, 18 years ago (diff)

working on preprocessor integration
added iv stuff

Line 
1#include <iostream>
2#include "Pvs.h"
3
4namespace GtpVisibilityPreprocessor {
5
6int
7KdPvs::Compress()
8{
9        return 0; // TODO
10}
11
12}
Note: See TracBrowser for help on using the repository browser.