- Timestamp:
- 05/05/08 06:58:23 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Source/System/Depreciated/State/OSGTextureChunkBase.h
r1193 r1197 670 670 671 671 672 Image PtrgetImage (void) const;672 Image * getImage (void) const; 673 673 674 674 #ifdef OSG_1_GET_COMPAT … … 1002 1002 /*! \{ */ 1003 1003 1004 void setImage ( const ImagePtrvalue);1004 void setImage (Image * const value); 1005 1005 void setInternalFormat (const GLenum &value); 1006 1006 void setExternalFormat (const GLenum &value); … … 1084 1084 /*! \{ */ 1085 1085 1086 static TextureChunkTransitPtr create (void);1087 static TextureChunk PtrcreateEmpty (void);1088 1089 static TextureChunkTransitPtr createLocal (1090 BitVector bFlags = FCLocal::All);1091 1092 static TextureChunk PtrcreateEmptyLocal(1086 static TextureChunkTransitPtr create (void); 1087 static TextureChunk *createEmpty (void); 1088 1089 static TextureChunkTransitPtr createLocal ( 1090 BitVector bFlags = FCLocal::All); 1091 1092 static TextureChunk *createEmptyLocal( 1093 1093 BitVector bFlags = FCLocal::All); 1094 1094 … … 1340 1340 1341 1341 #ifdef OSG_MT_CPTR_ASPECT 1342 virtual FieldContainer PtrcreateAspectCopy(void) const;1342 virtual FieldContainer *createAspectCopy(void) const; 1343 1343 #endif 1344 1344
