Numerical C++ Library Concepts
TWiki Guest (guest)
Logout
Numerical C++ Library Concepts
IT Services
ISG Blog
IntraMATH
Contact
Login
Keyword or person
News
About us
People
People
Publications
Gallery
Applications
Installation
How to get started
Tutorials
Class documentation
ETH Zurich
D-MATH
wiki@math
Concepts
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
concepts::Subdivision
Common base class for QuadSubdivision and HexSubdivision.
Definition:
subdivision.hh:20
outputOperator.hh
concepts::OutputOperator
Class providing an output operator.
Definition:
outputOperator.hh:42
concepts
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