vrcore
0.45
visuReal Messkern
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
CoeffFunc.h
1
#pragma once
2
class
CoeffFunc
3
{
4
public
:
5
virtual
double
operator()(
int
i,
int
j)
const
= 0 ;
6
7
CoeffFunc
(
void
);
8
~
CoeffFunc
(
void
);
9
};
10
11
12
/*Stets 1 lieferndes Test-u. Defaultexemplar.*/
13
class
UnityCoeff
:
public
CoeffFunc
14
{
15
public
:
16
virtual
double
operator()(
int
i,
int
j)
const
;
17
18
UnityCoeff
(
void
);
19
~
UnityCoeff
(
void
);
20
};
CoeffFunc
Definition:
CoeffFunc.h:2
UnityCoeff
Definition:
CoeffFunc.h:13
Segmentierung
CoeffFunc.h
Generated on Wed Mar 9 2016 06:37:01 for vrcore by
1.8.6