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

Method ConformShapeToMod_Pinned_

jni/stasm/asm.h:36–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 const;
35
36 const Shape ConformShapeToMod_Pinned_( // wrapper around the func in ShapeMod
37 const Shape& shape, // in
38 const Shape& pinnedshape) // in
39 const
40 {
41 VEC b(NSIZE(shapemod_.eigvals_), 1, 0.); // dummy variable for call below
42 return shapemod_.ConformShapeToMod_Pinned_(b, shape, 0, pinnedshape);
43 }
44
45 // readonly access to some private vars
46 ESTART Estart_(void) const { return estart_; }

Callers 2

PinnedStartShapeAndRoiFunction · 0.45
LevSearch_Method · 0.45

Calls 1

NSIZEFunction · 0.85

Tested by

no test coverage detected