mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 01:19:55 +00:00
Restructure and rename
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef ITERATOR_KERNEL_H
|
||||
#define ITERATOR_KERNEL_H
|
||||
|
||||
#include "../ifcparse/IfcFile.h"
|
||||
#include "../ifcparse/file.h"
|
||||
#include "../ifcgeom/ConversionSettings.h"
|
||||
#include "../ifcgeom/ConversionResult.h"
|
||||
#include "../ifcgeom/abstract_mapping.h"
|
||||
@@ -25,7 +25,7 @@ namespace ifcopenshell { namespace geometry {
|
||||
public:
|
||||
ifcopenshell::geometry::kernels::AbstractKernel* kernel() { return &*kernel_; }
|
||||
|
||||
Converter(std::unique_ptr<ifcopenshell::geometry::kernels::AbstractKernel>&& geometry_library, IfcParse::IfcFile* file, ifcopenshell::geometry::Settings& settings);
|
||||
Converter(std::unique_ptr<ifcopenshell::geometry::kernels::AbstractKernel>&& geometry_library, ifcopenshell::file* file, ifcopenshell::geometry::Settings& settings);
|
||||
|
||||
~Converter();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user