Skip to content

Commit c3942f5

Browse files
committed
update source files
1 parent ab65054 commit c3942f5

File tree

628 files changed

+277963
-204606
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

628 files changed

+277963
-204606
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
/*
2+
Copyright 2008-2022 Thomas Paviot ([email protected])
3+
4+
This file is part of pythonOCC.
5+
pythonOCC is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU Lesser General Public License as published by
7+
the Free Software Foundation, either version 3 of the License, or
8+
(at your option) any later version.
9+
10+
pythonOCC is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU Lesser General Public License for more details.
14+
15+
You should have received a copy of the GNU Lesser General Public License
16+
along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
17+
*/
18+
#ifndef DEBREPCASCADE_HXX
19+
#define DEBREPCASCADE_HXX
20+
21+
22+
#include<DEBRepCascade_ConfigurationNode.hxx>
23+
#include<DEBRepCascade_Provider.hxx>
24+
25+
#endif // DEBREPCASCADE_HXX
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
/*
2+
Copyright 2008-2022 Thomas Paviot ([email protected])
3+
4+
This file is part of pythonOCC.
5+
pythonOCC is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU Lesser General Public License as published by
7+
the Free Software Foundation, either version 3 of the License, or
8+
(at your option) any later version.
9+
10+
pythonOCC is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU Lesser General Public License for more details.
14+
15+
You should have received a copy of the GNU Lesser General Public License
16+
along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
17+
*/
18+
#ifndef DEXCAFCASCADE_HXX
19+
#define DEXCAFCASCADE_HXX
20+
21+
22+
#include<DEXCAFCascade_ConfigurationNode.hxx>
23+
#include<DEXCAFCascade_Provider.hxx>
24+
25+
#endif // DEXCAFCASCADE_HXX

src/SWIG_files/headers/DE_module.hxx

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/*
2+
Copyright 2008-2022 Thomas Paviot ([email protected])
3+
4+
This file is part of pythonOCC.
5+
pythonOCC is free software: you can redistribute it and/or modify
6+
it under the terms of the GNU Lesser General Public License as published by
7+
the Free Software Foundation, either version 3 of the License, or
8+
(at your option) any later version.
9+
10+
pythonOCC is distributed in the hope that it will be useful,
11+
but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
GNU Lesser General Public License for more details.
14+
15+
You should have received a copy of the GNU Lesser General Public License
16+
along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
17+
*/
18+
#ifndef DE_HXX
19+
#define DE_HXX
20+
21+
22+
#include<DE_ConfigurationContext.hxx>
23+
#include<DE_ConfigurationNode.hxx>
24+
#include<DE_Provider.hxx>
25+
#include<DE_Wrapper.hxx>
26+
27+
#endif // DE_HXX

0 commit comments

Comments
 (0)