Show
Ignore:
Timestamp:
05/05/08 07:12:19 (3 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/Action/RenderAction/OSGRenderPartition.h

    r1177 r1198  
    290290    /*-------------------------- comparison ---------------------------------*/ 
    291291 
    292     void      overrideMaterial(      Material *pMaterial, 
    293                                const NodePtr  pNode    ); 
     292    void      overrideMaterial(Material *       pMaterial, 
     293                               Node     * const pNode    ); 
    294294 
    295295    Material *getMaterial     (void                     ); 
     
    305305 
    306306    // test a single node 
    307     bool isVisible      (      Node    *pNode); 
     307    bool isVisible      (Node *       pNode); 
    308308     
    309309    // visibility levels 
    310     bool  pushVisibility(const NodePtr pNode); 
    311     void  popVisibility (      void          ); 
     310    bool  pushVisibility(Node * const pNode); 
     311    void  popVisibility (void              ); 
    312312 
    313313    /*-------------------------- comparison ---------------------------------*/ 
     
    419419 
    420420    Material           *_pMaterial; 
    421     NodePtr             _pMaterialNode; 
     421    Node               *_pMaterialNode; 
    422422     
    423423    // Target