Ignore:
Timestamp:
04/24/08 07:19:14 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2588 r2659  
    457457void ViewCellsParseHandlers::startElement(const XMLCh* const name, 
    458458                                                                                  AttributeList& attributes) 
    459 { 
     459{cout<<"here9978"<<endl; 
    460460        StrX lname(name); 
    461461        string element(lname.LocalForm()); 
     
    598598 
    599599void ViewCellsParseHandlers::StartViewSpaceHierarchy(AttributeList& attributes) 
    600 { 
     600{cout<<"78"<<endl; 
    601601        int len = attributes.getLength(); 
    602602 
     
    643643 
    644644void ViewCellsParseHandlers::StartObjectSpaceHierarchy(AttributeList& attributes) 
    645 { 
     645{cout<<"here45"<<endl; 
    646646        const int len = attributes.getLength(); 
    647647        Vector3 bmin, bmax; 
     
    801801 
    802802void ViewCellsParseHandlers::StartBspInterior(AttributeList& attributes) 
    803 { 
     803{cout<<"x"; 
    804804        Plane3 plane; 
    805805        int len = attributes.getLength(); 
     
    921921 
    922922void ViewCellsParseHandlers::CreateViewSpaceHierarchy() 
    923 { 
     923{cout<<"y"; 
    924924        if (mViewSpaceHierarchyType == BSP) 
    925925        { 
     
    14421442        parser->setDocumentHandler(&handler); 
    14431443        parser->setErrorHandler(&handler); 
    1444  
     1444cout<<"1178"<<endl; 
    14451445        unsigned long duration; 
    14461446        int errorCount = 0; 
Note: See TracChangeset for help on using the changeset viewer.