Open CASCADE Technology  6.9.1
Public Member Functions
PCDM_ReadWriter_1 Class Reference

#include <PCDM_ReadWriter_1.hxx>

Inheritance diagram for PCDM_ReadWriter_1:
Inheritance graph
[legend]

Public Member Functions

 PCDM_ReadWriter_1 ()
 
TCollection_AsciiString Version () const
 returns PCDM_ReadWriter_1. More...
 
void WriteReferenceCounter (const Handle< Storage_Data > &aData, const Handle< CDM_Document > &aDocument) const
 
void WriteReferences (const Handle< Storage_Data > &aData, const Handle< CDM_Document > &aDocument, const TCollection_ExtendedString &theReferencerFileName) const
 
void WriteExtensions (const Handle< Storage_Data > &aData, const Handle< CDM_Document > &aDocument) const
 
void WriteVersion (const Handle< Storage_Data > &aData, const Handle< CDM_Document > &aDocument) const
 
Standard_Integer ReadReferenceCounter (const TCollection_ExtendedString &aFileName, const Handle< CDM_MessageDriver > &theMsgDriver) const
 
void ReadReferences (const TCollection_ExtendedString &aFileName, PCDM_SequenceOfReference &theReferences, const Handle< CDM_MessageDriver > &theMsgDriver) const
 
void ReadExtensions (const TCollection_ExtendedString &aFileName, TColStd_SequenceOfExtendedString &theExtensions, const Handle< CDM_MessageDriver > &theMsgDriver) const
 
Standard_Integer ReadDocumentVersion (const TCollection_ExtendedString &aFileName, const Handle< CDM_MessageDriver > &theMsgDriver) const
 
- Public Member Functions inherited from Standard_Transient
 Standard_Transient ()
 Empty constructor. More...
 
 Standard_Transient (const Standard_Transient &)
 Copy constructor – does nothing. More...
 
Standard_Transientoperator= (const Standard_Transient &)
 Assignment operator, needed to avoid copying reference counter. More...
 
virtual ~Standard_Transient ()
 Destructor must be virtual. More...
 
virtual void Delete () const
 Memory deallocator for transient classes. More...
 
virtual const Handle_Standard_Type & DynamicType () const
 Returns a type information object about this object. More...
 
Standard_Boolean IsInstance (const Handle_Standard_Type &theType) const
 Returns a true value if this is an instance of Type. More...
 
Standard_Boolean IsInstance (const Standard_CString theTypeName) const
 Returns a true value if this is an instance of TypeName. More...
 
Standard_Boolean IsKind (const Handle_Standard_Type &theType) const
 Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
 
Standard_Boolean IsKind (const Standard_CString theTypeName) const
 Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
 
virtual Handle_Standard_Transient This () const
 Returns a Handle which references this object. Must never be called to objects created in stack. More...
 
Standard_Integer GetRefCount () const
 Get the reference counter of this object. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from PCDM_ReadWriter
static void Open (Storage_BaseDriver &aDriver, const TCollection_ExtendedString &aFileName, const Storage_OpenMode anOpenMode)
 
static Handle< PCDM_ReadWriterReader (const TCollection_ExtendedString &aFileName)
 returns the convenient Reader for a File. More...
 
static Handle< PCDM_ReadWriterWriter ()
 
static void WriteFileFormat (const Handle< Storage_Data > &aData, const Handle< CDM_Document > &aDocument)
 
static TCollection_ExtendedString FileFormat (const TCollection_ExtendedString &aFileName)
 tries to get a format in the file. returns an empty string if the file could not be read or does not have a FileFormat information. More...
 

Constructor & Destructor Documentation

PCDM_ReadWriter_1::PCDM_ReadWriter_1 ( )

Member Function Documentation

Standard_Integer PCDM_ReadWriter_1::ReadDocumentVersion ( const TCollection_ExtendedString aFileName,
const Handle< CDM_MessageDriver > &  theMsgDriver 
) const
virtual

Implements PCDM_ReadWriter.

void PCDM_ReadWriter_1::ReadExtensions ( const TCollection_ExtendedString aFileName,
TColStd_SequenceOfExtendedString theExtensions,
const Handle< CDM_MessageDriver > &  theMsgDriver 
) const
virtual

Implements PCDM_ReadWriter.

Standard_Integer PCDM_ReadWriter_1::ReadReferenceCounter ( const TCollection_ExtendedString aFileName,
const Handle< CDM_MessageDriver > &  theMsgDriver 
) const
virtual

Implements PCDM_ReadWriter.

void PCDM_ReadWriter_1::ReadReferences ( const TCollection_ExtendedString aFileName,
PCDM_SequenceOfReference theReferences,
const Handle< CDM_MessageDriver > &  theMsgDriver 
) const
virtual

Implements PCDM_ReadWriter.

TCollection_AsciiString PCDM_ReadWriter_1::Version ( ) const
virtual

returns PCDM_ReadWriter_1.

Implements PCDM_ReadWriter.

void PCDM_ReadWriter_1::WriteExtensions ( const Handle< Storage_Data > &  aData,
const Handle< CDM_Document > &  aDocument 
) const
virtual

Implements PCDM_ReadWriter.

void PCDM_ReadWriter_1::WriteReferenceCounter ( const Handle< Storage_Data > &  aData,
const Handle< CDM_Document > &  aDocument 
) const
virtual

Implements PCDM_ReadWriter.

void PCDM_ReadWriter_1::WriteReferences ( const Handle< Storage_Data > &  aData,
const Handle< CDM_Document > &  aDocument,
const TCollection_ExtendedString theReferencerFileName 
) const
virtual

Implements PCDM_ReadWriter.

void PCDM_ReadWriter_1::WriteVersion ( const Handle< Storage_Data > &  aData,
const Handle< CDM_Document > &  aDocument 
) const
virtual

Implements PCDM_ReadWriter.


The documentation for this class was generated from the following file: