SALOME - SMESH
|
#include <SMDS_EdgePosition.hxx>
Public Member Functions | |
SMDS_EdgePosition (const int aEdgeId=0, const double aUParam=0) | |
virtual const double * | Coords () const |
SMDS_TypeOfPosition | GetTypeOfPosition () const |
void | SetUParameter (double aUparam) |
double | GetUParameter () const |
virtual int | GetDim () const |
void | SetShapeId (int aShapeId) |
int | GetShapeId () const |
Private Attributes | |
double | myUParameter |
Definition at line 33 of file SMDS_EdgePosition.hxx.
SMDS_EdgePosition.SMDS_EdgePosition | ( | const int | aEdgeId = 0 , |
const double | aUParam = 0 |
||
) |
virtual const double* SMDS_EdgePosition.Coords | ( | ) | const [virtual] |
Implements SMDS_Position.
SMDS_TypeOfPosition SMDS_EdgePosition.GetTypeOfPosition | ( | ) | const [virtual] |
Implements SMDS_Position.
void SMDS_EdgePosition.SetUParameter | ( | double | aUparam | ) |
double SMDS_EdgePosition.GetUParameter | ( | ) | const |
virtual int SMDS_Position.GetDim | ( | ) | const [virtual, inherited] |
void SMDS_Position.SetShapeId | ( | int | aShapeId | ) | [inherited] |
int SMDS_Position.GetShapeId | ( | ) | const [inherited] |
double SMDS_EdgePosition.myUParameter [private] |
Definition at line 45 of file SMDS_EdgePosition.hxx.