Show
Ignore:
Timestamp:
05/05/08 06:58:23 (4 months ago)
Author:
vossg
Message:

changed: base rebuild interface clean up (removal ptr typedef / NullFC)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/Contrib/Manipulators/OSGManipulatorBase.h

    r1193 r1197  
    226226 
    227227 
    228                   NodePtr getTarget         (void) const; 
    229  
    230                   NodePtr getActiveSubHandle(void) const; 
    231  
    232                   ViewportPtr getViewport       (void) const; 
     228                  Node * getTarget         (void) const; 
     229 
     230                  Node * getActiveSubHandle(void) const; 
     231 
     232                  Viewport * getViewport       (void) const; 
    233233 
    234234#ifdef OSG_1_GET_COMPAT 
     
    244244            const Vec3f                getLength          (void) const; 
    245245 
    246                   NodePtr getHandleXNode    (void) const; 
    247  
    248                   NodePtr getHandleYNode    (void) const; 
    249  
    250                   NodePtr getHandleZNode    (void) const; 
    251  
    252                   NodePtr getTransXNode     (void) const; 
    253  
    254                   NodePtr getTransYNode     (void) const; 
    255  
    256                   NodePtr getTransZNode     (void) const; 
    257  
    258                   MaterialPtr getMaterialX      (void) const; 
    259  
    260                   MaterialPtr getMaterialY      (void) const; 
    261  
    262                   MaterialPtr getMaterialZ      (void) const; 
    263  
    264                   NodePtr getAxisLinesN     (void) const; 
     246                  Node * getHandleXNode    (void) const; 
     247 
     248                  Node * getHandleYNode    (void) const; 
     249 
     250                  Node * getHandleZNode    (void) const; 
     251 
     252                  Node * getTransXNode     (void) const; 
     253 
     254                  Node * getTransYNode     (void) const; 
     255 
     256                  Node * getTransZNode     (void) const; 
     257 
     258                  Material * getMaterialX      (void) const; 
     259 
     260                  Material * getMaterialY      (void) const; 
     261 
     262                  Material * getMaterialZ      (void) const; 
     263 
     264                  Node * getAxisLinesN     (void) const; 
    265265 
    266266    /*! \}                                                                 */ 
     
    269269    /*! \{                                                                 */ 
    270270 
    271             void setTarget         (const NodePtr value); 
    272             void setActiveSubHandle(const NodePtr value); 
    273             void setViewport       (const ViewportPtr value); 
     271            void setTarget         (Node * const value); 
     272            void setActiveSubHandle(Node * const value); 
     273            void setViewport       (Viewport * const value); 
    274274            void setActive         (const bool &value); 
    275275            void setLength         (const Vec3f &value); 
    276             void setHandleXNode    (const NodePtr value); 
    277             void setHandleYNode    (const NodePtr value); 
    278             void setHandleZNode    (const NodePtr value); 
    279             void setTransXNode     (const NodePtr value); 
    280             void setTransYNode     (const NodePtr value); 
    281             void setTransZNode     (const NodePtr value); 
    282             void setMaterialX      (const MaterialPtr value); 
    283             void setMaterialY      (const MaterialPtr value); 
    284             void setMaterialZ      (const MaterialPtr value); 
    285             void setAxisLinesN     (const NodePtr value); 
     276            void setHandleXNode    (Node * const value); 
     277            void setHandleYNode    (Node * const value); 
     278            void setHandleZNode    (Node * const value); 
     279            void setTransXNode     (Node * const value); 
     280            void setTransYNode     (Node * const value); 
     281            void setTransZNode     (Node * const value); 
     282            void setMaterialX      (Material * const value); 
     283            void setMaterialY      (Material * const value); 
     284            void setMaterialZ      (Material * const value); 
     285            void setAxisLinesN     (Node * const value); 
    286286 
    287287    /*! \}                                                                 */