Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
dunecore
dunecore
DuneInterface
Tool
IndexRangeTool.h
Go to the documentation of this file.
1
// IndexRangeTool.h
2
3
// David Adams
4
// July 2018
5
//
6
// Interface for tools that that provide access IndexRange objects.
7
8
#ifndef IndexRangeTool_H
9
#define IndexRangeTool_H
10
11
#include "
dunecore/DuneInterface/Data/IndexRange.h
"
12
13
class
IndexRangeTool
{
14
15
public
:
16
17
using
Name
=
IndexRange::Name
;
18
19
virtual
~IndexRangeTool
() =
default
;
20
21
virtual
IndexRange
get
(
Name
nam)
const
=0;
22
23
};
24
25
#endif
IndexRange::Name
std::string Name
Definition:
IndexRange.h:28
IndexRangeTool::~IndexRangeTool
virtual ~IndexRangeTool()=default
IndexRangeTool
Definition:
IndexRangeTool.h:13
IndexRangeTool::Name
IndexRange::Name Name
Definition:
IndexRangeTool.h:17
IndexRange
Definition:
IndexRange.h:23
IndexRange.h
Generated by
1.8.11