CFx SDK Documentation
2020SP3
SDK
CFx
dd_inc
ShHistory
DbShBoolean.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2017, 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 Teigha(R) software pursuant to a license
16
// agreement with Open Design Alliance.
17
// Teigha(R) Copyright (C) 2002-2017 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 ODDB_DBSHBOOLEAN_H
25
#define ODDB_DBSHBOOLEAN_H
26
27
#include "
TD_PackPush.h
"
28
29
#include "
DbShHistoryNode.h
"
30
#include "
ModelerDefs.h
"
31
38
class
DB3DSOLIDHISTORY_EXPORT
OdDbShBoolean
:
public
OdDbShHistoryNode
39
{
40
public
:
41
ODDB_DECLARE_MEMBERS
(
OdDbShBoolean
);
42
OdDbShBoolean
();
43
44
virtual
OdResult
dwgInFields
(
OdDbDwgFiler
* pFiler);
45
virtual
void
dwgOutFields
(
OdDbDwgFiler
* pFiler)
const
;
46
virtual
OdResult
dxfInFields
(
OdDbDxfFiler
* pFiler);
47
virtual
void
dxfOutFields
(
OdDbDxfFiler
* pFiler)
const
;
48
49
OdDb::BoolOperType
operation
()
const
;
50
OdResult
setOperation
(
OdDb::BoolOperType
boolType);
51
52
OdResult
connectOperands
(
OdInt32
op1,
OdInt32
op2);
53
OdInt32
getOperand1
();
54
OdInt32
getOperand2
();
55
};
56
60
typedef
OdSmartPtr<OdDbShBoolean>
OdDbShBooleanPtr
;
61
62
#include "
TD_PackPop.h
"
63
64
#endif
65
OdResult
OdResult
Definition:
OdResult.h:29
OdDbShBoolean::getOperand1
OdInt32 getOperand1()
OdDbShBoolean
Definition:
DbShBoolean.h:39
OdDbShBoolean::setOperation
OdResult setOperation(OdDb::BoolOperType boolType)
OdDbShBoolean::dwgOutFields
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
TD_PackPop.h
OdDbShBoolean::OdDbShBoolean
OdDbShBoolean()
OdDbShBoolean::operation
OdDb::BoolOperType operation() const
OdSmartPtr
Definition:
SmartPtr.h:58
OdDbShBoolean::ODDB_DECLARE_MEMBERS
ODDB_DECLARE_MEMBERS(OdDbShBoolean)
OdInt32
int OdInt32
Definition:
OdPlatformSettings.h:782
OdDbShBoolean::getOperand2
OdInt32 getOperand2()
OdDbDxfFiler
Definition:
DbFiler.h:194
OdDbShBoolean::dwgInFields
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
TD_PackPush.h
OdDb::BoolOperType
BoolOperType
Definition:
ModelerDefs.h:113
OdDbShBoolean::dxfOutFields
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
OdDbShBoolean::connectOperands
OdResult connectOperands(OdInt32 op1, OdInt32 op2)
DB3DSOLIDHISTORY_EXPORT
#define DB3DSOLIDHISTORY_EXPORT
Definition:
TD_3DSolidHistoryDef.h:32
ModelerDefs.h
OdDbShBooleanPtr
OdSmartPtr< OdDbShBoolean > OdDbShBooleanPtr
Definition:
DbShBoolean.h:60
DbShHistoryNode.h
OdDbShBoolean::dxfInFields
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
OdDbShHistoryNode
Definition:
DbShHistoryNode.h:38
OdDbDwgFiler
Definition:
DbFiler.h:1031
Generated on Mon Oct 12 2020 11:49:31