blob: ea320ba6f7a9be86de3befd645e5a95b5c31e367 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
// File: TDF_DeltaOnRemoval.cxx
// ----------------------
// Author: DAUTRY Philippe
// <fid@fox.paris1.matra-dtv.fr>
// Copyright: Matra Datavision 1997
// Version: 0.0
// History: Version Date Purpose
// 0.0 Oct 10 1997 Creation
#include <TDF_DeltaOnRemoval.ixx>
//=======================================================================
//function : TDF_DeltaOnRemoval
//purpose :
//=======================================================================
TDF_DeltaOnRemoval::TDF_DeltaOnRemoval(const Handle(TDF_Attribute)& anAtt)
: TDF_AttributeDelta(anAtt)
{}
|