Beatmup
Beatmup::IntegerContour2D::BadSeedPoint Class Reference

#include <contours.h>

Inheritance diagram for Beatmup::IntegerContour2D::BadSeedPoint:
Beatmup::Exception

Public Member Functions

 BadSeedPoint ()
 
 BadSeedPoint (int x, int y, bool lefttop, bool righttop, bool leftbottom, bool rightbottom)
 
- Public Member Functions inherited from Beatmup::Exception
virtual const char * what () const NOEXCEPT override
 

Additional Inherited Members

- Protected Member Functions inherited from Beatmup::Exception
 Exception (const char *message)
 
template<typename ... Args>
 Exception (const char *message, const Args &... args)
 

Detailed Description

Definition at line 88 of file contours.h.

Constructor & Destructor Documentation

◆ BadSeedPoint() [1/2]

Beatmup::IntegerContour2D::BadSeedPoint::BadSeedPoint ( )
inline

Definition at line 90 of file contours.h.

90  : Exception("Bad seeds: no border points found")
91  {}
Exception(const char *message)
Definition: exception.h:41

◆ 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.

93  :
94  Exception("Bad seed (%d,%d), pattern:\n %d%d\n %d%d\n", x, y, lefttop, righttop, leftbottom, rightbottom)
95  {}
jobject jlong jint jint y
jobject jlong jint x

The documentation for this class was generated from the following file: