Files
IfcOpenShell/src/ifcgeom/kernels/cgal/CgalEntityMapping.h
T

71 lines
3.1 KiB
C++
Raw Normal View History

/********************************************************************************
2017-01-16 14:04:31 +01:00
* *
* This file is part of IfcOpenShell. *
* *
* IfcOpenShell is free software: you can redistribute it and/or modify *
* it under the terms of the Lesser GNU General Public License as published by *
* the Free Software Foundation, either version 3.0 of the License, or *
* (at your option) any later version. *
* *
* IfcOpenShell is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* Lesser GNU General Public License for more details. *
* *
* You should have received a copy of the Lesser GNU General Public License *
* along with this program. If not, see <http://www.gnu.org/licenses/>. *
* *
********************************************************************************/
/********************************************************************************
* *
* This file registers function prototypes for all supported IFC geometrical *
* entities. For entities of type CLASS an std::map is also created to cache *
* the output of the conversion functions *
* *
********************************************************************************/
#include "../../../ifcparse/IfcUtil.h"
#include "../../../ifcparse/IfcParse.h"
SHAPES(IfcRepresentation);
// IfcFacetedBrep included
// IfcAdvancedBrep included
// IfcFacetedBrepWithVoids included
// IfcAdvancedBrepWithVoids included
SHAPES(IfcManifoldSolidBrep);
2017-03-02 17:11:58 -06:00
SHAPES(IfcMappedItem);
2017-03-06 11:28:57 -06:00
SHAPES(IfcFaceBasedSurfaceModel);
SHAPE(IfcExtrudedAreaSolid);
SHAPE(IfcConnectedFaceSet);
2017-03-02 15:09:05 -06:00
SHAPE(IfcCsgSolid);
SHAPE(IfcBlock);
2017-03-02 18:11:11 -06:00
SHAPE(IfcBooleanResult);
SHAPE(IfcSphere);
2017-03-02 18:22:34 -06:00
SHAPE(IfcRectangularPyramid);
2017-03-02 18:39:18 -06:00
SHAPE(IfcRightCircularCylinder);
2017-03-02 18:42:10 -06:00
SHAPE(IfcRightCircularCone);
2017-03-06 11:41:58 -06:00
SHAPE(IfcTriangulatedFaceSet);
2017-01-16 14:04:31 +01:00
2017-03-02 17:11:58 -06:00
FACE(IfcArbitraryClosedProfileDef);
2017-03-07 13:04:22 -06:00
FACE(IfcCircleHollowProfileDef);
FACE(IfcCircleProfileDef);
FACE(IfcFace);
2017-03-06 11:12:06 -06:00
FACE(IfcRoundedRectangleProfileDef);
FACE(IfcRectangleProfileDef);
2017-03-06 11:23:37 -06:00
FACE(IfcTrapeziumProfileDef);
FACE(IfcEllipseProfileDef);
WIRE(IfcEdgeLoop);
WIRE(IfcOrientedEdge);
WIRE(IfcPolyLoop);
2017-03-02 17:11:58 -06:00
WIRE(IfcPolyline);
2017-01-16 14:04:31 +01:00
CLASS(IfcCartesianPoint,cgal_point_t);
CLASS(IfcDirection,cgal_direction_t);
2017-02-08 16:56:59 -06:00
CLASS(IfcAxis2Placement2D,cgal_placement_t);
CLASS(IfcAxis2Placement3D,cgal_placement_t);
CLASS(IfcObjectPlacement,cgal_placement_t);
CLASS(IfcCartesianTransformationOperator3D,cgal_placement_t);