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