| compute() | nupic::Region | |
| disable() | nupic::Region | virtual |
| disableProfiling() | nupic::Region | |
| enable() | nupic::Region | virtual |
| enableProfiling() | nupic::Region | |
| executeCommand(const std::vector< std::string > &args) | nupic::Region | virtual |
| getComputeTimer() const | nupic::Region | |
| getDimensions() const | nupic::Region | |
| getExecuteTimer() const | nupic::Region | |
| getInputCount(const std::string &inputName) const | nupic::Region | virtual |
| getInputData(const std::string &inputName) const | nupic::Region | virtual |
| getName() const | nupic::Region | |
| getNetwork() | nupic::Region | |
| getOutputCount(const std::string &outputName) const | nupic::Region | virtual |
| getOutputData(const std::string &outputName) const | nupic::Region | virtual |
| getParameterArray(const std::string &name, Array &array) const | nupic::Region | |
| getParameterHandle(const std::string &name) const | nupic::Region | |
| getParameterInt32(const std::string &name) const | nupic::Region | |
| getParameterInt64(const std::string &name) const | nupic::Region | |
| getParameterReal32(const std::string &name) const | nupic::Region | |
| getParameterReal64(const std::string &name) const | nupic::Region | |
| getParameterString(const std::string &name) | nupic::Region | |
| getParameterUInt32(const std::string &name) const | nupic::Region | |
| getParameterUInt64(const std::string &name) const | nupic::Region | |
| getSpec() const | nupic::Region | |
| getSpecFromType(const std::string &nodeType) | nupic::Region | static |
| getType() const | nupic::Region | |
| isParameterShared(const std::string &name) const | nupic::Region | |
| prepareInputs() | nupic::Region | |
| resetProfiling() | nupic::Region | |
| setDimensions(Dimensions &dimensions) | nupic::Region | |
| setParameterArray(const std::string &name, const Array &array) | nupic::Region | |
| setParameterHandle(const std::string &name, Handle value) | nupic::Region | |
| setParameterInt32(const std::string &name, Int32 value) | nupic::Region | |
| setParameterInt64(const std::string &name, Int64 value) | nupic::Region | |
| setParameterReal32(const std::string &name, Real32 value) | nupic::Region | |
| setParameterReal64(const std::string &name, Real64 value) | nupic::Region | |
| setParameterString(const std::string &name, const std::string &s) | nupic::Region | |
| setParameterUInt32(const std::string &name, UInt32 value) | nupic::Region | |
| setParameterUInt64(const std::string &name, UInt64 value) | nupic::Region | |