OFF node object definition and implementation.
Node object class.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| type(vector), | public | :: | vertex | Vertex coordinates. |
| generic, public :: assignment(=) => node_assign_node | Overload |
| procedure, public, pass(self) :: destroy | Destroy node. |
| procedure, public, pass(self) :: initialize | Initialize node. |
| procedure, public, pass(lhs) :: node_assign_node | Operator |
Destroy node.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(node_object), | intent(inout) | :: | self | Node object. |
Initialize node.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(node_object), | intent(inout) | :: | self | Node object. |
Operator =.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(node_object), | intent(inout) | :: | lhs | Left hand side. |
||
| type(node_object), | intent(in) | :: | rhs | Right hand side. |