SALOME - SMESH
SMESH::Controls::Length2D::Value Struct Reference

#include <SMESH_ControlsDef.hxx>

Collaboration diagram for SMESH::Controls::Length2D::Value:
Collaboration graph

Public Member Functions

 Value (double theLength, long thePntId1, long thePntId2)
 
bool operator< (const Value &x) const
 

Data Fields

double myLength
 
long myPntId [2]
 

Detailed Description

Definition at line 265 of file SMESH_ControlsDef.hxx.

Constructor & Destructor Documentation

◆ Value()

SMESH::Controls::Length2D::Value::Value ( double  theLength,
long  thePntId1,
long  thePntId2 
)

Member Function Documentation

◆ operator<()

bool SMESH::Controls::Length2D::Value::operator< ( const Value x) const

Field Documentation

◆ myLength

double SMESH::Controls::Length2D::Value::myLength

Definition at line 266 of file SMESH_ControlsDef.hxx.

◆ myPntId

long SMESH::Controls::Length2D::Value::myPntId[2]

Definition at line 267 of file SMESH_ControlsDef.hxx.