Advancing |
public class AdvancingFrontNode
The AdvancingFrontNode type exposes the following members.
| Name | Description | |
|---|---|---|
| AdvancingFrontNode | Initializes a new instance of the AdvancingFrontNode class. |
| Name | Description | |
|---|---|---|
| HasNext | Gets a value indicating whether this node has a next node. | |
| HasPrev | Gets a value indicating whether this node has a previous node. |
| 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) | |
| 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) |
| Name | Description | |
|---|---|---|
| Next | The next node in the advancing front. | |
| Point | The point represented by this node. | |
| Prev | The previous node in the advancing front. | |
| Triangle | The triangle currently associated with this node. | |
| Value | The x-coordinate value used for front searches. |