Ignore:
Timestamp:
08/20/06 22:48:01 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1181 r1233  
    11#include "X3dExporter.h" 
    22#include "VrmlExporter.h" 
    3 #include "VspOspTree.h" 
     3#include "OspTree.h" 
    44#include "KdTree.h" 
    55#include "KdIntersectable.h" 
     
    7676void Exporter::ExportKdIntersectable(const KdIntersectable &kdObj) 
    7777{ 
    78         KdNode *node = kdObj.GetNode(); 
     78        KdNode *node = kdObj.GetItem(); 
    7979         
    8080        Intersectable::NewMail(); 
Note: See TracChangeset for help on using the changeset viewer.