SALOME - SMESH
SMESH_MeshEditor_PathPoint Class Reference

#include <SMESH_MeshEditor.hxx>

Collaboration diagram for SMESH_MeshEditor_PathPoint:
Collaboration graph

Public Member Functions

 SMESH_MeshEditor_PathPoint ()
void SetPnt (const gp_Pnt &aP3D)
void SetTangent (const gp_Dir &aTgt)
void SetAngle (const double &aBeta)
void SetParameter (const double &aPrm)
const gp_Pnt & Pnt () const
const gp_Dir & Tangent () const
double Angle () const
double Parameter () const

Protected Attributes

gp_Pnt myPnt
gp_Dir myTgt
double myAngle
double myPrm

Detailed Description

auxiliary class

Definition at line 111 of file SMESH_MeshEditor.hxx.


Constructor & Destructor Documentation


Member Function Documentation

void SMESH_MeshEditor_PathPoint::SetPnt ( const gp_Pnt &  aP3D)

Definition at line 119 of file SMESH_MeshEditor.hxx.

References myPnt.

void SMESH_MeshEditor_PathPoint::SetTangent ( const gp_Dir &  aTgt)

Definition at line 122 of file SMESH_MeshEditor.hxx.

References myTgt.

void SMESH_MeshEditor_PathPoint::SetAngle ( const double &  aBeta)

Definition at line 125 of file SMESH_MeshEditor.hxx.

References myAngle.

void SMESH_MeshEditor_PathPoint::SetParameter ( const double &  aPrm)

Definition at line 128 of file SMESH_MeshEditor.hxx.

References myPrm.

const gp_Pnt& SMESH_MeshEditor_PathPoint::Pnt ( ) const

Definition at line 131 of file SMESH_MeshEditor.hxx.

References myPnt.

const gp_Dir& SMESH_MeshEditor_PathPoint::Tangent ( ) const

Definition at line 134 of file SMESH_MeshEditor.hxx.

References myTgt.

Definition at line 137 of file SMESH_MeshEditor.hxx.

References myAngle.

Definition at line 140 of file SMESH_MeshEditor.hxx.

References myPrm.


Field Documentation

Definition at line 145 of file SMESH_MeshEditor.hxx.

Referenced by Pnt(), SetPnt(), and SMESH_MeshEditor_PathPoint().

Definition at line 146 of file SMESH_MeshEditor.hxx.

Referenced by SetTangent(), SMESH_MeshEditor_PathPoint(), and Tangent().

Definition at line 147 of file SMESH_MeshEditor.hxx.

Referenced by Angle(), SetAngle(), and SMESH_MeshEditor_PathPoint().

Definition at line 148 of file SMESH_MeshEditor.hxx.

Referenced by Parameter(), SetParameter(), and SMESH_MeshEditor_PathPoint().

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines