Show
Ignore:
Timestamp:
06/09/08 01:10:45 (3 months ago)
Author:
vossg
Message:

Base rebuild

changed: removed osg1 compat field interfaces (handled by 1.x)
fixed : pass pod by value and non-pod by reference

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Cluster/Window/SortLast/OSGPipelineComposerBase.h

    r1197 r1288  
    139139 
    140140 
    141 #ifdef OSG_1_GET_COMPAT 
    142                   SFBool              *getSFShort           (void); 
    143 #endif 
    144141                  SFBool              *editSFShort          (void); 
    145142            const SFBool              *getSFShort           (void) const; 
    146143 
    147 #ifdef OSG_1_GET_COMPAT 
    148                   SFBool              *getSFAlpha           (void); 
    149 #endif 
    150144                  SFBool              *editSFAlpha          (void); 
    151145            const SFBool              *getSFAlpha           (void) const; 
    152146 
    153 #ifdef OSG_1_GET_COMPAT 
    154                   SFUInt32            *getSFTileSize        (void); 
    155 #endif 
    156147                  SFUInt32            *editSFTileSize       (void); 
    157148            const SFUInt32            *getSFTileSize        (void) const; 
    158149 
    159 #ifdef OSG_1_GET_COMPAT 
    160                   SFBool              *getSFPipelined       (void); 
    161 #endif 
    162150                  SFBool              *editSFPipelined      (void); 
    163151            const SFBool              *getSFPipelined       (void) const; 
    164152 
    165153 
    166 #ifdef OSG_1_GET_COMPAT 
    167                   bool                &getShort           (void); 
    168 #endif 
    169154                  bool                &editShort          (void); 
    170             const bool                 getShort           (void) const; 
    171  
    172 #ifdef OSG_1_GET_COMPAT 
    173                   bool                &getAlpha           (void); 
    174 #endif 
     155                  bool                 getShort           (void) const; 
     156 
    175157                  bool                &editAlpha          (void); 
    176             const bool                 getAlpha           (void) const; 
    177  
    178 #ifdef OSG_1_GET_COMPAT 
    179                   UInt32              &getTileSize        (void); 
    180 #endif 
     158                  bool                 getAlpha           (void) const; 
     159 
    181160                  UInt32              &editTileSize       (void); 
    182             const UInt32               getTileSize        (void) const; 
    183  
    184 #ifdef OSG_1_GET_COMPAT 
    185                   bool                &getPipelined       (void); 
    186 #endif 
     161                  UInt32               getTileSize        (void) const; 
     162 
    187163                  bool                &editPipelined      (void); 
    188             const bool                 getPipelined       (void) const; 
     164                  bool                 getPipelined       (void) const; 
    189165 
    190166    /*! \}                                                                 */ 
     
    193169    /*! \{                                                                 */ 
    194170 
    195             void setShort          (const bool &value); 
    196             void setAlpha          (const bool &value); 
    197             void setTileSize       (const UInt32 &value); 
    198             void setPipelined      (const bool &value); 
     171            void setShort          (const bool value); 
     172            void setAlpha          (const bool value); 
     173            void setTileSize       (const UInt32 value); 
     174            void setPipelined      (const bool value); 
    199175 
    200176    /*! \}                                                                 */