CFx SDK Documentation  2020SP3
DbShHistoryNode.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_DBSHHISTORYNODE_H
25 #define ODDB_DBSHHISTORYNODE_H
26 
27 #include "TD_PackPush.h"
28 #include "DbEvalGraph.h"
29 #include "TD_3DSolidHistoryDef.h"
30 
38 {
39 public:
41 
42  virtual OdResult dwgInFields(OdDbDwgFiler* pFiler);
43  virtual void dwgOutFields(OdDbDwgFiler* pFiler) const;
44  virtual OdResult dxfInFields(OdDbDxfFiler* pFiler);
45  virtual void dxfOutFields(OdDbDxfFiler* pFiler) const;
46 
47  virtual OdCmColor color() const;
48  virtual void setColor(OdCmColor const &);
49 
50  virtual OdDbObjectId nodeMaterialId() const;
51  virtual void setNodeMaterialId(OdDbObjectId id);
52 
53  virtual unsigned int stepId() const;
54  virtual void setStepId(unsigned int stepId);
55 
56  virtual OdGeMatrix3d transform() const;
58 
60 };
61 
62 //OdDbShPrimitive - use for drawing.??
63 
64 
69 
71 
72 #include "TD_PackPop.h"
73 
74 #endif
75 
OdResult
OdResult
Definition: OdResult.h:29
OdDbDatabase
Definition: DbDatabase.h:421
OdDbShHistoryNode::setColor
virtual void setColor(OdCmColor const &)
OdDbShHistoryNode::dxfOutFields
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
OdDbShHistoryNode::dxfInFields
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
OdDbObjectId
Definition: DbObjectId.h:99
OdDbShHistoryNode::setStepId
virtual void setStepId(unsigned int stepId)
OdDbShHistoryNode::postInDatabase
OdResult postInDatabase(OdDbObjectId &objId, OdDbDatabase *pDatabase)
OdArray
Definition: OdArray.h:591
TD_PackPop.h
OdDbShHistoryNode::nodeMaterialId
virtual OdDbObjectId nodeMaterialId() const
OdGeMatrix3d
Definition: GeMatrix3d.h:73
TD_3DSolidHistoryDef.h
OdDbShHistoryNode::transform
virtual OdGeMatrix3d transform() const
OdDbShHistoryNode::setNodeMaterialId
virtual void setNodeMaterialId(OdDbObjectId id)
OdSmartPtr
Definition: SmartPtr.h:58
OdDbShHistoryNode::color
virtual OdCmColor color() const
OdDbShHistoryNodePtr
OdSmartPtr< OdDbShHistoryNode > OdDbShHistoryNodePtr
Definition: DbShHistoryNode.h:68
OdDbDxfFiler
Definition: DbFiler.h:194
TD_PackPush.h
OdDbShHistoryNode::dwgInFields
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
OdDbShHistoryNode::stepId
virtual unsigned int stepId() const
OdDbEvalConnectable
Definition: DbEvalGraph.h:814
OdDbShHistoryNode::transformBy
OdResult transformBy(const OdGeMatrix3d &xform)
OdDbShHistoryNodePtrArray
OdArray< OdDbShHistoryNodePtr > OdDbShHistoryNodePtrArray
Definition: DbShHistoryNode.h:70
OdDbShHistoryNode::dwgOutFields
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
DB3DSOLIDHISTORY_EXPORT
#define DB3DSOLIDHISTORY_EXPORT
Definition: TD_3DSolidHistoryDef.h:32
OdDbShHistoryNode::ODDB_DECLARE_MEMBERS
ODDB_DECLARE_MEMBERS(OdDbShHistoryNode)
OdCmColor
Definition: CmColor.h:59
DbEvalGraph.h
OdDbShHistoryNode
Definition: DbShHistoryNode.h:38
OdDbDwgFiler
Definition: DbFiler.h:1031