8 #include "ImpliedWeights.hpp" 12 ImpliedWeights::ImpliedWeights(std::string
const &name) { setName(name); }
14 ImpliedWeights::ImpliedWeights(
15 std::string
const &name,
23 int const numArbors = 1;
24 bool const sharedWeights =
true;
26 patchSizeX, patchSizeY, patchSizeF, preLoc, postLoc, numArbors, sharedWeights, timestamp);
29 void ImpliedWeights::initNumDataPatches() { setNumDataPatches(0, 0, 0); }
void initialize(std::shared_ptr< PatchGeometry > geometry, int numArbors, bool sharedWeights, double timestamp)