| Package | Description | 
|---|---|
| agi.foundation.geometry.shapes | 
 Contains types for representing geometric shapes such as curves, surfaces, and solids. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static EnclosureFunctionType | 
EnclosureFunctionType.getDefault()
Get the enum constant that is considered to be the default. 
 | 
static EnclosureFunctionType | 
EnclosureFunctionType.getFromValue(int value)
Get the enum constant that is associated with the given numeric value. 
 | 
EnclosureFunctionType | 
EnclosureDescription.getFunctionType()
Gets the type of value returned by the  
Function (get). | 
static EnclosureFunctionType | 
EnclosureFunctionType.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EnclosureFunctionType[] | 
EnclosureFunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
EnclosureDescription(RealValuedScalarFunction1<Cartesian> function,
                    EnclosureFunctionType functionType)
Initializes a new instance. 
 |