Chi-Tech
PartitionerPredicate.h
Go to the documentation of this file.
1#ifndef CHITECH_PARTITIONERPREDICATE_H
2#define CHITECH_PARTITIONERPREDICATE_H
3
4#include "field_operation.h"
5
6namespace chi
7{
8class GraphPartitioner;
9}
10
12{
13
15{
16public:
18 explicit PartitionerPredicate(const chi::InputParameters& params);
19
20 void Execute() override;
21
22protected:
25 const size_t num_partitions_;
26 const size_t result_component_;
27};
28
29}
30
31#endif // CHITECH_PARTITIONERPREDICATE_H
PartitionerPredicate(const chi::InputParameters &params)