Uses of Class
spice.basic.DLADescriptor
-
Packages that use DLADescriptor Package Description spice.basic -
-
Uses of DLADescriptor in spice.basic
Fields in spice.basic declared as DLADescriptor Modifier and Type Field Description private DLADescriptor
SurfaceInterceptWithDSKInfo. dladsc
Methods in spice.basic that return DLADescriptor Modifier and Type Method Description DLADescriptor
DLA. beginBackwardSearch()
Start a backward search on a DLA file.DLADescriptor
DLA. beginForwardSearch()
Start a forward search on a DLA file.DLADescriptor
SurfaceInterceptWithDSKInfo. getDLADescriptor()
Get the DLA Descriptor from a SurfaceInterceptWithDSKInfo instance.This method returns a deep copy.DLADescriptor
DLA. getNext(DLADescriptor DLADescr)
Get the DLA descriptor of the successor of a given DLA segment.DLADescriptor
DLA. getPrevious(DLADescriptor DLADescr)
Get the DLA descriptor of the predecessor of a given DLA segment.Methods in spice.basic with parameters of type DLADescriptor Modifier and Type Method Description DSKDescriptor
DSK. getDSKDescriptor(DLADescriptor dladsc)
Get a DSKDescriptor for a specified DSK segment.The segment is identified by its DLA Descriptor.DLADescriptor
DLA. getNext(DLADescriptor DLADescr)
Get the DLA descriptor of the successor of a given DLA segment.DLADescriptor
DLA. getPrevious(DLADescriptor DLADescr)
Get the DLA descriptor of the predecessor of a given DLA segment.boolean
DLA. hasNext(DLADescriptor DLADescr)
Indicate whether a DLA segment has a successor.boolean
DLA. hasPrevious(DLADescriptor DLADescr)
Indicate whether a DLA segment has a predecessor.Constructors in spice.basic with parameters of type DLADescriptor Constructor Description DLADescriptor(DLADescriptor dladsc)
Copy constructor.This constructor creates a deep copy.
-