LIBRCSC Docs
Documentation for HELIOS's BASE LIBRCSC library for RoboCup 2D Simulation League.
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
thermo_color_provider.h
1// -*-c++-*-
2
3/*
4 *Copyright:
5
6 Copyright (C) Hiroki SHIMORA, Hidehisa Akiyama
7
8 This code is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option)
11 any later version.
12
13 This code is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this code; see the file COPYING. If not, write to
20 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
21
22 *EndCopyright:
23 */
24
26
27#ifndef RCSC_COLOR_THERMO_COLOR_PROVIDER_H
28#define RCSC_COLOR_THERMO_COLOR_PROVIDER_H
29
30#include <rcsc/color/gradation_color_provider.h>
31
32namespace rcsc {
33
39 : public GradationColorProvider {
40public:
41
42 /*
43 \brief constructor
44 */
46};
47
48}
49
50#endif
gradation color provider class for converting float value to a color
Definition: gradation_color_provider.h:40
thermo color provider class for converting float value to a color
Definition: thermo_color_provider.h:39