~ubuntu-branches/debian/jessie/yade/jessie

« back to all changes in this revision

Viewing changes to pkg/dem/TesselationWrapper.hpp

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2014-10-20 21:31:37 UTC
  • mfrom: (1.1.13)
  • Revision ID: package-import@ubuntu.com-20141020213137-wt0doalgtw493ohd
Tags: 1.12.0-1
* [3bba065] Imported Upstream version 1.12.0. (Closes: #763259)
* [1ac4c00] Remove patch applied by upstream.
* [0b5f802] Set Standards-Version: 3.9.6. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
*  GNU General Public License v2 or later. See file LICENSE for details. *
7
7
*************************************************************************/
8
8
#pragma once
9
 
#include<yade/core/GlobalEngine.hpp>
10
 
#include<yade/pkg/common/Sphere.hpp>
11
 
#include<yade/core/Omega.hpp>
12
 
#include<yade/core/Scene.hpp>
13
 
#include<yade/lib/triangulation/Tesselation.h>
14
 
#include<yade/pkg/dem/MicroMacroAnalyser.hpp>
 
9
#include<core/GlobalEngine.hpp>
 
10
#include<pkg/common/Sphere.hpp>
 
11
#include<core/Omega.hpp>
 
12
#include<core/Scene.hpp>
 
13
#include<lib/triangulation/Tesselation.h>
 
14
#include<pkg/dem/MicroMacroAnalyser.hpp>
15
15
 
16
16
/*! \class TesselationWrapper
17
17
 * \brief Handle the triangulation of spheres in a scene, build tesselation on request, and give access to computed quantities : currently volume and porosity of each Voronoï sphere.