bpp-core3  3.0.0
RColorSet.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: The Bio++ Development Group
2 //
3 // SPDX-License-Identifier: CECILL-2.1
4 
5 #ifndef BPP_GRAPHICS_R_RCOLORSET_H
6 #define BPP_GRAPHICS_R_RCOLORSET_H
7 
8 
9 #include "../ColorSet.h"
10 
11 namespace bpp
12 {
16 class RColorSet :
17  public AbstractColorSet
18 {
19 public:
35  RColorSet();
36  virtual ~RColorSet() {}
37 };
38 } // end of namespace bpp;
39 #endif // BPP_GRAPHICS_R_RCOLORSET_H
Partial implementation of the ColorSet interface.
Definition: ColorSet.h:62
virtual ~RColorSet()
Definition: RColorSet.h:36
R color definitions.
Definition: RColorSet.h:16