Alpine3D
Alpine3D-3.2.0
ViewFactorsAlgorithm.h
Go to the documentation of this file.
1
/***********************************************************************************/
2
/* Copyright 2009-2015 WSL Institute for Snow and Avalanche Research SLF-DAVOS */
3
/***********************************************************************************/
4
/* This file is part of Alpine3D.
5
Alpine3D is free software: you can redistribute it and/or modify
6
it under the terms of the GNU Lesser General Public License as published by
7
the Free Software Foundation, either version 3 of the License, or
8
(at your option) any later version.
9
10
Alpine3D is distributed in the hope that it will be useful,
11
but WITHOUT ANY WARRANTY; without even the implied warranty of
12
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
GNU Lesser General Public License for more details.
14
15
You should have received a copy of the GNU Lesser General Public License
16
along with Alpine3D. If not, see <http://www.gnu.org/licenses/>.
17
*/
18
#ifndef VIEWFACTORSALGORITHM_H
19
#define VIEWFACTORSALGORITHM_H
20
21
class
ViewFactorsAlgorithm
{
22
public
:
23
virtual
~ViewFactorsAlgorithm
() {}
24
virtual
double
getSkyViewFactor
(
const
int
&i,
const
int
&j) = 0;
25
};
26
27
#endif
ViewFactorsAlgorithm
Definition:
ViewFactorsAlgorithm.h:21
ViewFactorsAlgorithm::~ViewFactorsAlgorithm
virtual ~ViewFactorsAlgorithm()
Definition:
ViewFactorsAlgorithm.h:23
ViewFactorsAlgorithm::getSkyViewFactor
virtual double getSkyViewFactor(const int &i, const int &j)=0
alpine3d
ebalance
ViewFactorsAlgorithm.h
Generated on Thu Sep 3 2020 10:53:36 for Alpine3D by
1.8.13