#include <contours.h>
Definition at line 88 of file contours.h.
◆ BadSeedPoint() [1/2]
Beatmup::IntegerContour2D::BadSeedPoint::BadSeedPoint |
( |
| ) |
|
|
inline |
Definition at line 90 of file contours.h.
90 :
Exception(
"Bad seeds: no border points found")
Exception(const char *message)
◆ BadSeedPoint() [2/2]
Beatmup::IntegerContour2D::BadSeedPoint::BadSeedPoint |
( |
int |
x, |
|
|
int |
y, |
|
|
bool |
lefttop, |
|
|
bool |
righttop, |
|
|
bool |
leftbottom, |
|
|
bool |
rightbottom |
|
) |
| |
|
inline |
Definition at line 93 of file contours.h.
94 Exception(
"Bad seed (%d,%d), pattern:\n %d%d\n %d%d\n",
x,
y, lefttop, righttop, leftbottom, rightbottom)
jobject jlong jint jint y
The documentation for this class was generated from the following file: