Knot
|
The KnotCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| KnotCollection | Default constructor for the KnotCollection class. |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| Count | Property that represents the length of this collection. | |
| EndParameter | Property that represents the last knot value of this collection. | |
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| IsFixedSize | Property that indicates whether this collection has a fixed size. | |
| IsReadOnly | Property that indicates whether this collection is read-only. | |
| IsSynchronized | Property that indicates whether access to this collection is thread-safe. | |
| Item | Property that represents an item from the collection at the specified index. | |
| NumberOfIntervals | Property that represents the number of intervals between distinct knots. Consecutive knots are considered distinct if and only if they are not within the knot equality tolerance. | |
| StartParameter | Property that represents the first knot value of this collection. | |
| SyncRoot | Property that represents an object that can be used to synchronize access to this collection. | |
| Tolerance | Property that represents the knot equality tolerance. | |
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| Add | Appends a single knot to this vector, and returns the value of the single knot. | |
| Clear | ||
| Contains | Checks whether the specified parameter is between the first and last knots. | |
| CopyTo | Copies this knot collection to the specified array. | |
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| GetDistinctKnots | Returns a set of unique knots (i.e. knots without repetitions) in this knot collection. | |
| GetEnumerator | Returns an enumerator object for this knot collection. | |
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetInterval | Returns the knot interval, and the index of the knot interval, containing the point specified by param. | |
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetMultiplicityAt | Returns knot multiplicity (repetitions) of the knot value at the specified index. | |
| GetType | (Inherited from Object) |
|
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| Insert | Inserts the specified knot at the specified index. | |
| IsOn | Checks whether the specified knot is a member of this knot collection within the knot equality tolerance. | |
| RemoveAt | Removes the specified knot from this knot collection. | |
| Reverse | Reverses the order of this knot collection. | |
| SetRange | Transforms this vector such that the first knot has the value of the lower parameter, and the last knot has the value of the upper parameter. | |
| Split | Splits this vector at the point corresponding to the passed parameter. | |
| ToString | (Inherited from Object) |
| © Bricsys NV. All rights reserved. |