Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
GeometryKernelSurfaceImpl.cc
1// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2//-----------------------------------------------------------------------------
3// Copyright 2000-2026 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4// See the top-level COPYRIGHT file for details.
5// SPDX-License-Identifier: Apache-2.0
6//-----------------------------------------------------------------------------
7
8#include "arcane/corefinement/surfaceutils/geometrykernelsurfacetools/GeometryKernelSurfaceImpl.h"
9
10/* Author : havep at Wed Aug 27 16:19:54 2008
11 * Generated by createNew
12 */
13
14/*---------------------------------------------------------------------------*/
15/*---------------------------------------------------------------------------*/
16
17namespace Arcane::Numerics
18{
19using namespace Arcane;
20
21/*---------------------------------------------------------------------------*/
22/*---------------------------------------------------------------------------*/
23
26: m_triangulation(new GK::TriangulationDataStructure())
27{
28 ;
29}
30
31/*---------------------------------------------------------------------------*/
32/*---------------------------------------------------------------------------*/
33
36{
37 // destruction of objects
38 // (even m_triangulation which is a boost::shared_ptr)
39}
40
41/*---------------------------------------------------------------------------*/
42/*---------------------------------------------------------------------------*/
43
44} // namespace Arcane::Numerics
45
46/*---------------------------------------------------------------------------*/
47/*---------------------------------------------------------------------------*/