Uses of Interface
org.jocl.cloth.SimulationFactory

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

Uses of SimulationFactory in org.jocl.cloth
 

Classes in org.jocl.cloth that implement SimulationFactory
(package private)  class SimulationFactoryJava
          A factory for plain java cloth simulations
(package private)  class SimulationFactoryJOCL
          A factory for OpenCL cloth simulations
 

Methods in org.jocl.cloth that return SimulationFactory
 SimulationFactory ClothApplicationGUI.SimulationType.getSimulationFactory()
          Returns the simulation factory
 

Methods in org.jocl.cloth with parameters of type SimulationFactory
(package private)  void ClothApplication.setSimulationFactory(SimulationFactory simulationFactory)
          Set the SimulationFactory that should be used when the simulation is initialized.