mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-23 14:48:20 +08:00
19 lines
507 B
C++
Executable File
19 lines
507 B
C++
Executable File
// File: Handle_Poly_CoherentTriangulation.hxx
|
|
// Created: 23.04.08 19:00
|
|
// Author: Alexander GRIGORIEV
|
|
// Copyright: Open Cascade 2008
|
|
|
|
|
|
#ifndef Handle_Poly_CoherentTriangulation_HeaderFile
|
|
#define Handle_Poly_CoherentTriangulation_HeaderFile
|
|
|
|
#include <Standard_DefineHandle.hxx>
|
|
#include <Standard_Transient.hxx>
|
|
|
|
class Poly_CoherentTriangulation;
|
|
|
|
//! Definition of HANDLE object using Standard_DefineHandle.hxx
|
|
DEFINE_STANDARD_HANDLE (Poly_CoherentTriangulation, Standard_Transient)
|
|
|
|
#endif
|