Package org.robwork.sdurw_assembly
Class AssemblyParameterizationPtr
- java.lang.Object
 - 
- org.robwork.sdurw_assembly.AssemblyParameterizationPtr
 
 
- 
public class AssemblyParameterizationPtr extends java.lang.ObjectPtr stores a pointer and optionally takes ownership of the value. 
- 
- 
Constructor Summary
Constructors Constructor Description AssemblyParameterizationPtr()Default constructor yielding a NULL-pointer.AssemblyParameterizationPtr(long cPtr, boolean cMemoryOwn)AssemblyParameterizationPtr(AssemblyParameterization 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 AssemblyParameterization__ref__()Dereferencing operator.AssemblyParameterizationPtrclone()voiddelete()AssemblyParameterizationderef()The pointer stored in the object.booleanequals(AssemblyParameterization p)static longgetCPtr(AssemblyParameterizationPtr obj)AssemblyParameterizationgetDeref()Member access operator.booleanisNull()checks if the pointer is nullbooleanisShared()check if this Ptr has shared ownership or none
ownershipSWIGTYPE_p_rw__core__PtrT_rw__core__PropertyMap_ttoPropertyMap() 
 - 
 
- 
- 
Constructor Detail
- 
AssemblyParameterizationPtr
public AssemblyParameterizationPtr(long cPtr, boolean cMemoryOwn) 
- 
AssemblyParameterizationPtr
public AssemblyParameterizationPtr()
Default constructor yielding a NULL-pointer. 
- 
AssemblyParameterizationPtr
public AssemblyParameterizationPtr(AssemblyParameterization ptr)
Do not take ownership of ptr.
ptr can be null.
The constructor is implicit on purpose. 
 - 
 
- 
Method Detail
- 
getCPtr
public static long getCPtr(AssemblyParameterizationPtr obj)
 
- 
delete
public void delete()
 
- 
deref
public AssemblyParameterization deref()
The pointer stored in the object. 
- 
__ref__
public AssemblyParameterization __ref__()
Dereferencing operator. 
- 
getDeref
public AssemblyParameterization getDeref()
Member access operator. 
- 
equals
public boolean equals(AssemblyParameterization 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
 
 
- 
toPropertyMap
public SWIGTYPE_p_rw__core__PtrT_rw__core__PropertyMap_t toPropertyMap()
 
- 
clone
public AssemblyParameterizationPtr clone()
 
 - 
 
 -