Open CASCADE Technology  7.1.0.beta
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 override
 returns PCDM_ReadWriter_1. More...
 
void WriteReferenceCounter (const Handle< Storage_Data > &aData, const Handle< CDM_Document > &aDocument) const override
 
void WriteReferences (const Handle< Storage_Data > &aData, const Handle< CDM_Document > &aDocument, const TCollection_ExtendedString &theReferencerFileName) const override
 
void WriteExtensions (const Handle< Storage_Data > &aData, const Handle< CDM_Document > &aDocument) const override
 
void WriteVersion (const Handle< Storage_Data > &aData, const Handle< CDM_Document > &aDocument) const override
 
Standard_Integer ReadReferenceCounter (const TCollection_ExtendedString &aFileName, const Handle< CDM_MessageDriver > &theMsgDriver) const override
 
void ReadReferences (const TCollection_ExtendedString &aFileName, PCDM_SequenceOfReference &theReferences, const Handle< CDM_MessageDriver > &theMsgDriver) const override
 
void ReadExtensions (const TCollection_ExtendedString &aFileName, TColStd_SequenceOfExtendedString &theExtensions, const Handle< CDM_MessageDriver > &theMsgDriver) const override
 
Standard_Integer ReadDocumentVersion (const TCollection_ExtendedString &aFileName, const Handle< CDM_MessageDriver > &theMsgDriver) const override
 
- 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 opencascade::handle< Standard_Type > & DynamicType () const
 Returns a type descriptor about this object. More...
 
Standard_Boolean IsInstance (const opencascade::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 opencascade::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...
 
Standard_TransientThis () const
 Returns non-const pointer to this object (like const_cast). For protection against creating handle to objects allocated in stack or call from constructor, it will raise exception Standard_ProgramError if reference counter is zero. More...
 
Standard_Integer GetRefCount () const
 Get the reference counter of this object. More...
 
void IncrementRefCounter () const
 Increments the reference counter of this object. More...
 
Standard_Integer DecrementRefCounter () const
 Decrements the reference counter of this object; returns the decremented value. More...
 

Additional Inherited Members

- Public Types inherited from Standard_Transient
typedef void base_type
 Returns a type descriptor about this object. More...
 
- 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...
 
static TCollection_ExtendedString FileFormat (Standard_IStream &theIStream, Handle< Storage_Data > &theData)
 tries to get a format from the stream. returns an empty string if the file could not be read or does not have a FileFormat information. More...
 
- Static Public Member Functions inherited from Standard_Transient
static const char * get_type_name ()
 Returns a type descriptor about this object. More...
 
static const opencascade::handle< Standard_Type > & get_type_descriptor ()
 Returns type descriptor of Standard_Transient class. 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
overridevirtual

Implements PCDM_ReadWriter.

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

Implements PCDM_ReadWriter.

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

Implements PCDM_ReadWriter.

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

Implements PCDM_ReadWriter.

TCollection_AsciiString PCDM_ReadWriter_1::Version ( ) const
overridevirtual

returns PCDM_ReadWriter_1.

Implements PCDM_ReadWriter.

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

Implements PCDM_ReadWriter.

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

Implements PCDM_ReadWriter.

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

Implements PCDM_ReadWriter.

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

Implements PCDM_ReadWriter.


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