#include <SMESH_ControlsDef.hxx>
Public Member Functions | |
| Value (double theLength, long thePntId1, long thePntId2) | |
| bool | operator< (const Value &x) const |
Data Fields | |
| double | myLength |
| long | myPntId [2] |
Definition at line 298 of file SMESH_ControlsDef.hxx.
| Length2D::Value::Value | ( | double | theLength, |
| long | thePntId1, | ||
| long | thePntId2 | ||
| ) |
Definition at line 1654 of file SMESH_Controls.cxx.
References SMESH.Controls.Length2D.Value.myPntId.
Definition at line 1663 of file SMESH_Controls.cxx.
References SMESH.Controls.Length2D.Value.myPntId.
Definition at line 299 of file SMESH_ControlsDef.hxx.
Referenced by SMESH.Length2D_i.GetValues(), and SMESH_DeviceActor.SetExtControlMode().
Definition at line 300 of file SMESH_ControlsDef.hxx.
Referenced by SMESH.Length2D_i.GetValues(), SMESH.Controls.Length2D.Value.operator<(), SMESH_DeviceActor.SetExtControlMode(), and SMESH.Controls.Length2D.Value.Value().