Serialized Form


Package org.jocl.cloth

Class org.jocl.cloth.ClothData extends java.lang.Object implements Serializable

serialVersionUID: 1895702662962188211L

Serialized Fields

vertices

java.util.List<E> vertices
The vertices


edges

java.util.List<E> edges
The edges


faces

java.util.List<E> faces
The faces


bendingEdges

java.util.List<E> bendingEdges
The bending edges


allSimulationEdges

java.util.List<E> allSimulationEdges
All simulation edges (that is, edges that have the same vertices as the edges and the bending edges, but with consecutive indices)


Package org.jocl.cloth.utils.gui

Class org.jocl.cloth.utils.gui.CLClothConfigPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -2070437037669406573L

Serialized Fields

clConfigPanel

CLConfigPanel clConfigPanel
The panel for the main configuration parameters


sharingCheckBox

javax.swing.JCheckBox sharingCheckBox
The checkbox for the GL buffer sharing


desiredSharingState

boolean desiredSharingState
The desired GL buffer sharing state

Class org.jocl.cloth.utils.gui.CLConfigPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -5825802717638303469L

Serialized Fields

platformsComboBox

javax.swing.JComboBox platformsComboBox
The comboBox containing the available platforms


platformsComboBoxModel

javax.swing.DefaultComboBoxModel platformsComboBoxModel
The model for the comboBox containing the available platforms


deviceTypeComboBox

javax.swing.JComboBox deviceTypeComboBox
The comboBox containing the available devices


deviceTypeComboBoxModel

javax.swing.DefaultComboBoxModel deviceTypeComboBoxModel
The model for the comboBox containing the available devices


deviceTable

javax.swing.JTable deviceTable
The table for selecting the active devices


deviceTableModel

javax.swing.table.DefaultTableModel deviceTableModel
The model for the table for selecting the active devices


clConfig

CLMutableConfig clConfig
The CLConfig that this edited with this panel