Package org.robwork.sdurw_geometry
Class PlainTriMeshN1_fCPtr
- java.lang.Object
-
- org.robwork.sdurw_geometry.PlainTriMeshN1_fCPtr
-
public class PlainTriMeshN1_fCPtr extends java.lang.Object
Ptr stores a pointer and optionally takes ownership of the value.
-
-
Constructor Summary
Constructors Constructor Description PlainTriMeshN1_fCPtr()
Default constructor yielding a NULL-pointer.PlainTriMeshN1_fCPtr(long cPtr, boolean cMemoryOwn)
PlainTriMeshN1_fCPtr(PlainTriMeshN1_f 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 PlainTriMeshN1_f
__ref__()
Dereferencing operator.TriMeshPtr
clone()
void
delete()
PlainTriMeshN1_f
deref()
The pointer stored in the object.boolean
equals(PlainTriMeshN1_f p)
static long
getCPtr(PlainTriMeshN1_fCPtr obj)
PlainTriMeshN1_f
getDeref()
Member access operator.long
getSize()
Triangle
getTriangle(long idx)
void
getTriangle(long idx, Triangle dst)
void
getTriangle(long idx, Triangle_f dst)
GeometryData.GeometryType
getType()
double
getVolume()
calculate a volume of this triangle meshboolean
isNull()
checks if the pointer is nullboolean
isShared()
check if this Ptr has shared ownership or none
ownershiplong
size()
-
-
-
Constructor Detail
-
PlainTriMeshN1_fCPtr
public PlainTriMeshN1_fCPtr(long cPtr, boolean cMemoryOwn)
-
PlainTriMeshN1_fCPtr
public PlainTriMeshN1_fCPtr()
Default constructor yielding a NULL-pointer.
-
PlainTriMeshN1_fCPtr
public PlainTriMeshN1_fCPtr(PlainTriMeshN1_f ptr)
Do not take ownership of ptr.
ptr can be null.
The constructor is implicit on purpose.
-
-
Method Detail
-
getCPtr
public static long getCPtr(PlainTriMeshN1_fCPtr obj)
-
delete
public void delete()
-
deref
public PlainTriMeshN1_f deref()
The pointer stored in the object.
-
__ref__
public PlainTriMeshN1_f __ref__()
Dereferencing operator.
-
getDeref
public PlainTriMeshN1_f getDeref()
Member access operator.
-
equals
public boolean equals(PlainTriMeshN1_f 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
-
getTriangle
public Triangle getTriangle(long idx)
-
getTriangle
public void getTriangle(long idx, Triangle dst)
-
getTriangle
public void getTriangle(long idx, Triangle_f dst)
-
getSize
public long getSize()
-
size
public long size()
-
getType
public GeometryData.GeometryType getType()
-
clone
public TriMeshPtr clone()
-
getVolume
public double getVolume()
calculate a volume of this triangle mesh
-
-