byteman
1.3 (Build #225)
Bitstream relocation and manipulation tool
|
#include "CommonDevice2D.h"
Public Member Functions | |
CommonDevice2D () | |
void | region (std::string, Rect2D) |
virtual | ~CommonDevice2D () |
Public Member Functions inherited from CommonDevice | |
CommonDevice () | |
void | log (std::string message) |
void | printMessage (std::string message) |
void | warn (std::string message) |
virtual | ~CommonDevice () |
Public Attributes | |
std::vector< Rect2D > | regionSelection |
Public Attributes inherited from CommonDevice | |
int | enableLog |
int | enableWarn |
std::string | instanceName |
Definition at line 27 of file CommonDevice2D.h.
|
inline |
Definition at line 30 of file CommonDevice2D.h.
|
inlinevirtual |
Definition at line 34 of file CommonDevice2D.h.
void CommonDevice2D::region | ( | std::string | , |
Rect2D | |||
) |
Definition at line 21 of file CommonDevice2D.cpp.
References Coord2D::col, Coord2D::row, and Rect2D::size.
std::vector<Rect2D> CommonDevice2D::regionSelection |
Definition at line 38 of file CommonDevice2D.h.