Serialized Form
-
Package eu.mihosoft.vrl.v3d.ext.openjfx.importers.obj
-
Class eu.mihosoft.vrl.v3d.ext.openjfx.importers.obj.FloatArrayList
-
Serialization Methods
-
readObject
Reconstitute the ArrayList instance from a stream (that is, deserialize it).- Throws:
IOException
ClassNotFoundException
-
writeObject
Save the state of the ArrayList instance to a stream (that is, serialize it).- Serial Data:
- The length of the array backing the ArrayList instance is emitted (int), followed by all of its elements (each an Object) in the proper order.
- Throws:
IOException
-
-
Serialized Fields
-
size
int size
The size of the ArrayList (the number of elements it contains).
-
-
-
Class eu.mihosoft.vrl.v3d.ext.openjfx.importers.obj.IntegerArrayList
-
Serialization Methods
-
readObject
Reconstitute the ArrayList instance from a stream (that is, deserialize it).- Throws:
IOException
ClassNotFoundException
-
writeObject
Save the state of the ArrayList instance to a stream (that is, serialize it).- Serial Data:
- The length of the array backing the ArrayList instance is emitted (int), followed by all of its elements (each an Object) in the proper order.
- Throws:
IOException
-
-
Serialized Fields
-
size
int size
The size of the ArrayList (the number of elements it contains).
-
-
-
-
Package org.jlab.detector.geom.RICH
-
Class org.jlab.detector.geom.RICH.RICHLayer
-
Serialized Fields
-
barycenter
org.jlab.geom.prim.Vector3D barycenter
-
compo_list
ArrayList<Integer> compo_list
-
geopar
RICHGeoParameters geopar
-
global_surf
org.jlab.geom.prim.Shape3D global_surf
-
id
int id
-
idgea
int idgea
-
local_frame
RICHFrame local_frame
-
name
String name
-
nominal_plane
org.jlab.geom.prim.Shape3D nominal_plane
-
pmtpixels
RICHPixel pmtpixels
-
sector
int sector
-
tracking_sphere
org.jlab.geom.prim.Sphere3D tracking_sphere
-
tracking_surf
org.jlab.geom.prim.Shape3D tracking_surf
-
type
int type
-
vers
String vers
-
vinside
org.jlab.geom.prim.Vector3D vinside
-
-
-