Ignore:
Timestamp:
03/22/07 11:48:21 (17 years ago)
Author:
mattausch
Message:

worked on randomupdatemanager

Location:
GTP/trunk/Lib/Vis/OnlineCullingCHC/include
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/include/CullingManager.h

    r897 r2278  
    44#include "HierarchyInterface.h" 
    55 
     6 
    67namespace GtpVisibility { 
    78 
    89/** This abstract class implements an interface for a specific culling  
    9         algorithm. The algorithm is either used to render a scene or to make a visibility query. 
     10        algorithm. The algorithm is either used to render a scene  
     11        or to make a visibility query. 
    1012*/ 
    1113class CullingManager 
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/include/DummyPreprocessingManager.h

    r316 r2278  
    11#ifndef _VisibilityDummyPreprocessingManager_H__ 
    22#define _VisibilityDummyPreprocessingManager_H__ 
     3 
    34 
    45#include "PreprocessingManager.h" 
     
    1819      hierarchyInterface as argument.  
    1920  */ 
    20   DummyPreprocessingManager( HierarchyInterface *hierarchyInterface ); 
     21  DummyPreprocessingManager(HierarchyInterface *hierarchyInterface); 
    2122   
    2223   
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/include/VisibilityEnvironment.h

    r1004 r2278  
    1818    VisibilityEnvironment(); 
    1919        ~VisibilityEnvironment(); 
     20 
    2021        /** Different types of occlusion culling algorithms  
    2122        */ 
     
    3637        std::string getViewCellsFileName(); 
    3738 
    38         GtpVisibilityPreprocessor::Environment *GetPreprocessorEnvironment(); 
     39        //GtpVisibilityPreprocessor::Environment *GetPreprocessorEnvironment(); 
     40}; 
    3941 
    40  
    41 protected: 
    42         //GtpVisibilityPreprocessor::Environment *Environment::GetSingleton(); 
    43 }; 
    4442} // namespace GtpVisibility 
    4543 
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/include/VisibilityManager.h

    r925 r2278  
    44#include "CullingManager.h" 
    55#include "VisibilityEnvironment.h" 
     6 
    67 
    78/** This namespace includes all classes which are created by the VUT (Vienna University 
Note: See TracChangeset for help on using the changeset viewer.