Package | Description |
---|---|
fr.cnes.sirius.patrius.math.utils |
Modifier and Type | Field and Description |
---|---|
protected ISearchIndex.SearchIndexIntervalConvention |
AbstractSearchIndex.convention
The convention for the definition of intervals.
|
Modifier and Type | Method and Description |
---|---|
ISearchIndex.SearchIndexIntervalConvention |
ISearchIndex.getConvention()
Returns the convention that can be applied to the interval during the search index algorithm.
|
ISearchIndex.SearchIndexIntervalConvention |
AbstractSearchIndex.getConvention()
Returns the convention that can be applied to the interval during the search index algorithm.
|
static ISearchIndex.SearchIndexIntervalConvention |
ISearchIndex.SearchIndexIntervalConvention.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISearchIndex.SearchIndexIntervalConvention[] |
ISearchIndex.SearchIndexIntervalConvention.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractSearchIndex(double[] tab2,
ISearchIndex.SearchIndexIntervalConvention searchIndexConvention)
Constructor with defined interval convention.
|
Copyright © 2021 CNES. All rights reserved.