0031668: Visualization - WebGL sample doesn't work on Emscripten 1.39
[occt.git] / src / BRepBlend / BRepBlend_Walking_0.cxx
CommitLineData
42cf5bc1 1// Created on: 1993-12-06
2// Created by: Jacques GOUSSARD
3// Copyright (c) 1993-1999 Matra Datavision
4// Copyright (c) 1999-2014 OPEN CASCADE SAS
5//
6// This file is part of Open CASCADE Technology software library.
7//
8// This library is free software; you can redistribute it and/or modify it under
9// the terms of the GNU Lesser General Public License version 2.1 as published
10// by the Free Software Foundation, with special exception defined in the file
11// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12// distribution for complete text of the license and disclaimer of any warranty.
13//
14// Alternatively, this file may be used under the terms of Open CASCADE
15// commercial license or contractual agreement.
16
17#include <BRepBlend_Walking.hxx>
18
19#include <BRepBlend_Line.hxx>
20#include <Adaptor3d_HSurface.hxx>
21#include <Adaptor3d_TopolTool.hxx>
22#include <ChFiDS_HElSpine.hxx>
23#include <StdFail_NotDone.hxx>
24#include <Adaptor3d_HVertex.hxx>
25#include <Adaptor2d_HCurve2d.hxx>
26#include <Adaptor3d_HCurve.hxx>
27#include <BRepBlend_HCurve2dTool.hxx>
28#include <Adaptor3d_HSurfaceTool.hxx>
29#include <BRepBlend_HCurveTool.hxx>
30#include <BRepBlend_BlendTool.hxx>
31#include <BRepBlend_PointOnRst.hxx>
32#include <BRepBlend_Extremity.hxx>
33#include <Blend_Point.hxx>
34#include <Blend_Function.hxx>
35#include <Blend_FuncInv.hxx>
36#include <gp_Pnt.hxx>
37#include <gp_Pnt2d.hxx>
38#include <IntSurf_Transition.hxx>
39
40
41#define TheVertex Handle(Adaptor3d_HVertex)
42#define TheVertex_hxx <Adaptor3d_HVertex.hxx>
43#define TheArc Handle(Adaptor2d_HCurve2d)
44#define TheArc_hxx <Adaptor2d_HCurve2d.hxx>
45#define TheSurface Handle(Adaptor3d_HSurface)
46#define TheSurface_hxx <Adaptor3d_HSurface.hxx>
47#define TheCurve Handle(Adaptor3d_HCurve)
48#define TheCurve_hxx <Adaptor3d_HCurve.hxx>
49#define TheVertexTool Standard_Integer
50#define TheVertexTool_hxx <Standard_Integer.hxx>
51#define TheArcTool BRepBlend_HCurve2dTool
52#define TheArcTool_hxx <BRepBlend_HCurve2dTool.hxx>
53#define TheSurfaceTool Adaptor3d_HSurfaceTool
54#define TheSurfaceTool_hxx <Adaptor3d_HSurfaceTool.hxx>
55#define TheCurveTool BRepBlend_HCurveTool
56#define TheCurveTool_hxx <BRepBlend_HCurveTool.hxx>
57#define Handle_TheTopolTool Handle(Adaptor3d_TopolTool)
58#define TheTopolTool Adaptor3d_TopolTool
59#define TheTopolTool_hxx <Adaptor3d_TopolTool.hxx>
60#define TheBlendTool BRepBlend_BlendTool
61#define TheBlendTool_hxx <BRepBlend_BlendTool.hxx>
62#define ThePointOnRst BRepBlend_PointOnRst
63#define ThePointOnRst_hxx <BRepBlend_PointOnRst.hxx>
64#define TheSeqPointOnRst BRepBlend_SequenceOfPointOnRst
65#define TheSeqPointOnRst_hxx <BRepBlend_SequenceOfPointOnRst.hxx>
66#define TheExtremity BRepBlend_Extremity
67#define TheExtremity_hxx <BRepBlend_Extremity.hxx>
68#define Handle_TheLine Handle(BRepBlend_Line)
69#define TheLine BRepBlend_Line
70#define TheLine_hxx <BRepBlend_Line.hxx>
71#define Blend_Walking BRepBlend_Walking
72#define Blend_Walking_hxx <BRepBlend_Walking.hxx>
73#include <Blend_Walking.gxx>
74