3D Human Airway Tree
Program generuje ludzkie drzewo oskrzelowe
CalculateVolumeDividingRatio.h
Idź do dokumentacji tego pliku.
1 /*=========================================================================
2 
3  Program: 3D Human Airway Tree
4  Module: CalculateVolumeDividingRatio.h
5 
6  Copyright (c) Kacper Pluta <kacperp@wsinf.edu.pl>
7  All rights reserved.
8  See Copyright.txt or http://leo.wsinf.edu.pl/~kacperp/3dtree for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
15 
27 #ifndef CALCULATER_H
28 #define CALCULATER_H
29 
30 #include "AlgorithmConstData.h"
31 #include <vtkPolyData.h>
32 
33 float CalculateVolumeDividingRatio(vtkPolyData* parentRegion, vtkPolyData* childRegion);
34 
35 #endif // CALCULATER