summaryrefslogtreecommitdiff
path: root/inc/BRepMesh_Classifier.lxx
blob: 816ccdd3e15f77b0bface152565f45798ac642d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// File:	BRepMesh_Classifier.lxx
// Created:	Wed Nov  5 12:29:52 2003
// Author:	Open CASCADE Support
//		<support@opencascade.com>
// Copyright:	 Open CASCADE 2003



//=======================================================================
//function : State
//purpose  : 
//=======================================================================

inline BRepMesh_Status BRepMesh_Classifier::State() const
{
  return myState;
}