CFx SDK Documentation
2026 SP0
Loading...
Searching...
No Matches
SDK
CFx
bim_ifc
BCFCommon
BcfValidation.h
Go to the documentation of this file.
1
2
// Copyright (C) 2002-2024, Open Design Alliance (the "Alliance").
3
// All rights reserved.
4
//
5
// This software and its documentation and related materials are owned by
6
// the Alliance. The software may only be incorporated into application
7
// programs owned by members of the Alliance, subject to a signed
8
// Membership Agreement and Supplemental Software License Agreement with the
9
// Alliance. The structure and organization of this software are the valuable
10
// trade secrets of the Alliance and its suppliers. The software is also
11
// protected by copyright law and international treaty provisions. Application
12
// programs incorporating this software must include the following statement
13
// with their copyright notices:
14
//
15
// This application incorporates Open Design Alliance software pursuant to a license
16
// agreement with Open Design Alliance.
17
// Open Design Alliance Copyright (C) 2002-2024 by Open Design Alliance.
18
// All rights reserved.
19
//
20
// By use of this software, its documentation or related materials, you
21
// acknowledge and accept the above terms.
23
24
#ifndef _BCF_VALIDATION_H
25
#define _BCF_VALIDATION_H
26
27
#include "
BcfCommon.h
"
28
32
namespace
OdBcf
{
33
37
class
BCF_EXPORT
OdBcfValidation
38
{
39
public
:
40
44
OdBcfValidation
()
45
:
m_validationDisabled
(
false
)
46
{}
47
52
bool
validate
()
const
;
53
60
void
disableValidation
(
bool
validationDisabled);
61
62
protected
:
63
bool
m_validationDisabled
;
64
69
virtual
bool
validateData
()
const
= 0;
70
};
71
72
}
//namespace OdBcf
73
74
#endif
// _BCF_VALIDATION_H
BcfCommon.h
false
false
Definition
DimVarDefs.h:165
BCF_EXPORT
#define BCF_EXPORT
Definition
IfcBuildOptions.h:60
OdBcf::OdBcfValidation::m_validationDisabled
bool m_validationDisabled
Definition
BcfValidation.h:63
OdBcf::OdBcfValidation::disableValidation
void disableValidation(bool validationDisabled)
OdBcf::OdBcfValidation::OdBcfValidation
OdBcfValidation()
Definition
BcfValidation.h:44
OdBcf::OdBcfValidation::validateData
virtual bool validateData() const =0
OdBcf::OdBcfValidation::validate
bool validate() const
OdBcf
Definition
Bcf_2_1Archive.h:36
Generated on Tue Apr 15 2025 11:28:11