CFx SDK Documentation
2022 SP0
|
#include <DbFiler.h>
Additional Inherited Members | |
Public Types inherited from OdDbFiler | |
enum | FilerType { kFileFiler = 0 , kCopyFiler = 1 , kUndoFiler = 2 , kBagFiler = 3 , kIdXlateFiler = 4 , kPageFiler = 5 , kDeepCloneFiler = 6 , kIdFiler = 7 , kPurgeFiler = 8 , kWblockCloneFiler = 9 } |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
This class is the empty implementation of a base class for classes that are used as ID Filers.
Corresponding C++ library: TD_Db
<group Other_Classes>
|
inlinevirtual |
|
virtual |
Returns the version of this the file which this Filer object is associated.
pMaintReleaseVer | [in] Pointer to the MaintReleaseVer to receive the maintenance release version. |
Reimplemented from OdDbFiler.
|
virtual |
Returns the current status of this Filer object.
Reimplemented from OdDbFiler.
|
virtual |
Returns the type of this Filer object.
Implements OdDbFiler.
|
virtual |
Returns the bool value of the current item of this Filer object.
Implements OdDbDwgFiler.
Returns the specified number of bytes from this Filer object.
buffer | [out] Receives the bytes. |
numBytes | [in] Number of bytes. |
Implements OdDbDwgFiler.
|
virtual |
Returns the handle value of the current item of this Filer object.
Implements OdDbDwgFiler.
|
virtual |
Returns the double value of the current item of this Filer object.
Implements OdDbDwgFiler.
|
virtual |
Returns the HardOwnershipId value of the current item of this Filer object.
Implements OdDbDwgFiler.
|
virtual |
Returns the HardPointerId value of the current item of this Filer object.
Implements OdDbDwgFiler.
|
virtual |
Returns the Int16 value of the current item of this Filer object.
Implements OdDbDwgFiler.
|
virtual |
Returns the Int32 value of the current item of this Filer object.
Implements OdDbDwgFiler.
|
virtual |
Returns the Int64 value of the current item of this Filer object.
Implements OdDbDwgFiler.
|
virtual |
Returns the Int8 value of the current item of this Filer object.
Implements OdDbDwgFiler.
|
virtual |
Returns the 2D point value of the current item of this Filer object.
Implements OdDbDwgFiler.
|
virtual |
Returns the 3D point value of the current item of this Filer object.
Implements OdDbDwgFiler.
|
virtual |
Returns the scale value of the current item of this Filer object.
Implements OdDbDwgFiler.
|
virtual |
Returns the SoftOwnershipId value of the current item of this Filer object.
Implements OdDbDwgFiler.
|
virtual |
Returns the SoftPointerId value of the current item of this Filer object.
Implements OdDbDwgFiler.
|
virtual |
Returns the string value of the current item of this Filer object.
Implements OdDbDwgFiler.
|
virtual |
Returns the UInt8 value of the current item of this Filer object.
Implements OdDbDwgFiler.
|
virtual |
Returns the 2D vector value of the current item of this Filer object.
Implements OdDbDwgFiler.
|
virtual |
Returns the 3D vector value of the current item of this Filer object.
Implements OdDbDwgFiler.
|
virtual |
Resets the current status of this Filer object to eOk.
Reimplemented from OdDbFiler.
|
virtual |
Moves the I/O pointer to the specified location in this Filer object.
offset | [in] Number of bytes. |
seekType | [in] Seek type. |
Value Description. OdDb::kSeekFromStart SEEK_SET Start of file. OdDb::kSeekFromCurrent SEEK_CUR Current position of I/O pointer. OdDb::kSeekFromEnd SEEK_END End of file.
Implements OdDbDwgFiler.
|
inlinevirtual |
|
virtual |
Returns the current I/O pointer position of this Filer object.
Implements OdDbDwgFiler.
|
virtual |
Writes the specified bool value to this Filer object.
value | [in] Value. |
Implements OdDbDwgFiler.
Writes the specified number of bytes to this Filer object.
buffer | [in] array of bytes. |
numBytes | [in] Number of bytes. |
Implements OdDbDwgFiler.
|
virtual |
Writes the specified handle value to this Filer object.
value | [in] Value. |
Implements OdDbDwgFiler.
|
virtual |
Writes the specified double value to this Filer object.
value | [in] Value. |
Implements OdDbDwgFiler.
Writes the specified Int16 value to this Filer object.
value | [in] Value. |
Implements OdDbDwgFiler.
Writes the specified Int32 value to this Filer object.
value | [in] Value. |
Implements OdDbDwgFiler.
Writes the specified Int64 value to this Filer object.
value | [in] Value. |
Implements OdDbDwgFiler.
Writes the specified Int8 value to this Filer object.
value | [in] Value. |
Implements OdDbDwgFiler.
|
virtual |
Writes the specified 2D point value to this Filer object.
value | [in] Value. |
Implements OdDbDwgFiler.
|
virtual |
Writes the specified 3D point value to this Filer object.
value | [in] Value. |
Implements OdDbDwgFiler.
|
virtual |
Writes the specified 3D scale value to this Filer object.
value | [in] Value. |
Implements OdDbDwgFiler.
Writes the specified string value to this Filer object.
value | [in] Value. |
Implements OdDbDwgFiler.
Writes the specified UInt8 value to this Filer object.
value | [in] Value. |
Implements OdDbDwgFiler.
|
virtual |
Writes the specified 2D vector value to this Filer object.
value | [in] Value. |
Implements OdDbDwgFiler.
|
virtual |
Writes the specified 3D vector value to this Filer object.
value | [in] Value. |
Implements OdDbDwgFiler.