The ChainCon Software (Release 0.03)
Functions
setfilter.h File Reference

A function that creates a filter from a set of cells of different dimensions. More...

#include "chomp/system/config.h"

Go to the source code of this file.

Functions

template<class SetT , class FilterT >
void set2filter (const SetT &set, FilterT &filter, int maxDim)
 Transforms a collection of cells to a filter by adding them in the order of decreasing dimension. More...
 

Detailed Description

A function that creates a filter from a set of cells of different dimensions.

Definition in file setfilter.h.

Function Documentation

◆ set2filter()

template<class SetT , class FilterT >
void set2filter ( const SetT &  set,
FilterT &  filter,
int  maxDim 
)
inline

Transforms a collection of cells to a filter by adding them in the order of decreasing dimension.

The maximal dimension of cells of interest must be provided.

Definition at line 49 of file setfilter.h.

Referenced by computeSteenrodSquares(), and main().