CFx SDK Documentation  2020SP3
DbWipeout.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 
25 
26 
27 #ifndef OD_WIPEOUT_H
28 #define OD_WIPEOUT_H
29 
30 #include "TD_PackPush.h"
31 
32 #include "DbRasterImage.h"
33 
40 {
41 public:
43 
45 
50  void setBoundary(const OdGePoint3dArray& boundary);
51 
53 
54  virtual void dwgOutFields(OdDbDwgFiler* pFiler) const ODRX_OVERRIDE;
55 
57 
58  virtual void dxfOutFields(OdDbDxfFiler* pFiler) const ODRX_OVERRIDE;
59 
60  virtual bool subWorldDraw(OdGiWorldDraw* pWd) const ODRX_OVERRIDE;
61 
63 
64  virtual OdResult subGetClassID(void* pClsid) const ODRX_OVERRIDE;
65 };
66 
71 
72 #include "TD_PackPop.h"
73 
74 #endif // OD_WIPEOUT_H
75 
OdResult
OdResult
Definition: OdResult.h:29
OdDbWipeout::OdDbWipeout
OdDbWipeout()
OdDbWipeout::dxfInFields
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler) ODRX_OVERRIDE
OdDbWipeout::dwgInFields
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler) ODRX_OVERRIDE
OdArray< OdGePoint3d, OdMemoryAllocator< OdGePoint3d > >
OdDbWipeout::dwgOutFields
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const ODRX_OVERRIDE
TD_PackPop.h
OdGeMatrix3d
Definition: GeMatrix3d.h:73
OdDbWipeout
Definition: DbWipeout.h:40
OdSmartPtr< OdDbEntity >
DbRasterImage.h
OdDbWipeout::dxfOutFields
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const ODRX_OVERRIDE
OdDbWipeout::subGetClassID
virtual OdResult subGetClassID(void *pClsid) const ODRX_OVERRIDE
OdDbWipeout::subWorldDraw
virtual bool subWorldDraw(OdGiWorldDraw *pWd) const ODRX_OVERRIDE
OdDbWipeout::subGetTransformedCopy
virtual OdResult subGetTransformedCopy(const OdGeMatrix3d &mat, OdDbEntityPtr &pCopy) const ODRX_OVERRIDE
OdDbDxfFiler
Definition: DbFiler.h:194
TD_PackPush.h
OdGiWorldDraw
Definition: GiWorldDraw.h:44
OdDbWipeoutPtr
OdSmartPtr< OdDbWipeout > OdDbWipeoutPtr
Definition: DbWipeout.h:70
OdDbRasterImage
Definition: DbRasterImage.h:48
OdDbWipeout::setBoundary
void setBoundary(const OdGePoint3dArray &boundary)
TOOLKIT_EXPORT
#define TOOLKIT_EXPORT
Definition: DbExport.h:40
ODRX_OVERRIDE
#define ODRX_OVERRIDE
Definition: OdPlatformSettings.h:114
OdDbWipeout::ODDB_DECLARE_MEMBERS
ODDB_DECLARE_MEMBERS(OdDbWipeout)
OdDbDwgFiler
Definition: DbFiler.h:1031