Package com.agisoft.metashape
Class Model.Vertex
java.lang.Object
com.agisoft.metashape.Model.Vertex
- Enclosing class:
- Model
public static class Model.Vertex extends Object
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
-
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()floatgetConfidence()Vertex confidence.Vector3dgetCoord()Vertex coordinates.static longgetCPtr(Model.Vertex obj)voidsetConfidence(float confidence)Vertex confidence.voidsetCoord(Vector3d coord)Vertex coordinates.
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
Vertex
public Vertex(long cPtr, boolean cMemoryOwn) -
Vertex
public Vertex()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
setCoord
Vertex coordinates. -
getCoord
Vertex coordinates. -
setConfidence
public void setConfidence(float confidence)Vertex confidence. -
getConfidence
public float getConfidence()Vertex confidence.
-