MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / DescSearch_

Method DescSearch_

jni/stasm/hatdesc.h:46–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44{
45public:
46 virtual void DescSearch_(double& x, double& y, // io
47 const Image&, const Shape&, // in
48 int, int) const // in
49 {
50 HatDescSearch(x, y,
51 hatfit_);
52 }
53
54 HatDescMod(const HatFit hatfit) // constructor
55 : hatfit_(hatfit)

Callers 1

SuggestShape_Method · 0.45

Calls 1

HatDescSearchFunction · 0.85

Tested by

no test coverage detected