Uses of Class
spice.basic.DSK
-
Packages that use DSK Package Description spice.basic spice.tspice -
-
Uses of DSK in spice.basic
Fields in spice.basic declared as DSK Modifier and Type Field Description private DSK
SurfaceInterceptWithDSKInfo. dsk
Methods in spice.basic that return DSK Modifier and Type Method Description DSK
SurfaceInterceptWithDSKInfo. getDSK()
Get the DSK instance from a SurfaceInterceptWithDSKInfo instance.This method returns a deep copy.static DSK
DSK. openForRead(java.lang.String filename)
Open a DSK file for read access.static DSK
DSK. openForWrite(java.lang.String filename)
Open a DSK file for write access. -
Uses of DSK in spice.tspice
Subclasses of DSK in spice.tspice Modifier and Type Class Description class
TestDSKProt
Class TestDSKProt provides methods that test protected methods in class DSK.
-