Uses of Class
org.jocl.cloth.SimData

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

Uses of SimData in org.jocl.cloth
 

Methods in org.jocl.cloth that return SimData
(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) static SimData ClothApplicationSetup.loadSimData(java.lang.String fileName)
          Loads the SimData from the specified file.
 

Methods in org.jocl.cloth with parameters of type SimData
 Simulation SimulationFactoryJOCL.createSimulation(SimData simData, de.javagl.simplerenderer.SimpleRenderer renderer, de.javagl.simplerenderer.SimpleObject object)
           
 Simulation SimulationFactoryJava.createSimulation(SimData simData, de.javagl.simplerenderer.SimpleRenderer renderer, de.javagl.simplerenderer.SimpleObject object)
           
 Simulation SimulationFactory.createSimulation(SimData simData, de.javagl.simplerenderer.SimpleRenderer renderer, de.javagl.simplerenderer.SimpleObject object)
          Create a new Simulation
(package private)  void ClothApplication.initializeSimulation(ClothData clothData, SimData simData)
          Initialize the simulation and rendering using the given ClothData and SimData
(package private) static void ClothApplicationSetup.saveSimData(SimData simData, java.lang.String fileName)
          Writes the given SimData into the file with the specified name.
 

Constructors in org.jocl.cloth with parameters of type SimData
ClothSimulationJava(SimData simData, de.javagl.simplerenderer.SimpleRenderer renderer, de.javagl.simplerenderer.SimpleObject clothObject)
          Creates a new cloth simulation from the given data
ClothSimulationJOCL(CLClothConfig clConfig, SimData simData, de.javagl.simplerenderer.SimpleRenderer renderer, de.javagl.simplerenderer.SimpleObject clothObject)
          Creates a new cloth simulation from the given data