#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>
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... | |
|
static |
Evaluate curve deflection between two points.
theCurve | - the curve |
theU1 | - the parameter of the first point |
theU2 | - the parameter of the second point |
double | - deflection value |
References Max().
Referenced by SMESH::TShapeDisplayer::checkTriangulation(), and StdMeshers_Deflection1D::SetParametersByMesh().
ostream& operator<< | ( | std::ostream & | save, |
StdMeshers_Deflection1D & | hyp | ||
) |
References StdMeshers_Deflection1D::SaveTo().
istream& operator>> | ( | std::istream & | load, |
StdMeshers_Deflection1D & | hyp | ||
) |
References StdMeshers_Deflection1D::LoadFrom().