- Member CustomCompoundBondForce::addFunction (const std::string &name, const std::vector< double > &values, double min, double max)
- This method exists only for backward compatibility. Use addTabulatedFunction() instead.
- Member CustomCompoundBondForce::getFunctionParameters (int index, std::string &name, std::vector< double > &values, double &min, double &max) const
- This method exists only for backward compatibility. Use getTabulatedFunctionParameters() instead. If the specified function is not a Continuous1DFunction, this throws an exception.
- Member CustomCompoundBondForce::getNumFunctions () const
- This method exists only for backward compatibility. Use getNumTabulatedFunctions() instead.
- Member CustomCompoundBondForce::setFunctionParameters (int index, const std::string &name, const std::vector< double > &values, double min, double max)
- This method exists only for backward compatibility. Use setTabulatedFunctionParameters() instead. If the specified function is not a Continuous1DFunction, this throws an exception.
- Member CustomGBForce::addFunction (const std::string &name, const std::vector< double > &values, double min, double max)
- This method exists only for backward compatibility. Use addTabulatedFunction() instead.
- Member CustomGBForce::getFunctionParameters (int index, std::string &name, std::vector< double > &values, double &min, double &max) const
- This method exists only for backward compatibility. Use getTabulatedFunctionParameters() instead. If the specified function is not a Continuous1DFunction, this throws an exception.
- Member CustomGBForce::getNumFunctions () const
- This method exists only for backward compatibility. Use getNumTabulatedFunctions() instead.
- Member CustomGBForce::setFunctionParameters (int index, const std::string &name, const std::vector< double > &values, double min, double max)
- This method exists only for backward compatibility. Use setTabulatedFunctionParameters() instead. If the specified function is not a Continuous1DFunction, this throws an exception.
- Member CustomHbondForce::addFunction (const std::string &name, const std::vector< double > &values, double min, double max)
- This method exists only for backward compatibility. Use addTabulatedFunction() instead.
- Member CustomHbondForce::getFunctionParameters (int index, std::string &name, std::vector< double > &values, double &min, double &max) const
- This method exists only for backward compatibility. Use getTabulatedFunctionParameters() instead. If the specified function is not a Continuous1DFunction, this throws an exception.
- Member CustomHbondForce::getNumFunctions () const
- This method exists only for backward compatibility. Use getNumTabulatedFunctions() instead.
- Member CustomHbondForce::setFunctionParameters (int index, const std::string &name, const std::vector< double > &values, double min, double max)
- This method exists only for backward compatibility. Use setTabulatedFunctionParameters() instead. If the specified function is not a Continuous1DFunction, this throws an exception.
- Member CustomNonbondedForce::addFunction (const std::string &name, const std::vector< double > &values, double min, double max)
- This method exists only for backward compatibility. Use addTabulatedFunction() instead.
- Member CustomNonbondedForce::getFunctionParameters (int index, std::string &name, std::vector< double > &values, double &min, double &max) const
- This method exists only for backward compatibility. Use getTabulatedFunctionParameters() instead. If the specified function is not a Continuous1DFunction, this throws an exception.
- Member CustomNonbondedForce::getNumFunctions () const
- This method exists only for backward compatibility. Use getNumTabulatedFunctions() instead.
- Member CustomNonbondedForce::setFunctionParameters (int index, const std::string &name, const std::vector< double > &values, double min, double max)
- This method exists only for backward compatibility. Use setTabulatedFunctionParameters() instead. If the specified function is not a Continuous1DFunction, this throws an exception.
- Class GBVIForce
- This class is not supported by most platforms, and will eventually be removed. You can implement the same force with CustomGBForce.