Version: 6.3.1
Public Member Functions | Data Fields

VISCOUS._2NearEdges Struct Reference

Structure used to smooth a _LayerEdge (master) based on an EDGE. More...

Public Member Functions

 _2NearEdges ()
void reverse ()

Data Fields

const SMDS_MeshNode_nodes [2]
double _wgt [2]
_LayerEdge_edges [2]
gp_XYZ * _plnNorm

Detailed Description

Structure used to smooth a _LayerEdge (master) based on an EDGE.

Definition at line 267 of file StdMeshers_ViscousLayers.cxx.


Constructor & Destructor Documentation

VISCOUS._2NearEdges._2NearEdges ( )

Definition at line 279 of file StdMeshers_ViscousLayers.cxx.

{ _nodes[0]=_nodes[1]=0; _plnNorm = 0; }

Member Function Documentation

void VISCOUS._2NearEdges.reverse ( )

Definition at line 280 of file StdMeshers_ViscousLayers.cxx.

                   {
      std::swap( _nodes[0], _nodes[1] );
      std::swap( _wgt[0], _wgt[1] );
    }

Field Documentation

Definition at line 274 of file StdMeshers_ViscousLayers.cxx.

Referenced by VISCOUS._ViscousBuilder.updateNormals().

Definition at line 277 of file StdMeshers_ViscousLayers.cxx.

Definition at line 273 of file StdMeshers_ViscousLayers.cxx.

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