Zoltan2
Loading...
Searching...
No Matches
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
17namespace Zoltan2{
18
22 public:
23 virtual ~EvaluateBaseClassRoot() {} // required virtual declaration
24
26 virtual void printMetrics(std::ostream &/* os */) const {};
27};
28
29template <typename Adapter>
31public:
32};
33
34} // namespace Zoltan2
35
36#endif
A base class for EvaluatePartition, EvaluateOrdering, ...
virtual void printMetrics(std::ostream &) const
Print all metrics.
Created by mbenlioglu on Aug 31, 2020.