|
ImagingTools Core SDK
|
#include <IRepositoryFileTransformation.h>
Inherits istd::IPolymorphic.
Inherited by imtrepo::CRepositoryFileTransformationCompBase [virtual].
Public Member Functions | |
| virtual istd::CIntRange | GetSupportedRevisionRange () const =0 |
| virtual bool | TransformFile (const IRepositoryItemInfo &repositoryIteminfo, int fromRevision, int toRevision) const =0 |
Interface defining the transformation of a file inside of the repository structure during repository conversion procedure.
Definition at line 22 of file IRepositoryFileTransformation.h.
|
pure virtual |
Get the revision range supported by the file transformation.
|
pure virtual |
Execute the file transformation for the given revision range.