mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 03:14:23 +00:00
55 lines
3.2 KiB
C++
55 lines
3.2 KiB
C++
/********************************************************************************
|
|
* *
|
|
* 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 has been generated from *
|
|
* http://www.buildingsmart-tech.org/ifc/IFC4/Add1/IFC4_ADD1.exp *
|
|
* Do not make modifications but instead modify the Python script that has been *
|
|
* used to generate this. *
|
|
* *
|
|
********************************************************************************/
|
|
|
|
#ifndef IFC4RT_H
|
|
#define IFC4RT_H
|
|
|
|
#define IfcSchema Ifc4
|
|
|
|
#include "../ifcparse/ifc_parse_api.h"
|
|
#include "../ifcparse/IfcUtil.h"
|
|
#include "../ifcparse/IfcEntityDescriptor.h"
|
|
#include "../ifcparse/IfcWritableEntity.h"
|
|
|
|
namespace Ifc4 {
|
|
namespace Type {
|
|
IFC_PARSE_API int GetAttributeCount(Enum t);
|
|
IFC_PARSE_API int GetAttributeIndex(Enum t, const std::string& a);
|
|
IFC_PARSE_API IfcUtil::ArgumentType GetAttributeType(Enum t, unsigned char a);
|
|
IFC_PARSE_API Enum GetAttributeEntity(Enum t, unsigned char a);
|
|
IFC_PARSE_API const std::string& GetAttributeName(Enum t, unsigned char a);
|
|
IFC_PARSE_API bool GetAttributeOptional(Enum t, unsigned char a);
|
|
IFC_PARSE_API bool GetAttributeDerived(Enum t, unsigned char a);
|
|
IFC_PARSE_API std::pair<const char*, int> GetEnumerationIndex(Enum t, const std::string& a);
|
|
IFC_PARSE_API std::pair<Enum, unsigned> GetInverseAttribute(Enum t, const std::string& a);
|
|
IFC_PARSE_API std::set<std::string> GetInverseAttributeNames(Enum t);
|
|
IFC_PARSE_API void PopulateDerivedFields(IfcWrite::IfcWritableEntity* e);
|
|
}}
|
|
|
|
#endif
|