blob: 19a028900f44937bea2666fe93e885c56c6b9d92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// File: TopoDS_Compound.lxx
// Created: Tue Apr 16 17:48:35 1991
// Author: Remi LEQUETTE
//=======================================================================
//function : TopoDS_Compound
//purpose :
//=======================================================================
inline TopoDS_Compound::TopoDS_Compound ()
{
}
|