summaryrefslogtreecommitdiff
path: root/inc/BRepMesh_ClassifierPtr.hxx
blob: 835e8750ebabcb2a68c5fac0daecb6a39c73aa0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// File:      BRepMesh_ClassifierPtr.hxx
// Created:   02.02.09 12:47:22
// Author:    Pavel TELKOV
// Copyright: Open CASCADE 2009

#ifndef BRepMesh_ClassifierPtr_HeaderFile
#define BRepMesh_ClassifierPtr_HeaderFile

#include <BRepMesh_Classifier.hxx>
#include <NCollection_Handle.hxx>

typedef NCollection_Handle<BRepMesh_Classifier> BRepMesh_ClassifierPtr;

#endif