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