0030416: Incorrect implementation of the method Bnd_OBB::SquareExtent
[occt.git] / src / XmlMDataXtd / XmlMDataXtd_PositionDriver.hxx
CommitLineData
f47afe53 1// Created on: 2001-08-24
2// Created by: Alexander GRIGORIEV
42cf5bc1 3// Copyright (c) 2001-2014 OPEN CASCADE SAS
4//
5// This file is part of Open CASCADE Technology software library.
6//
7// This library is free software; you can redistribute it and/or modify it under
8// the terms of the GNU Lesser General Public License version 2.1 as published
9// by the Free Software Foundation, with special exception defined in the file
10// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
11// distribution for complete text of the license and disclaimer of any warranty.
12//
13// Alternatively, this file may be used under the terms of Open CASCADE
14// commercial license or contractual agreement.
15
f47afe53 16#ifndef _XmlMDataXtd_PositionDriver_HeaderFile
17#define _XmlMDataXtd_PositionDriver_HeaderFile
42cf5bc1 18
19#include <Standard.hxx>
20#include <Standard_Type.hxx>
21
22#include <XmlMDF_ADriver.hxx>
23#include <Standard_Boolean.hxx>
24#include <XmlObjMgt_RRelocationTable.hxx>
25#include <XmlObjMgt_SRelocationTable.hxx>
83ae3591 26class Message_Messenger;
42cf5bc1 27class TDF_Attribute;
28class XmlObjMgt_Persistent;
29
30
f47afe53 31class XmlMDataXtd_PositionDriver;
32DEFINE_STANDARD_HANDLE(XmlMDataXtd_PositionDriver, XmlMDF_ADriver)
33
42cf5bc1 34
35//! Attribute Driver.
f47afe53 36class XmlMDataXtd_PositionDriver : public XmlMDF_ADriver
42cf5bc1 37{
38
39public:
40
41
83ae3591 42 Standard_EXPORT XmlMDataXtd_PositionDriver(const Handle(Message_Messenger)& theMessageDriver);
42cf5bc1 43
79104795 44 Standard_EXPORT Handle(TDF_Attribute) NewEmpty() const Standard_OVERRIDE;
42cf5bc1 45
79104795 46 Standard_EXPORT Standard_Boolean Paste (const XmlObjMgt_Persistent& Source, const Handle(TDF_Attribute)& Target, XmlObjMgt_RRelocationTable& RelocTable) const Standard_OVERRIDE;
42cf5bc1 47
79104795 48 Standard_EXPORT void Paste (const Handle(TDF_Attribute)& Source, XmlObjMgt_Persistent& Target, XmlObjMgt_SRelocationTable& RelocTable) const Standard_OVERRIDE;
42cf5bc1 49
50
51
52
f47afe53 53 DEFINE_STANDARD_RTTIEXT(XmlMDataXtd_PositionDriver, XmlMDF_ADriver)
42cf5bc1 54
55protected:
56
57
58
59
f47afe53 60private:
42cf5bc1 61
62
63
64
65};
66
f47afe53 67#endif