Changeset 2742 for GTP/trunk/Lib/Vis/Preprocessing/src/GvsPreprocessor.h
- Timestamp:
- 06/06/08 17:40:59 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/GvsPreprocessor.h
r2741 r2742 178 178 with respect to the previous ray. 179 179 */ 180 void EnqueueRays( VssRayContainer &samples);180 void EnqueueRays(const VssRayContainer &samples); 181 181 /** Hepler function for adaptive border sampling. It finds 182 182 new sample points around a triangle in a eps environment … … 300 300 const Vector3 &predictedPoint, 301 301 SimpleRayContainer &rays, 302 int number); 302 int number, 303 const Triangle3 &triangle); 303 304 304 305 bool CreateRandomizedReverseRay(const VssRay &ray, 305 306 const Vector3 &predictedPoint, 306 SimpleRay &simpleray); 307 SimpleRay &simpleray, 308 const Triangle3 &triangle); 307 309 308 310 inline bool IntersectsViewCell(Vector3 &origin, const Vector3 &dir) const; 311 312 void DeleteOldRays(); 313 309 314 310 315
Note: See TracChangeset
for help on using the changeset viewer.