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

changed: base rebuild

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/System/Image/ES/OSGImageBase.h

    r1116 r1193  
    326326#endif 
    327327                  Int32               &editDimension      (void); 
    328             const Int32               &getDimension       (void) const; 
     328            const Int32                getDimension       (void) const; 
    329329 
    330330#ifdef OSG_1_GET_COMPAT 
     
    332332#endif 
    333333                  Int32               &editWidth          (void); 
    334             const Int32               &getWidth           (void) const; 
     334            const Int32                getWidth           (void) const; 
    335335 
    336336#ifdef OSG_1_GET_COMPAT 
     
    338338#endif 
    339339                  Int32               &editHeight         (void); 
    340             const Int32               &getHeight          (void) const; 
     340            const Int32                getHeight          (void) const; 
    341341 
    342342#ifdef OSG_1_GET_COMPAT 
     
    344344#endif 
    345345                  Int32               &editDepth          (void); 
    346             const Int32               &getDepth           (void) const; 
     346            const Int32                getDepth           (void) const; 
    347347 
    348348#ifdef OSG_1_GET_COMPAT 
     
    350350#endif 
    351351                  Int32               &editBpp            (void); 
    352             const Int32               &getBpp             (void) const; 
     352            const Int32                getBpp             (void) const; 
    353353 
    354354#ifdef OSG_1_GET_COMPAT 
     
    356356#endif 
    357357                  Int32               &editMipMapCount    (void); 
    358             const Int32               &getMipMapCount     (void) const; 
     358            const Int32                getMipMapCount     (void) const; 
    359359 
    360360#ifdef OSG_1_GET_COMPAT 
     
    362362#endif 
    363363                  Int32               &editFrameCount     (void); 
    364             const Int32               &getFrameCount      (void) const; 
     364            const Int32                getFrameCount      (void) const; 
    365365 
    366366#ifdef OSG_1_GET_COMPAT 
     
    368368#endif 
    369369                  Time                &editFrameDelay     (void); 
    370             const Time                &getFrameDelay      (void) const; 
     370            const Time                getFrameDelay      (void) const; 
    371371 
    372372#ifdef OSG_1_GET_COMPAT 
     
    374374#endif 
    375375                  UInt32              &editPixelFormat    (void); 
    376             const UInt32              &getPixelFormat     (void) const; 
     376            const UInt32              getPixelFormat     (void) const; 
    377377 
    378378#ifdef OSG_1_GET_COMPAT 
     
    381381#endif 
    382382                  UInt8               &editPixel          (const UInt32 index); 
    383             const UInt8               &getPixel           (const UInt32 index) const; 
    384                   MFUInt8             &editPixel          (void); 
    385             const MFUInt8             &getPixel          (void) const; 
     383            const UInt8                getPixel           (const UInt32 index) const; 
    386384 
    387385#ifdef OSG_1_GET_COMPAT 
     
    389387#endif 
    390388                  Int32               &editFrameSize      (void); 
    391             const Int32               &getFrameSize       (void) const; 
     389            const Int32                getFrameSize       (void) const; 
    392390 
    393391#ifdef OSG_1_GET_COMPAT 
     
    395393#endif 
    396394                  std::string         &editName           (void); 
    397             const std::string         &getName            (void) const; 
     395            const std::string          getName            (void) const; 
    398396 
    399397#ifdef OSG_1_GET_COMPAT 
     
    401399#endif 
    402400                  Int32               &editDataType       (void); 
    403             const Int32               &getDataType        (void) const; 
     401            const Int32                getDataType        (void) const; 
    404402 
    405403#ifdef OSG_1_GET_COMPAT 
     
    407405#endif 
    408406                  Int32               &editSideCount      (void); 
    409             const Int32               &getSideCount       (void) const; 
     407            const Int32                getSideCount       (void) const; 
    410408 
    411409#ifdef OSG_1_GET_COMPAT 
     
    413411#endif 
    414412                  Int32               &editSideSize       (void); 
    415             const Int32               &getSideSize        (void) const; 
     413            const Int32                getSideSize        (void) const; 
    416414 
    417415#ifdef OSG_1_GET_COMPAT 
     
    419417#endif 
    420418                  bool                &editForceCompressedData(void); 
    421             const bool                &getForceCompressedData (void) const; 
     419            const bool                getForceCompressedData (void) const; 
    422420 
    423421#ifdef OSG_1_GET_COMPAT 
     
    425423#endif 
    426424                  bool                &editForceAlphaChannel(void); 
    427             const bool                &getForceAlphaChannel (void) const; 
     425            const bool                getForceAlphaChannel (void) const; 
    428426 
    429427#ifdef OSG_1_GET_COMPAT 
     
    431429#endif 
    432430                  bool                &editForceColorChannel(void); 
    433             const bool                &getForceColorChannel (void) const; 
     431            const bool                getForceColorChannel (void) const; 
    434432 
    435433#ifdef OSG_1_GET_COMPAT 
     
    437435#endif 
    438436                  bool                &editForceAlphaBinary(void); 
    439             const bool                &getForceAlphaBinary (void) const; 
     437            const bool                getForceAlphaBinary (void) const; 
    440438 
    441439    /*! \}                                                                 */ 
     
    472470    /*! \name                Ptr MField Set                                */ 
    473471    /*! \{                                                                 */ 
    474  
    475472 
    476473    /*! \}                                                                 */ 
     
    621618 
    622619 
    623 #ifdef OSG_1_GET_COMPAT 
    624                   SFInt32             *getSFComponentSize   (void); 
    625 #endif 
    626620                  SFInt32             *editSFComponentSize  (void); 
    627621            const SFInt32             *getSFComponentSize   (void) const; 
    628622 
    629623 
    630 #ifdef OSG_1_GET_COMPAT 
    631                   Int32               &getComponentSize   (void); 
    632 #endif 
    633624                  Int32               &editComponentSize  (void); 
    634             const Int32               &getComponentSize   (void) const; 
     625            const Int32                getComponentSize   (void) const; 
    635626 
    636627    /*! \}                                                                 */ 
     
    645636    /*! \name                Ptr MField Set                                */ 
    646637    /*! \{                                                                 */ 
     638 
    647639    /*! \}                                                                 */ 
    648640    /*---------------------------------------------------------------------*/