00001 #ifndef SoDet_SoLVolumeCnv_h 00002 #define SoDet_SoLVolumeCnv_h 00003 00004 #include "SoDetConverter.h" 00005 00006 template <class T> class CnvFactory; 00007 00008 class SoLVolumeCnv : public SoDetConverter { 00009 friend class CnvFactory<SoLVolumeCnv>; 00010 public: 00011 SoLVolumeCnv(ISvcLocator*); 00012 // The next method should be replaced by one with a single arguement 00013 virtual StatusCode createRep(DataObject*,IOpaqueAddress*&); 00014 public: 00015 static const CLID& classID(); 00016 static const unsigned char storageType(); 00017 }; 00018 00019 #endif