Ignore:
Timestamp:
08/18/06 19:28:12 (18 years ago)
Author:
mattausch
Message:

added intel ray tracing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Parser.h

    r1020 r1221  
    33 
    44#include <string> 
     5#include <vector> 
     6 
    57 
    68namespace GtpVisibilityPreprocessor { 
    79 
    810class SceneGraphNode; 
    9  
     11class Intersectable; 
    1012 
    1113 
     
    1719  virtual bool ParseFile(const std::string filename,  
    1820                                                 SceneGraphNode **root,  
    19                                                  const bool loadPolygonsAsMeshes = false)  
     21                                                 const bool loadPolygonsAsMeshes = false, 
     22                                                 std::vector<Intersectable *> *parents = NULL)  
    2023  {return false;}; 
    2124         
Note: See TracChangeset for help on using the changeset viewer.