Contents
Navigation
Home User Reference Other Resources


The QTPlgDicomMovieConverter class lets you convert QuickTime movies into a series of pixel data fragments usable with dicom structures.







The QTPlgDicomMovieConverter class constructors are called when you create a new instance of the class, while the ˜QTPlgDicomMovieConverter class destructor, is called automatically when the class is no more in use. Also, you can invoke the class destructor by setting the instance of the class to nil.

Once a new class instance is returned, it is good practice to check the class property to be sure that the new object can be used. See the validity requirements for more details. As, when creating an instance of this class by using the , the property is set to nil, the class property is set to false; this being the case, it is lecit to continue to use the class.


The class provides you with the following initializer methods:
()
This the deafult constructor. The property is set to nil
(m as )
use this constructor version to initialize the property to the movie object specified into the m parameter; as the class retains a copy of the movie object passed, you can safely dispose of it after initialization

specifies the movie to be converted