9 #include "columns/HyPerCol.hpp" 12 ZeroV::ZeroV() { initialize_base(); }
14 ZeroV::ZeroV(
char const *name, HyPerCol *hc) {
21 int ZeroV::initialize_base() {
return PV_SUCCESS; }
23 int ZeroV::initialize(
char const *name, HyPerCol *hc) {
24 int status = ConstantV::initialize(name, hc);
30 if (ioFlag == PARAMS_IO_READ) {
31 parent->parameters()->handleUnnecessaryParameter(name,
"valueV", 0.0f );
virtual void ioParam_valueV(enum ParamsIOFlag ioFlag) override
valueV: ZeroV does not read valueV but sets it to zero.