Package | Description |
---|---|
agi.foundation.geometry.shapes |
Contains types for representing geometric shapes such as curves, surfaces, and solids.
|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
Modifier and Type | Method and Description |
---|---|
RealValuedScalarFunction1<Cartesian> |
EnclosureDescription.getFunction()
Gets the enclosure function.
|
Constructor and Description |
---|
EnclosureDescription(RealValuedScalarFunction1<Cartesian> function,
EnclosureFunctionType functionType)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
RealValuedScalarFunction1<T> |
RealValuedScalarFunctionAdapter.getFunction()
Gets the function to adapt.
|
static <T> RealValuedScalarFunction1<T> |
RealValuedScalarFunction1.of(RealValuedScalarFunction1.Function<T> f)
Create a delegate for the given interface.
|
static <T> RealValuedScalarFunction1<T> |
RealValuedScalarFunction1.of(RealValuedScalarFunction1.Function<T> f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static <T> RealValuedScalarFunction1<T> |
RealValuedScalarFunction1.of(RealValuedScalarFunction1.Function<T> f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
Modifier and Type | Method and Description |
---|---|
void |
RealValuedScalarFunctionAdapter.setFunction(RealValuedScalarFunction1<T> value)
Sets the function to adapt.
|
Constructor and Description |
---|
RealValuedScalarFunctionAdapter(RealValuedScalarFunction1<T> function)
Initializes a new instance.
|