#include <Tf.h>
Definition at line 45 of file Tf.h.
◆ database()
◆ rdBool()
virtual bool OdTfFiler::rdBool |
( |
| ) |
|
|
pure virtual |
Description: Returns the bool value of the current item of this Filer object.
◆ rdBytes()
Description: Returns the specified number of bytes from this Filer object. Arguments: buffer (O) Receives the bytes. numBytes (I) Number of bytes.
◆ rdDateTime()
◆ rdDbHandle()
Description: Returns the handle value of the current item of this Filer object.
◆ rdDouble()
virtual double OdTfFiler::rdDouble |
( |
| ) |
|
|
pure virtual |
Description: Returns the double value of the current item of this Filer object.
◆ rdHardOwnershipId()
virtual OdDbStub* OdTfFiler::rdHardOwnershipId |
( |
| ) |
|
|
pure virtual |
Description: Returns the HardOwnershipId value of the current item of this Filer object.
◆ rdHardPointerId()
virtual OdDbStub* OdTfFiler::rdHardPointerId |
( |
| ) |
|
|
pure virtual |
Description: Returns the HardPointerId value of the current item of this Filer object.
◆ rdInt16()
virtual OdInt16 OdTfFiler::rdInt16 |
( |
| ) |
|
|
pure virtual |
Description: Returns the Int16 value of the current item of this Filer object.
◆ rdInt32()
virtual OdInt32 OdTfFiler::rdInt32 |
( |
| ) |
|
|
pure virtual |
Description: Returns the Int32 value of the current item of this Filer object.
◆ rdInt64()
virtual OdInt64 OdTfFiler::rdInt64 |
( |
| ) |
|
|
pure virtual |
Description: Returns the Int64 value of the current item of this Filer object.
◆ rdInt8()
virtual OdInt8 OdTfFiler::rdInt8 |
( |
| ) |
|
|
pure virtual |
Description: Returns the Int8 value of the current item of this Filer object.
◆ rdPoint2d()
Description: Returns the 2D point value of the current item of this Filer object.
◆ rdPoint3d()
Description: Returns the 3D point value of the current item of this Filer object.
◆ rdScale3d()
Description: Returns the scale value of the current item of this Filer object.
◆ rdSoftOwnershipId()
virtual OdDbStub* OdTfFiler::rdSoftOwnershipId |
( |
| ) |
|
|
pure virtual |
Description: Returns the SoftOwnershipId value of the current item of this Filer object.
◆ rdSoftPointerId()
virtual OdDbStub* OdTfFiler::rdSoftPointerId |
( |
| ) |
|
|
pure virtual |
Description: Returns the SoftPointerId value of the current item of this Filer object.
◆ rdString()
virtual OdString OdTfFiler::rdString |
( |
| ) |
|
|
pure virtual |
Description: Returns the string value of the current item of this Filer object. Arguments:
◆ rdSubobject()
virtual const char* OdTfFiler::rdSubobject |
( |
int & |
id | ) |
|
|
pure virtual |
◆ rdUInt8()
virtual OdUInt8 OdTfFiler::rdUInt8 |
( |
| ) |
|
|
pure virtual |
Description: Returns the UInt8 value of the current item of this Filer object.
◆ rdVector2d()
Description: Returns the 2D vector value of the current item of this Filer object.
◆ rdVector3d()
Description: Returns the 3D vector value of the current item of this Filer object.
◆ seek()
◆ tell()
virtual OdUInt64 OdTfFiler::tell |
( |
| ) |
const |
|
pure virtual |
Description: Returns the current I/O pointer position of this Filer object.
◆ wrBool()
virtual void OdTfFiler::wrBool |
( |
bool |
value | ) |
|
|
pure virtual |
Description: Writes the specified bool value to this Filer object. Arguments: value (I) Value.
◆ wrBytes()
Description: Writes the specified number of bytes to this Filer object. Arguments: buffer (I) array of bytes. numBytes (I) Number of bytes.
◆ wrDateTime()
◆ wrDbHandle()
Description: Writes the specified handle value to this Filer object. Arguments: value (I) Value.
◆ wrDouble()
virtual void OdTfFiler::wrDouble |
( |
double |
value | ) |
|
|
pure virtual |
Description: Writes the specified double value to this Filer object. Arguments: value (I) Value.
◆ wrHardOwnershipId()
virtual void OdTfFiler::wrHardOwnershipId |
( |
OdDbStub * |
value | ) |
|
|
pure virtual |
Description: Writes the specified HardOwnershipId value to this Filer object. Arguments: value (I) Value.
◆ wrHardPointerId()
virtual void OdTfFiler::wrHardPointerId |
( |
OdDbStub * |
value | ) |
|
|
pure virtual |
Description: Writes the specified HardPointerId value to this Filer object. Arguments: value (I) Value.
◆ wrInt16()
Description: Writes the specified Int16 value to this Filer object. Arguments: value (I) Value.
◆ wrInt32()
Description: Writes the specified Int32 value to this Filer object. Arguments: value (I) Value.
◆ wrInt64()
Description: Writes the specified Int64 value to this Filer object. Arguments: value (I) Value.
◆ wrInt8()
Description: Writes the specified Int8 value to this Filer object. Arguments: value (I) Value.
◆ wrPoint2d()
Description: Writes the specified 2D point value to this Filer object. Arguments: value (I) Value.
◆ wrPoint3d()
Description: Writes the specified 3D point value to this Filer object. Arguments: value (I) Value.
◆ wrScale3d()
Description: Writes the specified 3D scale value to this Filer object. Arguments: value (I) Value.
◆ wrSoftOwnershipId()
virtual void OdTfFiler::wrSoftOwnershipId |
( |
OdDbStub * |
value | ) |
|
|
pure virtual |
Description: Writes the specified SoftOwnershipId value to this Filer object. Arguments: value (I) Value.
◆ wrSoftPointerId()
virtual void OdTfFiler::wrSoftPointerId |
( |
OdDbStub * |
value | ) |
|
|
pure virtual |
Description: Writes the specified SoftPointerId value to this Filer object. Arguments: value (I) Value.
◆ wrString()
Description: Writes the specified string value to this Filer object. Arguments: value (I) Value.
◆ wrSubobject()
virtual void OdTfFiler::wrSubobject |
( |
int |
id, |
|
|
const char * |
name |
|
) |
| |
|
pure virtual |
◆ wrUInt8()
Description: Writes the specified UInt8 value to this Filer object. Arguments: value (I) Value.
◆ wrVector2d()
Description: Writes the specified 2D vector value to this Filer object. Arguments: value (I) Value.
◆ wrVector3d()
Description: Writes the specified 3D vector value to this Filer object. Arguments: value (I) Value.
The documentation for this struct was generated from the following file: