|
|
Element1DStatesCollection Class |
Namespace: Karamba.Elements
The Element1DStatesCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Element1DStatesCollection |
Initializes a new instance of the Element1DStatesCollection class.
Creates an empty instance of Element1DStatesCollection.
|
| Name | Description | |
|---|---|---|
| BasePoints | ||
| Positions |
Gets all the Position sorted.
| |
| States |
Gets all the Element1DState sorted by their Position.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | Returns an enumerator that iterates through the collection. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryAddState |
Tries to add a new Element1DState to this Element1DStatesCollection.
It will succeed if there are not any Element1DState with the same Position.
| |
| TryGetRange |
Tries to return all the Element1DStates whose Position is into the given domain.
| |
| TryGetStateFromPosition | ||
| UnionWith |
Modifies the current Element1DStatesCollection
object to contain all elements that are present in itself,
the specified Element1DStatesCollection, or both.
|