public class VgDiscreteVectorFunctorDescriptorRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgDiscreteVectorFunctorDescriptorRefPtr() |
VgDiscreteVectorFunctorDescriptorRefPtr(VgDiscreteVectorFunctorDescriptor pPointer) |
VgDiscreteVectorFunctorDescriptorRefPtr(VgDiscreteVectorFunctorDescriptorRefPtr pRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgDiscreteVectorFunctorDescriptor |
__deref__() |
VgDiscreteVectorFunctorDescriptor |
__ref__() |
VgDiscreteVectorFunctorDescriptorRefPtr |
create() |
void |
delete() |
VgDiscreteVectorFunctorDescriptor |
get() |
float |
getMEndTime() |
double |
getMFinalTimestamp() |
double |
getMInitialTimestamp() |
VgLocationValuePairVector |
getMLocationValues() |
float |
getMStartTime() |
int |
getNbReferences() |
static VgDiscreteVectorFunctorDescriptorRefPtr |
getNull() |
boolean |
isValid() |
void |
ref() |
VgDiscreteVectorFunctorDescriptorRefPtr |
set(VgDiscreteVectorFunctorDescriptor pPointer) |
void |
setMEndTime(float value) |
void |
setMFinalTimestamp(double value) |
void |
setMInitialTimestamp(double value) |
void |
setMLocationValues(VgLocationValuePairVector value) |
void |
setMStartTime(float value) |
void |
unref() |
public VgDiscreteVectorFunctorDescriptorRefPtr()
public VgDiscreteVectorFunctorDescriptorRefPtr(VgDiscreteVectorFunctorDescriptor pPointer)
public VgDiscreteVectorFunctorDescriptorRefPtr(VgDiscreteVectorFunctorDescriptorRefPtr pRefPtr)
public void delete()
public static VgDiscreteVectorFunctorDescriptorRefPtr getNull()
public VgDiscreteVectorFunctorDescriptorRefPtr set(VgDiscreteVectorFunctorDescriptor pPointer)
public VgDiscreteVectorFunctorDescriptor __ref__()
public VgDiscreteVectorFunctorDescriptor __deref__()
public VgDiscreteVectorFunctorDescriptor get()
public boolean isValid()
public VgDiscreteVectorFunctorDescriptorRefPtr create()
public void setMLocationValues(VgLocationValuePairVector value)
public VgLocationValuePairVector getMLocationValues()
public void setMInitialTimestamp(double value)
public double getMInitialTimestamp()
public void setMFinalTimestamp(double value)
public double getMFinalTimestamp()
public void setMStartTime(float value)
public float getMStartTime()
public void setMEndTime(float value)
public float getMEndTime()
public void ref()
public void unref()
public int getNbReferences()