Version: 6.3.1
Public Member Functions | Data Fields

SMESH_OrientedLink Struct Reference

SMESH_TLink knowing its orientation. More...

#include <SMESH_TypeDefs.hxx>

Inheritance diagram for SMESH_OrientedLink:
Inheritance graph
[legend]

Public Member Functions

 SMESH_OrientedLink (const SMDS_MeshNode *n1, const SMDS_MeshNode *n2)
const SMDS_MeshNodenode1 () const
const SMDS_MeshNodenode2 () const

Data Fields

bool _reversed

Detailed Description

SMESH_TLink knowing its orientation.

Definition at line 73 of file SMESH_TypeDefs.hxx.


Constructor & Destructor Documentation

SMESH_OrientedLink.SMESH_OrientedLink ( const SMDS_MeshNode n1,
const SMDS_MeshNode n2 
)

Definition at line 76 of file SMESH_TypeDefs.hxx.

    : SMESH_TLink( n1, n2 ), _reversed( n1 != node1() ) {}

Member Function Documentation

const SMDS_MeshNode* SMESH_TLink.node1 ( ) const [inherited]

Definition at line 63 of file SMESH_TypeDefs.hxx.

Referenced by SMESH_ElementSearcherImpl.findOuterBoundary(), and StdMeshers_Quadrangle_2D.Smooth().

{ return first; }
const SMDS_MeshNode* SMESH_TLink.node2 ( ) const [inherited]

Definition at line 64 of file SMESH_TypeDefs.hxx.

Referenced by SMESH_ElementSearcherImpl.findOuterBoundary(), and StdMeshers_Quadrangle_2D.Smooth().

{ return second; }

Field Documentation

Definition at line 75 of file SMESH_TypeDefs.hxx.

Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS