summaryrefslogtreecommitdiff
path: root/inc/BRepMesh_BiPoint.lxx
blob: 7f968419f51266bcd17e9878177aab59316b68d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// File:	BRepMesh_BiPoint.lxx
// Created:	Thu Sep 18 10:33:49 1997
// Author:	Christophe MARION
//		<cma@partox.paris1.matra-dtv.fr>

//=======================================================================
//function : BRepMesh_BiPoint
//purpose  : 
//=======================================================================

inline BRepMesh_BiPoint::BRepMesh_BiPoint ()
{
}

//=======================================================================
//function : Indices
//purpose  : 
//=======================================================================

inline Standard_Address BRepMesh_BiPoint::Indices () const
{ return (Standard_Address)myIndices; }

//=======================================================================
//function : Coordinates
//purpose  : 
//=======================================================================

inline Standard_Address BRepMesh_BiPoint::Coordinates () const
{ return (Standard_Address)myCoordinates; }