#include <cn94.hpp>
Inheritance diagram for Arak::CN94Proposal::MoveVertexAlongBdEdge:


Definition at line 299 of file cn94.hpp.
Public Member Functions | |
| MoveVertexAlongBdEdge () | |
| void | reset (Coloring::VertexHandle vertex, const Point &point) |
| Resets this move. | |
| virtual void | execute (Coloring &c) |
| Updates the supplied coloring according to this move. | |
| virtual void | undo (Coloring &c) |
| Updates the supplied Coloring so that the effects of performing this move are undone. | |
Protected Attributes | |
| Coloring::VertexHandle | vertex |
| The boundary vertex to move. | |
| Point | oldLoc |
| The current location of the vertex to be moved. | |
| Point | newLoc |
| The new location of the vertex to be moved. | |
Friends | |
| class | CN94Proposal |
|
|
|
|
|
Updates the supplied coloring according to this move. It is an error to call this method if the move is not valid for the supplied coloring.
Implements Arak::ColoringMove. Definition at line 196 of file cn94.cpp. References Arak::Coloring::moveVertexAlongBd(). |
|
||||||||||||
|
Resets this move.
Definition at line 190 of file cn94.cpp. References Arak::Geometry::Point, and Arak::Coloring::VertexHandle. Referenced by Arak::CN94Proposal::sampleMoveVertexAlongBd(). |
|
|
Updates the supplied Coloring so that the effects of performing this move are undone. The semantics of this method ensure that applying execute(Coloring&) and then undo(Coloring&) to the same coloring leaves the coloring invariant. It is an error to call this method if this undo is not valid for the supplied coloring.
Implements Arak::ColoringMove. Definition at line 200 of file cn94.cpp. References Arak::Coloring::moveVertexAlongBd(). |
|
|
|
|
|
The new location of the vertex to be moved.
|
|
|
The current location of the vertex to be moved.
|
|
|
The boundary vertex to move.
Definition at line 308 of file cn94.hpp. Referenced by Arak::CN94Proposal::ll(), and Arak::CN94Proposal::rll(). |
1.3.6