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
17
namespace
Arcane::Numerics
18
{
19
using namespace
Arcane;
20
21
/*---------------------------------------------------------------------------*/
22
/*---------------------------------------------------------------------------*/
23
24
GeometryKernelSurfaceImpl::
25
GeometryKernelSurfaceImpl
()
26
: m_triangulation(new GK::TriangulationDataStructure())
27
{
28
;
29
}
30
31
/*---------------------------------------------------------------------------*/
32
/*---------------------------------------------------------------------------*/
33
34
GeometryKernelSurfaceImpl::
35
~GeometryKernelSurfaceImpl
()
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
/*---------------------------------------------------------------------------*/
Arcane::Numerics::GeometryKernelSurfaceImpl::GeometryKernelSurfaceImpl
GeometryKernelSurfaceImpl()
Definition
GeometryKernelSurfaceImpl.cc:25
Arcane::Numerics::GeometryKernelSurfaceImpl::~GeometryKernelSurfaceImpl
virtual ~GeometryKernelSurfaceImpl()
Definition
GeometryKernelSurfaceImpl.cc:35
arcane
corefinement
surfaceutils
geometrykernelsurfacetools
GeometryKernelSurfaceImpl.cc
Generated on
for Arcane by
1.16.1