Uses of Interface
org.jocl.cloth.Simulation

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

Uses of Simulation in org.jocl.cloth
 

Classes in org.jocl.cloth that implement Simulation
(package private)  class ClothSimulationCoreJava
          The core of a cloth Simulation implemented in plain Java.
(package private)  class ClothSimulationCoreJOCL
          The core of a cloth Simulation implemented with OpenCL.
(package private)  class ClothSimulationJava
          Implementation of a Simulation that performs a cloth simulation with plain Java.
(package private)  class ClothSimulationJOCL
          Implementation of a Simulation that performs a cloth simulation with OpenCL.
 

Methods in org.jocl.cloth that return Simulation
 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
 

Methods in org.jocl.cloth with parameters of type Simulation
(package private)  void Simulator.setSimulation(Simulation simulation)
          Set the Simulation driven by this simulator.