Ignore:
Timestamp:
01/23/06 18:34:47 (18 years ago)
Author:
mattausch
Message:

construction method for view cells

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCellsManager.h

    r569 r570  
    2626class Exporter; 
    2727class Beam; 
     28class Preprocessor; 
    2829 
    2930struct BspRay; 
     
    5556 
    5657        /** Constructs view cells container taking a preprocessor 
    57                 @returns construction rays. 
    58         */ 
    59         int Construct(VssRayContainer &rays); 
     58                @returns the output rays (if not null) 
     59        */  
     60        int Construct(Preprocessor *preprocessor, VssRayContainer *outRays = NULL); 
    6061 
    6162        /** Constructs view cell container with a given number of samples. 
     
    411412                                  const VssRayContainer &rays); 
    412413 
    413  
    414414        int PostProcess(const ObjectContainer &objects,  
    415415                                        const VssRayContainer &rays); 
Note: See TracChangeset for help on using the changeset viewer.