Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
pdfs
PDF.cpp
Go to the documentation of this file.
1
/************************************************************************
2
* Copyright (C) 2012 Eindhoven University of Technology (TU/e). *
3
* All rights reserved. *
4
************************************************************************
5
* Redistribution and use in source and binary forms, with or without *
6
* modification, are permitted provided that the following conditions *
7
* are met: *
8
* *
9
* 1. Redistributions of source code must retain the above *
10
* copyright notice, this list of conditions and the following *
11
* disclaimer. *
12
* *
13
* 2. Redistributions in binary form must reproduce the above *
14
* copyright notice, this list of conditions and the following *
15
* disclaimer in the documentation and/or other materials *
16
* provided with the distribution. *
17
* *
18
* THIS SOFTWARE IS PROVIDED BY TU/e "AS IS" AND ANY EXPRESS OR *
19
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED *
20
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE *
21
* ARE DISCLAIMED. IN NO EVENT SHALL TU/e OR CONTRIBUTORS BE LIABLE *
22
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR *
23
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT *
24
* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; *
25
* OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
26
* LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT *
27
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE *
28
* USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH *
29
* DAMAGE. *
30
* *
31
* The views and conclusions contained in the software and *
32
* documentation are those of the authors and should not be *
33
* interpreted as representing official policies, either expressed or *
34
* implied, of TU/e. *
35
************************************************************************/
36
37
#include "
problib/pdfs/PDF.h
"
38
39
using namespace
pbl
;
40
41
PDF::PDF
(
int
dimensions,
PDFType
type) :
42
dimensions_(dimensions), type_(type) {
43
}
44
45
PDF::PDF
(
const
PDF
& orig) :
46
dimensions_
(orig.
dimensions_
),
type_
(orig.
type_
) {
47
}
48
49
PDF::~PDF
() {
50
}
51
52
int
PDF::dimensions
()
const
{
53
return
dimensions_
;
54
}
55
56
PDF::PDFType
PDF::type
()
const
{
57
return
type_
;
58
}
59
60
bool
PDF::getExpectedValue
(std::string& v)
const
{
61
return
false
;
62
}
63
64
bool
PDF::getExpectedValue
(
arma::vec
& v)
const
{
65
return
false
;
66
}
pbl::PDF::dimensions
int dimensions() const
Definition:
PDF.cpp:52
pbl::PDF::type
PDFType type() const
Definition:
PDF.cpp:56
pbl::PDF::dimensions_
int dimensions_
Definition:
PDF.h:87
pbl::PDF::getExpectedValue
virtual bool getExpectedValue(std::string &v) const
Definition:
PDF.cpp:60
pbl::PDF::PDF
PDF(int dimensions, PDFType type)
Definition:
PDF.cpp:41
PDF.h
pbl
Definition:
conversions.h:49
pbl::PDF
Definition:
PDF.h:47
vec
Col< double > vec
pbl::PDF::~PDF
virtual ~PDF()
Definition:
PDF.cpp:49
pbl::PDF::type_
PDFType type_
Definition:
PDF.h:89
pbl::PDF::PDFType
PDFType
Definition:
PDF.h:51
problib
Author(s): Sjoerd van den Dries, Jos Elfring
autogenerated on Fri Apr 16 2021 02:32:19