bpp-core3  3.0.0
DvipsColorSet.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_LATEX_DVIPSCOLORSET_H
6 #define BPP_GRAPHICS_LATEX_DVIPSCOLORSET_H
7 
8 
9 #include "../ColorSet.h"
10 
11 namespace bpp
12 {
19  public AbstractColorSet
20 {
21 public:
22  DvipsColorSet();
23  virtual ~DvipsColorSet() {}
24 };
25 } // end of namespace bpp;
26 #endif // BPP_GRAPHICS_LATEX_DVIPSCOLORSET_H
virtual ~DvipsColorSet()
Definition: DvipsColorSet.h:23
Partial implementation of the ColorSet interface.
Definition: ColorSet.h:62
The dvips color definitions.
Definition: DvipsColorSet.h:18