Uses of Class
org.jocl.cloth.ClothData

Packages that use ClothData
org.jocl.cloth The main package for the cloth simulator 
 

Uses of ClothData in org.jocl.cloth
 

Methods in org.jocl.cloth that return ClothData
(package private) static ClothData ClothApplicationSetup.loadClothData(java.lang.String fileName)
          Loads the ClothData from the OBJ file with the given name
(package private)  ClothData ClothApplicationGUI.loadClothDataInBackground(java.lang.String fileName)
          Executes ClothApplicationSetup.loadClothData(String) in a background task, showing a modal dialog while the task is running.
static ClothData ClothOptimizer.optimize(ClothData clothData)
          Creates an optimized ClothData from the given ClothData.
(package private)  ClothData ClothApplicationGUI.optimizeClothDataInBackground(ClothData clothData)
          Executes ClothOptimizer.optimize(ClothData) in a background task, showing a modal dialog while the task is running.
 

Methods in org.jocl.cloth with parameters of type ClothData
(package private) static ParticleData ParticleDataCreator.createParticleData(ClothData clothData)
          Create the ParticleData from the given ClothData.
(package private) static SimData ClothApplicationSetup.createSimData(java.lang.String objFileName, ClothData clothData)
          Creates the SimData for the given ClothData that was read from the file with the given name.
(package private)  void ClothApplication.initializeSimulation(ClothData clothData, SimData simData)
          Initialize the simulation and rendering using the given ClothData and SimData
static ClothData ClothOptimizer.optimize(ClothData clothData)
          Creates an optimized ClothData from the given ClothData.
(package private)  ClothData ClothApplicationGUI.optimizeClothDataInBackground(ClothData clothData)
          Executes ClothOptimizer.optimize(ClothData) in a background task, showing a modal dialog while the task is running.