summaryrefslogtreecommitdiff
path: root/inc/TopoDS_TVertex.lxx
blob: f43ce1b310300f7676ec26e55d528f6762429750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// File:	TopoDS_TVertex.lxx
// Created:	Wed Apr 10 09:42:42 1991
// Author:	Remi LEQUETTE

// The Convex function can conflict with Convex defined as an integer
// in X.h
#ifdef Convex
#undef Convex
#endif

//=======================================================================
//function : TopoDS_TVertex
//purpose  : 
//=======================================================================

inline TopoDS_TVertex::TopoDS_TVertex() : TopoDS_TShape()
{
  Closed(Standard_True);
  Convex(Standard_True);
}