Package org.robwork.sdurw_geometry
Class IndexedTriangle_32Ptr
- java.lang.Object
-
- org.robwork.sdurw_geometry.IndexedTriangle_32Ptr
-
public class IndexedTriangle_32Ptr extends java.lang.Object
Ptr stores a pointer and optionally takes ownership of the value.
-
-
Constructor Summary
Constructors Constructor Description IndexedTriangle_32Ptr()
Default constructor yielding a NULL-pointer.IndexedTriangle_32Ptr(long cPtr, boolean cMemoryOwn)
IndexedTriangle_32Ptr(IndexedTriangle_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 IndexedTriangle_32
__ref__()
Dereferencing operator.IndexedTriangle_32CPtr
cptr()
void
delete()
IndexedTriangle_32
deref()
The pointer stored in the object.boolean
equals(IndexedTriangle_32 p)
long
get(long i)
static long
getCPtr(IndexedTriangle_32Ptr obj)
IndexedTriangle_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)
-
-
-
Constructor Detail
-
IndexedTriangle_32Ptr
public IndexedTriangle_32Ptr(long cPtr, boolean cMemoryOwn)
-
IndexedTriangle_32Ptr
public IndexedTriangle_32Ptr()
Default constructor yielding a NULL-pointer.
-
IndexedTriangle_32Ptr
public IndexedTriangle_32Ptr(IndexedTriangle_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(IndexedTriangle_32Ptr obj)
-
delete
public void delete()
-
deref
public IndexedTriangle_32 deref()
The pointer stored in the object.
-
__ref__
public IndexedTriangle_32 __ref__()
Dereferencing operator.
-
getDeref
public IndexedTriangle_32 getDeref()
Member access operator.
-
equals
public boolean equals(IndexedTriangle_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 IndexedTriangle_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)
-
-