georegression.fitting.sphere
Class ModelManagerSphere3D_F64
- java.lang.Object
-
- georegression.fitting.sphere.ModelManagerSphere3D_F64
-
- All Implemented Interfaces:
- ModelManager<Sphere3D_F64>
public class ModelManagerSphere3D_F64 extends java.lang.Object implements ModelManager<Sphere3D_F64>
ManagesSphere3D_F64.
-
-
Constructor Summary
Constructors Constructor and Description ModelManagerSphere3D_F64()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcopyModel(Sphere3D_F64 src, Sphere3D_F64 dst)Turns 'dst' into an exact copy of 'src'.Sphere3D_F64createModelInstance()Creates a new instance of the model
-
-
-
Method Detail
-
createModelInstance
public Sphere3D_F64 createModelInstance()
Description copied from interface:ModelManagerCreates a new instance of the model- Specified by:
createModelInstancein interfaceModelManager<Sphere3D_F64>- Returns:
- New model instance
-
copyModel
public void copyModel(Sphere3D_F64 src, Sphere3D_F64 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<Sphere3D_F64>- Parameters:
src- Original model. Not modified.dst- Where the copy is written to. Modified.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG