mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 01:58:35 +05:00
untabify
This commit is contained in:
parent
692b18b251
commit
72ca340bff
@ -36,7 +36,7 @@ using namespace std;
|
|||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
|
||||||
SMDS_EdgePosition::SMDS_EdgePosition(const int aEdgeId,
|
SMDS_EdgePosition::SMDS_EdgePosition(const int aEdgeId,
|
||||||
const double aUParam):SMDS_Position(aEdgeId), myUParameter(aUParam)
|
const double aUParam):SMDS_Position(aEdgeId), myUParameter(aUParam)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -47,21 +47,21 @@ SMDS_EdgePosition::SMDS_EdgePosition(const int aEdgeId,
|
|||||||
|
|
||||||
const double *SMDS_EdgePosition::Coords() const
|
const double *SMDS_EdgePosition::Coords() const
|
||||||
{
|
{
|
||||||
static double origin[]={0,0,0};
|
static double origin[]={0,0,0};
|
||||||
MESSAGE("SMDS_EdgePosition::Coords not implemented");
|
MESSAGE("SMDS_EdgePosition::Coords not implemented");
|
||||||
return origin;
|
return origin;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*/
|
*/
|
||||||
SMDS_TypeOfPosition SMDS_EdgePosition::GetTypeOfPosition() const
|
SMDS_TypeOfPosition SMDS_EdgePosition::GetTypeOfPosition() const
|
||||||
{
|
{
|
||||||
return SMDS_TOP_EDGE;
|
return SMDS_TOP_EDGE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SMDS_EdgePosition::SetUParameter(double aUparam)
|
void SMDS_EdgePosition::SetUParameter(double aUparam)
|
||||||
{
|
{
|
||||||
myUParameter = aUparam;
|
myUParameter = aUparam;
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
@ -71,5 +71,5 @@ void SMDS_EdgePosition::SetUParameter(double aUparam)
|
|||||||
|
|
||||||
double SMDS_EdgePosition::GetUParameter() const
|
double SMDS_EdgePosition::GetUParameter() const
|
||||||
{
|
{
|
||||||
return myUParameter;
|
return myUParameter;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user