Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
dunecore
dunecore
DuneInterface
Tool
IndexLabelTool.h
Go to the documentation of this file.
1
// IndexLabelTool.h
2
3
// David Adams
4
// June 2018
5
//
6
// Interface for tools maps and index to a string.
7
8
#ifndef IndexLabelTool_H
9
#define IndexLabelTool_H
10
11
class
IndexLabelTool
{
12
13
public
:
14
15
using
Index
=
unsigned
int
;
16
using
Name
=
std::string
;
17
18
virtual
~IndexLabelTool
() =
default
;
19
20
virtual
Name
get
(
Index
idx)
const
=0;
21
22
};
23
24
#endif
string
std::string string
Definition:
nybbler.cc:12
IndexLabelTool::~IndexLabelTool
virtual ~IndexLabelTool()=default
IndexLabelTool::Index
unsigned int Index
Definition:
IndexLabelTool.h:15
keras_to_tensorflow.int
int
Definition:
keras_to_tensorflow.py:69
IndexLabelTool::Name
std::string Name
Definition:
IndexLabelTool.h:16
IndexLabelTool
Definition:
IndexLabelTool.h:11
Generated by
1.8.11