Version: 8.3.0
StdMeshers_Deflection1D.cxx File Reference
#include "StdMeshers_Deflection1D.hxx"
#include "utilities.h"
#include "SMESH_Mesh.hxx"
#include "SMESH_Algo.hxx"
#include <BRep_Tool.hxx>
#include <GeomAdaptor_Curve.hxx>
#include <Geom_Curve.hxx>
#include <TopExp.hxx>
#include <TopLoc_Location.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
#include <TopoDS.hxx>
#include <TopoDS_Edge.hxx>
#include <gp_Lin.hxx>
#include <gp_Pnt.hxx>
Include dependency graph for StdMeshers_Deflection1D.cxx:

Functions

ostream & operator<< (ostream &save, StdMeshers_Deflection1D &hyp)
 
istream & operator>> (istream &load, StdMeshers_Deflection1D &hyp)
 
static double deflection (const GeomAdaptor_Curve &theCurve, double theU1, double theU2)
 Evaluate curve deflection between two points. More...
 

Function Documentation

static double deflection ( const GeomAdaptor_Curve &  theCurve,
double  theU1,
double  theU2 
)
static

Evaluate curve deflection between two points.

Parameters
theCurve- the curve
theU1- the parameter of the first point
theU2- the parameter of the second point
Return values
double- deflection value

References Max().

Referenced by SMESH::TShapeDisplayer::checkTriangulation(), and StdMeshers_Deflection1D::SetParametersByMesh().

ostream& operator<< ( std::ostream &  save,
StdMeshers_Deflection1D hyp 
)
istream& operator>> ( std::istream &  load,
StdMeshers_Deflection1D hyp 
)