mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
15 lines
368 B
C++
Executable File
15 lines
368 B
C++
Executable File
// 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
|