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

Revision 860, 141 bytes checked in by mattausch, 18 years ago (diff)
Line 
1#include <iostream>
2#include "Pvs.h"
3
4using namespace GtpVisibilityPreprocessor {
5
6int
7KdPvs::Compress()
8{
9        return 0; // TODO
10}
11
12}
Note: See TracBrowser for help on using the repository browser.