Ignore:
Timestamp:
01/25/06 17:45:45 (18 years ago)
Author:
mattausch
Message:

fixed loading function: the view cell manager is chosen depending on
the type in the file. the view space box is saved with the file

File:
1 edited

Legend:

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

    r575 r577  
    2323  //  Constructors and Destructor 
    2424  // ----------------------------------------------------------------------- 
    25   ViewCellsParseHandlers(ViewCellsManager **viewCellsManager, 
    26                                                  ObjectContainer *objects); 
     25  ViewCellsParseHandlers(ObjectContainer *objects); 
    2726  ~ViewCellsParseHandlers(); 
    2827   
     
    7271  ObjectContainer *mObjects; 
    7372 
     73  AxisAlignedBox3 mViewSpaceBox; 
     74 
    7475  // Handlers for X3D 
    7576  void StartBspLeaf(AttributeList& attributes); 
     
    8384 
    8485  void startBspElement(string element, AttributeList& attributes); 
     86  void StartViewSpaceBox(AttributeList&  attributes); 
    8587  // ----------------------------------------------------------------------- 
    8688  //  Handlers for the SAX ErrorHandler interface 
Note: See TracChangeset for help on using the changeset viewer.