subdivision.hh

Go to the documentation of this file.
1 
7 #ifndef subdivision_hh
8 #define subdivision_hh
9 
10 #include "basics/outputOperator.hh"
11 
12 namespace concepts {
13 
14  // *********************************************************** Subdivision **
15 
20  class Subdivision : public OutputOperator {
21  };
22 
23 } // namespace concepts
24 
25 #endif // subdivision_hh
Common base class for QuadSubdivision and HexSubdivision.
Definition: subdivision.hh:20
Class providing an output operator.
Basic namespace for Concepts-2.
Definition: pml_formula.h:16
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich