Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/kernel.git] / src / OBJECT / SALOME_AISShape.cxx
1 using namespace std;
2 //  File      : SALOME_AISShape.hxx
3 //  Created   : Thu Feb 21 14:37:54 CET 2002
4 //  Author    : Nicolas REJNERI
5 //  Project   : SALOME
6 //  Module    : SALOME
7 //  Copyright : Open CASCADE 2002
8 //  $Header$
9
10 #include "SALOME_AISShape.ixx"
11
12 SALOME_AISShape::SALOME_AISShape(const TopoDS_Shape& shape): AIS_Shape(shape) {
13 }
14