public class Parameter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Modifier | Constructor and Description |
|---|---|
|
Parameter() |
protected |
Parameter(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
Constraint |
constraint() |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(Parameter obj) |
double |
getValue(double t) |
Array |
params() |
void |
setParam(long i,
double x) |
long |
size() |
boolean |
testParams(Array params) |
protected Parameter(long cPtr,
boolean cMemoryOwn)
public Parameter()
protected static long getCPtr(Parameter obj)
public void delete()
public Array params()
public void setParam(long i,
double x)
public boolean testParams(Array params)
public long size()
public double getValue(double t)
public Constraint constraint()
Copyright © 2017. All rights reserved.