Files
OCCT/src/Poly/Handle_Poly_CoherentTriangulation.hxx
2012-03-05 19:23:40 +04:00

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