Inheritance diagram for DcmInputFileStreamFactory:
Public Member Functions | |
DcmInputFileStreamFactory (const char *filename, Uint32 offset) | |
constructor | |
DcmInputFileStreamFactory (const DcmInputFileStreamFactory &arg) | |
copy constructor | |
virtual | ~DcmInputFileStreamFactory () |
destructor | |
virtual DcmInputStream * | create () const |
create a new input stream object | |
virtual DcmInputStreamFactory * | clone () const |
returns a pointer to a copy of this object | |
Private Member Functions | |
DcmInputFileStreamFactory & | operator= (const DcmInputFileStreamFactory &) |
private unimplemented copy assignment operator | |
Private Attributes | |
OFString | filename_ |
filename | |
Uint32 | offset_ |
offset in file |
Definition at line 125 of file dcistrmf.h.
|
constructor
Referenced by clone(). |
|
create a new input stream object
Implements DcmInputStreamFactory. |