step/stepcore
StepCore::CoulombForceErrors Class Reference
#include <coulombforce.h>
Inheritance diagram for StepCore::CoulombForceErrors:

Public Member Functions | |
| CoulombForceErrors (Item *owner=NULL) | |
| double | coulombConstVariance () const |
| CoulombForce * | coulombForce () const |
| void | setCoulombConstVariance (double coulombConstVariance) |
Public Member Functions inherited from StepCore::ObjectErrors | |
| ObjectErrors (Item *owner=NULL) | |
| Item * | owner () const |
| void | setOwner (Item *owner) |
Public Member Functions inherited from StepCore::Object | |
| Object (const QString &name=QString()) | |
| virtual | ~Object () |
| const QString & | name () const |
| void | setName (const QString &name) |
Protected Attributes | |
| double | _coulombConstVariance |
Protected Attributes inherited from StepCore::Object | |
| QString | _name |
Detailed Description
Errors object for CoulombForce.
Definition at line 38 of file coulombforce.h.
Constructor & Destructor Documentation
|
inline |
Constructs CoulombForceErrors.
Definition at line 44 of file coulombforce.h.
Member Function Documentation
|
inline |
Get coulombConst variance.
Definition at line 51 of file coulombforce.h.
| CoulombForce* StepCore::CoulombForceErrors::coulombForce | ( | ) | const |
Get owner as CoulombForce.
|
inline |
Set coulombConst variance.
Definition at line 53 of file coulombforce.h.
Member Data Documentation
|
protected |
Definition at line 57 of file coulombforce.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from