Virtual PhotonicsThe DetectorIO type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
ReadDetectorFromFile(TallyType, String) |
Reads Detector from file with default fileName (TallyType.ToString).
| |
ReadDetectorFromFile(TallyType, String, String) |
Reads Detector from File with given fileName.
| |
ReadDetectorFromFileInResources(TallyType, String, String) |
Reads Detector from file in resources using default name (TallyType.ToString).
| |
ReadDetectorFromFileInResources(TallyType, String, String, String) |
Reads Detector from a file in resources using given fileName.
| |
WriteDetectorToFile |
Writes Detector xml for scalar detectors, writes Detector xml and
binary for 1D and larger detectors. Detector.Name is used for filename.
|
See Also