Package org.robwork.sdurw_geometry
Class IndexedPolygon_32Ptr
- java.lang.Object
-
- org.robwork.sdurw_geometry.IndexedPolygon_32Ptr
-
public class IndexedPolygon_32Ptr extends java.lang.Object
Ptr stores a pointer and optionally takes ownership of the value.
-
-
Constructor Summary
Constructors Constructor Description IndexedPolygon_32Ptr()
Default constructor yielding a NULL-pointer.IndexedPolygon_32Ptr(long cPtr, boolean cMemoryOwn)
IndexedPolygon_32Ptr(IndexedPolygon_32 ptr)
Do not take ownership of ptr.
ptr can be null.
The constructor is implicit on purpose.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexedPolygon_32
__ref__()
Dereferencing operator.IndexedPolygon_32CPtr
cptr()
void
delete()
IndexedPolygon_32
deref()
The pointer stored in the object.boolean
equals(IndexedPolygon_32 p)
long
get(long i)
static long
getCPtr(IndexedPolygon_32Ptr obj)
IndexedPolygon_32
getDeref()
Member access operator.SWIGTYPE_p_unsigned_int
getVertexIdx(long i)
returns the index of vertex i of the triangleboolean
isNull()
checks if the pointer is nullboolean
isShared()
check if this Ptr has shared ownership or none
ownershipvoid
set(long i, long d)
long
size()
Number of vertices of this polygon
-
-
-
Constructor Detail
-
IndexedPolygon_32Ptr
public IndexedPolygon_32Ptr(long cPtr, boolean cMemoryOwn)
-
IndexedPolygon_32Ptr
public IndexedPolygon_32Ptr()
Default constructor yielding a NULL-pointer.
-
IndexedPolygon_32Ptr
public IndexedPolygon_32Ptr(IndexedPolygon_32 ptr)
Do not take ownership of ptr.
ptr can be null.
The constructor is implicit on purpose.
-
-
Method Detail
-
getCPtr
public static long getCPtr(IndexedPolygon_32Ptr obj)
-
delete
public void delete()
-
deref
public IndexedPolygon_32 deref()
The pointer stored in the object.
-
__ref__
public IndexedPolygon_32 __ref__()
Dereferencing operator.
-
getDeref
public IndexedPolygon_32 getDeref()
Member access operator.
-
equals
public boolean equals(IndexedPolygon_32 p)
-
isShared
public boolean isShared()
check if this Ptr has shared ownership or none
ownership- Returns:
- true if Ptr has shared ownership, false if it has no ownership.
-
isNull
public boolean isNull()
checks if the pointer is null- Returns:
- Returns true if the pointer is null
-
cptr
public IndexedPolygon_32CPtr cptr()
-
getVertexIdx
public SWIGTYPE_p_unsigned_int getVertexIdx(long i)
returns the index of vertex i of the triangle
-
get
public long get(long i)
-
set
public void set(long i, long d)
-
size
public long size()
Number of vertices of this polygon- Returns:
- Number of vertices
-
-