Ignore:
Timestamp:
06/19/06 16:14:40 (18 years ago)
Author:
mattausch
Message:

added view cells manager for vsposptree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/VspOspTree.h

    r1020 r1021  
    309309        virtual bool IsLeaf() const = 0; 
    310310 
    311         virtual int Type() const; 
     311        virtual int Type() const = 0; 
    312312 
    313313        /** Determines whether this node is a root 
     
    435435        bool IsLeaf() const; 
    436436         
    437                 virtual int Type() const; 
     437        int Type() const; 
    438438 
    439439        /** Returns pointer of view cell. 
Note: See TracChangeset for help on using the changeset viewer.