CFx SDK Documentation  2020SP3
DbMotionPath.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 _OD_DBMOTIONPATH_H_INCLUDED_
25 #define _OD_DBMOTIONPATH_H_INCLUDED_
26 
27 #include "DbObject.h"
28 
29 #include "TD_PackPush.h"
30 
36 {
37  public:
39 
41  virtual ~OdDbMotionPath();
42 
43  void setCameraPath(const OdDbObjectId &pathId);
45 
46  void setTargetPath(const OdDbObjectId &pathId);
48 
49  void setViewTableRecordId(const OdDbObjectId &viewId);
51 
52  void setFrames(OdUInt32 nFrames);
53  OdUInt32 frames() const;
54 
55  void setFrameRate(OdUInt32 nRate);
57 
58  void setCornerDecel(bool bCornerDecel);
59  bool cornerDecel() const;
60 
61  virtual OdResult dwgInFields(OdDbDwgFiler* pFiler);
62  virtual void dwgOutFields(OdDbDwgFiler* pFiler) const;
63  virtual OdResult dxfInFields(OdDbDxfFiler* pFiler);
64  virtual void dxfOutFields(OdDbDxfFiler* pFiler) const;
65 };
66 
68 
71 
72 #include "TD_PackPop.h"
73 
74 #endif // _OD_DBMOTIONPATH_H_INCLUDED_
OdResult
OdResult
Definition: OdResult.h:29
OdDbDatabase
Definition: DbDatabase.h:421
oddbGetMotionPathDictionaryId
TOOLKIT_EXPORT OdDbObjectId oddbGetMotionPathDictionaryId(OdDbDatabase *pDb, bool createIfNotFound=false)
OdDbMotionPath
Definition: DbMotionPath.h:36
OdDbMotionPath::cameraPath
OdDbObjectId cameraPath() const
DbObject.h
OdDbObjectId
Definition: DbObjectId.h:99
OdDbMotionPath::dwgInFields
virtual OdResult dwgInFields(OdDbDwgFiler *pFiler)
OdDbMotionPath::dwgOutFields
virtual void dwgOutFields(OdDbDwgFiler *pFiler) const
OdDbMotionPath::~OdDbMotionPath
virtual ~OdDbMotionPath()
TD_PackPop.h
OdUInt32
unsigned int OdUInt32
Definition: OdPlatformSettings.h:783
OdDbMotionPath::viewTableRecordId
OdDbObjectId viewTableRecordId() const
OdDbMotionPath::OdDbMotionPath
OdDbMotionPath()
OdDbMotionPath::setTargetPath
void setTargetPath(const OdDbObjectId &pathId)
OdSmartPtr
Definition: SmartPtr.h:58
OdDbMotionPath::setCameraPath
void setCameraPath(const OdDbObjectId &pathId)
OdDbMotionPath::targetPath
OdDbObjectId targetPath() const
OdDbMotionPathPtr
OdSmartPtr< OdDbMotionPath > OdDbMotionPathPtr
Definition: DbMotionPath.h:67
OdDbMotionPath::setFrameRate
void setFrameRate(OdUInt32 nRate)
OdDbMotionPath::setCornerDecel
void setCornerDecel(bool bCornerDecel)
OdDbDxfFiler
Definition: DbFiler.h:194
OdDbMotionPath::frames
OdUInt32 frames() const
OdDbMotionPath::setViewTableRecordId
void setViewTableRecordId(const OdDbObjectId &viewId)
OdDbMotionPath::dxfInFields
virtual OdResult dxfInFields(OdDbDxfFiler *pFiler)
TD_PackPush.h
OdDb::OpenMode
OpenMode
Definition: DbObjectId.h:54
OdDbMotionPath::dxfOutFields
virtual void dxfOutFields(OdDbDxfFiler *pFiler) const
OdDbMotionPath::cornerDecel
bool cornerDecel() const
oddbGetMotionPathDictionary
TOOLKIT_EXPORT OdDbDictionaryPtr oddbGetMotionPathDictionary(OdDbDatabase *pDb, OdDb::OpenMode mode, bool createIfNotFound=false)
OdDbMotionPath::ODDB_DECLARE_MEMBERS
ODDB_DECLARE_MEMBERS(OdDbMotionPath)
OdDbMotionPath::frameRate
OdUInt32 frameRate() const
TOOLKIT_EXPORT
#define TOOLKIT_EXPORT
Definition: DbExport.h:40
OdDbMotionPath::setFrames
void setFrames(OdUInt32 nFrames)
OdDbObject
Definition: DbObject.h:211
OdDbDwgFiler
Definition: DbFiler.h:1031