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 |
|
---|
13 | namespace GtpVisibilityPreprocessor {
|
---|
14 |
|
---|
15 |
|
---|
16 | DifferenceSampling::DifferenceSampling(Preprocessor &preprocessor):
|
---|
17 | SamplingStrategy(preprocessor)
|
---|
18 | {}
|
---|
19 |
|
---|
20 |
|
---|
21 | void DifferenceSampling::ComputeDifferenceSet(ViewCell *vc, ObjectContainer &differenceSet)
|
---|
22 | {
|
---|
23 | }
|
---|
24 |
|
---|
25 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.