Ignore:
Timestamp:
01/03/08 15:53:44 (17 years ago)
Author:
bittner
Message:

big merge: preparation for havran ray caster, check if everything works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Intersectable.cpp

    r2543 r2575  
    11#include "Intersectable.h" 
     2#include "SimpleRay.h" 
     3//#include "ktbconf.h" 
    24 
    35using namespace std; 
    46 
     7#if _WIN32 
     8#define ALIGN16 __declspec(align(16)) 
     9#else 
     10ALIGN16 GALIGN16 
     11#endif 
    512 
    613namespace GtpVisibilityPreprocessor { 
    714 
     15 
     16// This is the result of computing intersection 
     17// static data member 
     18  ALIGN16  IntersectionStr 
     19  SimpleRay::IntersectionRes[32]; 
    820 
    921Intersectable::Intersectable():  
     
    1628#endif 
    1729{} 
     30 
    1831 
    1932 
Note: See TracChangeset for help on using the changeset viewer.