Zoltan2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Zoltan2_EvaluateBaseClass.hpp
Go to the documentation of this file.
1 // @HEADER
2 // *****************************************************************************
3 // Zoltan2: A package of combinatorial algorithms for scientific computing
4 //
5 // Copyright 2012 NTESS and the Zoltan2 contributors.
6 // SPDX-License-Identifier: BSD-3-Clause
7 // *****************************************************************************
8 // @HEADER
9 
14 #ifndef ZOLTAN2_EVALUATEBASECLASS_HPP
15 #define ZOLTAN2_EVALUATEBASECLASS_HPP
16 
17 namespace Zoltan2{
18 
22  public:
23  virtual ~EvaluateBaseClassRoot() {} // required virtual declaration
24 
26  virtual void printMetrics(std::ostream &/* os */) const {};
27 };
28 
29 template <typename Adapter>
31 public:
32 };
33 
34 } // namespace Zoltan2
35 
36 #endif
virtual void printMetrics(std::ostream &) const
Print all metrics.
A base class for EvaluatePartition, EvaluateOrdering, ...