opensurgsim
|
Edge data for testing, storing ID. More...
#include <MockObjects.h>
Public Member Functions | |
MockEdgeData (size_t id) | |
Constructor. More... | |
MockEdgeData () | |
Constructor. | |
virtual | ~MockEdgeData () |
Destructor. | |
size_t | getId () const |
Gets the edge's unique ID in its mesh. | |
bool | operator== (const MockEdgeData &data) const |
Compare the edge data to another one (equality) More... | |
Edge data for testing, storing ID.
|
inlineexplicit |
Constructor.
id | Unique ID of the edge in its mesh |
|
inline |
Compare the edge data to another one (equality)
data | The MockEdgeData to compare it to |