public class VgDiscreteQuaternionFunctorDescriptorConstRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgDiscreteQuaternionFunctorDescriptorConstRefPtr() |
VgDiscreteQuaternionFunctorDescriptorConstRefPtr(VgDiscreteQuaternionFunctorDescriptor pPointer) |
VgDiscreteQuaternionFunctorDescriptorConstRefPtr(VgDiscreteQuaternionFunctorDescriptorConstRefPtr pConstRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgDiscreteQuaternionFunctorDescriptor |
__deref__() |
VgDiscreteQuaternionFunctorDescriptor |
__ref__() |
void |
delete() |
VgDiscreteQuaternionFunctorDescriptor |
get() |
float |
getMEndTime() |
double |
getMFinalTimestamp() |
double |
getMInitialTimestamp() |
VgOrientationValuePairVector |
getMOrientationValues() |
float |
getMStartTime() |
int |
getNbReferences() |
static VgDiscreteQuaternionFunctorDescriptorConstRefPtr |
getNull() |
boolean |
isValid() |
void |
ref() |
VgDiscreteQuaternionFunctorDescriptorConstRefPtr |
set(VgDiscreteQuaternionFunctorDescriptor pPointer) |
void |
unref() |
public VgDiscreteQuaternionFunctorDescriptorConstRefPtr()
public VgDiscreteQuaternionFunctorDescriptorConstRefPtr(VgDiscreteQuaternionFunctorDescriptor pPointer)
public VgDiscreteQuaternionFunctorDescriptorConstRefPtr(VgDiscreteQuaternionFunctorDescriptorConstRefPtr pConstRefPtr)
public void delete()
public static VgDiscreteQuaternionFunctorDescriptorConstRefPtr getNull()
public VgDiscreteQuaternionFunctorDescriptorConstRefPtr set(VgDiscreteQuaternionFunctorDescriptor pPointer)
public VgDiscreteQuaternionFunctorDescriptor __ref__()
public VgDiscreteQuaternionFunctorDescriptor __deref__()
public VgDiscreteQuaternionFunctorDescriptor get()
public boolean isValid()
public VgOrientationValuePairVector getMOrientationValues()
public double getMInitialTimestamp()
public double getMFinalTimestamp()
public float getMStartTime()
public float getMEndTime()
public void ref()
public void unref()
public int getNbReferences()