public class VgVectorInterpolationFunctorDescriptorConstRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgVectorInterpolationFunctorDescriptorConstRefPtr() |
VgVectorInterpolationFunctorDescriptorConstRefPtr(VgVectorInterpolationFunctorDescriptor pPointer) |
VgVectorInterpolationFunctorDescriptorConstRefPtr(VgVectorInterpolationFunctorDescriptorConstRefPtr pConstRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgVectorInterpolationFunctorDescriptor |
__deref__() |
VgVectorInterpolationFunctorDescriptor |
__ref__() |
void |
delete() |
VgVectorInterpolationFunctorDescriptor |
get() |
boolean |
getMCubic() |
VgPosition |
getMEndPosition() |
float |
getMEndTime() |
VgPosition |
getMStartPosition() |
float |
getMStartTime() |
int |
getNbReferences() |
static VgVectorInterpolationFunctorDescriptorConstRefPtr |
getNull() |
boolean |
isValid() |
void |
ref() |
VgVectorInterpolationFunctorDescriptorConstRefPtr |
set(VgVectorInterpolationFunctorDescriptor pPointer) |
void |
unref() |
public VgVectorInterpolationFunctorDescriptorConstRefPtr()
public VgVectorInterpolationFunctorDescriptorConstRefPtr(VgVectorInterpolationFunctorDescriptor pPointer)
public VgVectorInterpolationFunctorDescriptorConstRefPtr(VgVectorInterpolationFunctorDescriptorConstRefPtr pConstRefPtr)
public void delete()
public static VgVectorInterpolationFunctorDescriptorConstRefPtr getNull()
public VgVectorInterpolationFunctorDescriptorConstRefPtr set(VgVectorInterpolationFunctorDescriptor pPointer)
public VgVectorInterpolationFunctorDescriptor __ref__()
public VgVectorInterpolationFunctorDescriptor __deref__()
public VgVectorInterpolationFunctorDescriptor get()
public boolean isValid()
public VgPosition getMStartPosition()
public VgPosition getMEndPosition()
public boolean getMCubic()
public float getMStartTime()
public float getMEndTime()
public void ref()
public void unref()
public int getNbReferences()