The QTPlgDicomPixelData class represents the implementation of the class related to image contents of a DICOM file.
Since version 6.3 of the plugin this class can be used in Console Applications
→
The QTPlgDicomPixelData class constructors are called when you create a new instance of the class, while the ˜QTPlgDicomPixelData 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.
(other as QTPlgDicomPixelData)
This is the copy constructor. The properties of the object to be copied will be used to initialize the
new class instance properties