source: GTP/trunk/Lib/Vis/Preprocessing/src/DifferenceSampling.cpp @ 2546

Revision 2546, 441 bytes checked in by mattausch, 17 years ago (diff)

added new sampling strategies

Line 
1#include "SamplingStrategy.h"
2#include "Intersectable.h"
3#include "DifferenceSampling.h"
4#include "ViewCell.h"
5
6
7#ifdef GTP_INTERNAL
8#include "ArchModeler2MLRT.hxx"
9#endif
10
11
12
13namespace GtpVisibilityPreprocessor {
14
15
16DifferenceSampling::DifferenceSampling(Preprocessor &preprocessor):
17SamplingStrategy(preprocessor)
18{}
19
20
21void DifferenceSampling::ComputeDifferenceSet(ViewCell *vc, ObjectContainer &differenceSet)
22{
23}
24
25}
Note: See TracBrowser for help on using the repository browser.