Package samer.units
Class VecToDouble
- java.lang.Object
-
- samer.tools.AnonymousTask
-
- samer.units.VecToDouble
-
- All Implemented Interfaces:
- Task
public class VecToDouble extends AnonymousTask
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description VecToDouble(Vec in, int j, DoubleModel out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description DoubleModel
output()
void
run()
void
setIndex(int j)
-
Methods inherited from class samer.tools.AnonymousTask
dispose, starting, stopping
-
-
-
-
Constructor Detail
-
VecToDouble
public VecToDouble(Vec in, int j, DoubleModel out)
-
-