Package org.robwork.sdurw_geometry
Class TriMesh.VerticeIterator
- java.lang.Object
-
- org.robwork.sdurw_geometry.TriMesh.VerticeIterator
-
- Enclosing class:
- TriMesh
public static class TriMesh.VerticeIterator extends java.lang.Object
struct for iterating over the centers of triangles in a mesh
-
-
Constructor Summary
Constructors Constructor Description VerticeIterator(long cPtr, boolean cMemoryOwn)
VerticeIterator(TriMesh mesh)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector3D
__ref__()
void
delete()
boolean
equals(TriMesh.VerticeIterator other)
long
get_end()
long
get_first()
TriMesh
get_mesh()
Vector3D
get_pos()
long
get_subIdx()
static long
getCPtr(TriMesh.VerticeIterator obj)
void
inc()
TriMesh.VerticeIterator
increment()
Increments the classboolean
notEqual(TriMesh.VerticeIterator other)
void
set_end(long value)
void
set_first(long value)
void
set_pos(Vector3D value)
void
set_subIdx(long value)
-
-
-
Constructor Detail
-
VerticeIterator
public VerticeIterator(long cPtr, boolean cMemoryOwn)
-
VerticeIterator
public VerticeIterator(TriMesh mesh)
-
-
Method Detail
-
getCPtr
public static long getCPtr(TriMesh.VerticeIterator 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_subIdx
public void set_subIdx(long value)
-
get_subIdx
public long get_subIdx()
-
__ref__
public Vector3D __ref__()
-
increment
public TriMesh.VerticeIterator increment()
Increments the class- Returns:
- The incremented class
-
equals
public boolean equals(TriMesh.VerticeIterator other)
-
notEqual
public boolean notEqual(TriMesh.VerticeIterator other)
-
inc
public void inc()
-
-