CFx SDK Documentation  2020SP3
Public Member Functions | Friends | List of all members
ChangesCalculation Class Reference

#include <TfDwgFiler.h>

Public Member Functions

 ChangesCalculation ()
 
void calculateDifference (OdDbDatabase *pDb, OdStreamBufPtr bufPtr, const char *filePath)
 

Friends

class OdTfDwgFiler
 

Detailed Description

Definition at line 162 of file TfDwgFiler.h.

Constructor & Destructor Documentation

◆ ChangesCalculation()

ChangesCalculation::ChangesCalculation ( )

Member Function Documentation

◆ calculateDifference()

void ChangesCalculation::calculateDifference ( OdDbDatabase pDb,
OdStreamBufPtr  bufPtr,
const char *  filePath 
)

Calculate and save difference (to xml) between rollback data in database and stream of changing

Parameters
pDb[in] pointer to database.
bufPtr[in] pointer to stream of changes( get it from OdDbHistoryManager::getChanges(OdUInt32 revisions, bool rollback) )
filePath[in] path to save xml file with difference.
Note

Friends And Related Function Documentation

◆ OdTfDwgFiler

friend class OdTfDwgFiler
friend

Definition at line 164 of file TfDwgFiler.h.


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