RenderS2 8h source 01
id SetFormatFromExtension();
00271 ImageIORegistration GetPreferedIIO() { return m_iioreg; };
00272 void SetPreferedIIO( ImageIORegistration iioreg ) { m_iioreg = iioreg; };
00273 };
00274
00275
00276
00277 class RenderFormatTypePropertyInfo : public TypePropertyInfo
00278 {
00279 public:
00280 RenderFormatTypePropertyInfo( UINT index, char *documentation, UINT stringid, TypeInfo typearray[], UINT count, const Label &label, UINT defaultindex=0, DrawWhen drawwhen=DRAWALWAYS, VisibleWhen visiblewhen=VISIBLEALWAYS, UINT type=0 ) :
00281 TypePropertyInfo( index, documentation, stringid, typearray, count, label, defaultindex, drawwhen, visiblewhen, type )
00282 {}
00283
00284 virtual BOOL Save( HashStream &hs, BOOL isforcesave );
00285 virtual int ParseArg( HashStream &hs, HashStream &ms, LONG id );
00286 };
```