public class VgAnimationDescriptorConstRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgAnimationDescriptorConstRefPtr() |
VgAnimationDescriptorConstRefPtr(VgAnimationDescriptor pPointer) |
VgAnimationDescriptorConstRefPtr(VgAnimationDescriptorConstRefPtr pConstRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgAnimationDescriptor |
__deref__() |
VgAnimationDescriptor |
__ref__() |
void |
delete() |
VgAnimationDescriptor |
get() |
VgIAnimationCallbackRefPtr |
getMCallback() |
float |
getMDuration() |
VgFunctorDescriptorMap |
getMFunctorDescriptors() |
long |
getMLoopMode() |
int |
getNbReferences() |
static VgAnimationDescriptorConstRefPtr |
getNull() |
boolean |
isValid() |
void |
ref() |
VgAnimationDescriptorConstRefPtr |
set(VgAnimationDescriptor pPointer) |
void |
unref() |
public VgAnimationDescriptorConstRefPtr()
public VgAnimationDescriptorConstRefPtr(VgAnimationDescriptor pPointer)
public VgAnimationDescriptorConstRefPtr(VgAnimationDescriptorConstRefPtr pConstRefPtr)
public void delete()
public static VgAnimationDescriptorConstRefPtr getNull()
public VgAnimationDescriptorConstRefPtr set(VgAnimationDescriptor pPointer)
public VgAnimationDescriptor __ref__()
public VgAnimationDescriptor __deref__()
public VgAnimationDescriptor get()
public boolean isValid()
public VgFunctorDescriptorMap getMFunctorDescriptors()
public float getMDuration()
public long getMLoopMode()
public VgIAnimationCallbackRefPtr getMCallback()
public void ref()
public void unref()
public int getNbReferences()