3D Human Airway Tree
Program generuje ludzkie drzewo oskrzelowe
Strona główna
Dodatkowe strony
Przestrzenie nazw
Klasy
Pliki
Lista plików
Składowe plików
src
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
Wygenerowano przez
1.8.1