branch | pyrit |
changeset 49 | 558fde7da82a |
parent 48 | a4913301c626 |
child 50 | 14a727b70d07 |
48:a4913301c626 | 49:558fde7da82a |
---|---|
70 * default sample |
70 * default sample |
71 */ |
71 */ |
72 class DefaultSample: public Sample |
72 class DefaultSample: public Sample |
73 { |
73 { |
74 friend class DefaultSampler; |
74 friend class DefaultSampler; |
75 int sx,sy; |
75 int sx,sy,osa_samp; |
76 }; |
76 }; |
77 |
77 |
78 /** |
78 /** |
79 * Default sampler. |
79 * Default sampler. |
80 * Implements basic adaptive subsampling and oversampling. |
80 * Implements basic adaptive subsampling and oversampling. |