Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
sbnanaobj
sbnanaobj
StandardRecord
SRWeightMapEntry.h
Go to the documentation of this file.
1
#ifndef SRWEIGHTMAPENTRY_H
2
#define SRWEIGHTMAPENTRY_H
3
4
#include "
sbnanaobj/StandardRecord/SRWeightParam.h
"
5
6
#include <vector>
7
8
namespace
caf
9
{
10
class
SRWeightMapEntry
11
{
12
public
:
13
// Serialization requires a default constructor
14
SRWeightMapEntry
() {}
15
16
SRWeightMapEntry
(
const
SRWeightParam
&
p
,
17
const
std::vector<float>& vs) :
param
(p),
vals
(vs) {}
18
19
SRWeightParam
param
;
20
std::vector<float>
vals
;
21
};
22
}
23
24
#endif
SRWeightParam.h
caf::SRWeightMapEntry::vals
std::vector< float > vals
Definition:
SRWeightMapEntry.h:20
p
pdgs p
Definition:
selectors.fcl:22
caf::SRWeightMapEntry::param
SRWeightParam param
Definition:
SRWeightMapEntry.h:19
caf::SRWeightMapEntry::SRWeightMapEntry
SRWeightMapEntry(const SRWeightParam &p, const std::vector< float > &vs)
Definition:
SRWeightMapEntry.h:16
caf::SRWeightMapEntry
Definition:
SRWeightMapEntry.h:10
caf::SRWeightMapEntry::SRWeightMapEntry
SRWeightMapEntry()
Definition:
SRWeightMapEntry.h:14
caf::SRWeightParam
Definition:
SRWeightParam.h:8
Generated by
1.8.5