Package org.robwork.sdurw_geometry
Class TriMesh.TriCenterIterator
- java.lang.Object
-
- org.robwork.sdurw_geometry.TriMesh.TriCenterIterator
-
- Enclosing class:
- TriMesh
public static class TriMesh.TriCenterIterator extends java.lang.Objectstruct for iterating over the centers of triangles in a mesh
-
-
Constructor Summary
Constructors Constructor Description TriCenterIterator(long cPtr, boolean cMemoryOwn)TriCenterIterator(TriMesh mesh)TriCenterIterator(TriMesh mesh, boolean useAreaWeight)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector3D__ref__()voiddelete()booleanequals(TriMesh.TriCenterIterator other)longget_end()longget_first()TriMeshget_mesh()Vector3Dget_pos()booleanget_useAreaWeight()static longgetCPtr(TriMesh.TriCenterIterator obj)voidinc()TriMesh.TriCenterIteratorincrement()Increments the classbooleannotEqual(TriMesh.TriCenterIterator other)voidset_end(long value)voidset_first(long value)voidset_pos(Vector3D value)voidset_useAreaWeight(boolean value)
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(TriMesh.TriCenterIterator obj)
-
delete
public void delete()
-
set_pos
public void set_pos(Vector3D value)
-
get_pos
public Vector3D get_pos()
-
get_mesh
public TriMesh get_mesh()
-
set_first
public void set_first(long value)
-
get_first
public long get_first()
-
set_end
public void set_end(long value)
-
get_end
public long get_end()
-
set_useAreaWeight
public void set_useAreaWeight(boolean value)
-
get_useAreaWeight
public boolean get_useAreaWeight()
-
__ref__
public Vector3D __ref__()
-
increment
public TriMesh.TriCenterIterator increment()
Increments the class- Returns:
- The incremented class
-
equals
public boolean equals(TriMesh.TriCenterIterator other)
-
notEqual
public boolean notEqual(TriMesh.TriCenterIterator other)
-
inc
public void inc()
-
-