Show
Ignore:
Timestamp:
05/05/08 07:12:19 (4 months ago)
Author:
vossg
Message:

changed: interface cleanup, removed ptr typedefs, nullfc

these will be needed for the 1.x compat stuff

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Cluster/Window/SortFirst/OSGTileGeometryLoad.h

    r835 r1198  
    100100    /*! \{                                                                 */ 
    101101 
    102     NodePtr           getNode() const; 
     102    Node *            getNode() const; 
    103103    const Int32 *     getMin(); 
    104104    const Int32 *     getMax(); 
     
    160160 
    161161    UInt32                             _nodeId; 
    162     GeometryPtr                        _geometry; 
     162    Geometry                          *_geometry; 
    163163    UInt32                             _faces; 
    164164    Int32                              _min[2];