georegression.fitting.se
Class ModelManagerSe2_F32
- java.lang.Object
-
- georegression.fitting.se.ModelManagerSe2_F32
-
- All Implemented Interfaces:
- ModelManager<Se2_F32>
public class ModelManagerSe2_F32 extends java.lang.Object implements ModelManager<Se2_F32>
ManagesSe2_F32.
-
-
Constructor Summary
Constructors Constructor and Description ModelManagerSe2_F32()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcopyModel(Se2_F32 src, Se2_F32 dst)Turns 'dst' into an exact copy of 'src'.Se2_F32createModelInstance()Creates a new instance of the model
-
-
-
Method Detail
-
createModelInstance
public Se2_F32 createModelInstance()
Description copied from interface:ModelManagerCreates a new instance of the model- Specified by:
createModelInstancein interfaceModelManager<Se2_F32>- Returns:
- New model instance
-
copyModel
public void copyModel(Se2_F32 src, Se2_F32 dst)
Description copied from interface:ModelManagerTurns 'dst' into an exact copy of 'src'. If the model has a variable structure then it is assumed that the two models have the same structure.- Specified by:
copyModelin interfaceModelManager<Se2_F32>- Parameters:
src- Original model. Not modified.dst- Where the copy is written to. Modified.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG