// Description: An aggregate file for splitting rules
#ifndef PASTELGEOMETRY_SPLITRULES_H
#define PASTELGEOMETRY_SPLITRULES_H
#include "pastel/geometry/splitrule/fair_splitrule.h"
#include "pastel/geometry/splitrule/slidingmidpoint_splitrule.h"
#include "pastel/geometry/splitrule/slidingmidpoint2_splitrule.h"
#include "pastel/geometry/splitrule/longestmedian_splitrule.h"
#endif