Show
Ignore:
Timestamp:
04/18/08 04:05:46 (4 months ago)
Author:
vossg
Message:

changed: cleanup old pointer typedefs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Action/RenderAction/OSGRenderPartition.h

    r997 r1177  
    290290    /*-------------------------- comparison ---------------------------------*/ 
    291291 
    292     void      overrideMaterial(Material        *pMaterial, 
    293                                NodePtrConstArg  pNode    ); 
    294  
    295     Material *getMaterial     (void                      ); 
     292    void      overrideMaterial(      Material *pMaterial, 
     293                               const NodePtr   pNode    ); 
     294 
     295    Material *getMaterial     (void                     ); 
    296296 
    297297    /*-------------------------- comparison ---------------------------------*/ 
     
    305305 
    306306    // test a single node 
    307     bool isVisible      (Node            *pNode); 
     307    bool isVisible      (      Node    *pNode); 
    308308     
    309309    // visibility levels 
    310     bool  pushVisibility(NodePtrConstArg  pNode); 
    311     void  popVisibility (void                  ); 
     310    bool  pushVisibility(const NodePtr  pNode); 
     311    void  popVisibility (      void          ); 
    312312 
    313313    /*-------------------------- comparison ---------------------------------*/