#include "PreCompiled.h"
#include "UniGridApprox.h"
#include "best_fit.h"
#include <Mod/Mesh/App/Core/Grid.h>
#include <Base/Builder3D.h>
#include <TColgp_Array2OfPnt.hxx>
#include <TColStd_Array1OfReal.hxx>
#include <TColStd_Array1OfInteger.hxx>
#include <GeomAPI_ProjectPointOnSurf.hxx>
#include <BRepBuilderAPI_MakeFace.hxx>
#include <Geom_BSplineSurface.hxx>
#include <Handle_Geom_BSplineSurface.hxx>
#include <boost/numeric/bindings/traits/ublas_matrix.hpp>
#include <boost/numeric/bindings/atlas/cblas.hpp>
#include <boost/numeric/bindings/atlas/clapack.hpp>
Go to the source code of this file.
Typedefs | |
typedef ublas::symmetric_adaptor< cm_t, ublas::upper > | adapt |
typedef ublas::matrix< double, ublas::column_major > | cm_t |
Definition at line 50 of file UniGridApprox.cpp.
typedef ublas::matrix<double, ublas::column_major> cm_t |
Definition at line 49 of file UniGridApprox.cpp.