3Depict
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions
filtertreeAnalyse.cpp File Reference
#include "filtertreeAnalyse.h"
#include "filters/allFilter.h"
#include <numeric>
Include dependency graph for filtertreeAnalyse.cpp:

Functions

bool filterIsSampling (const Filter *f)
 
bool affectedBySampling (const Filter *f, bool haveRngParent)
 
bool needsRangeParent (const Filter *f)
 
unsigned int needsUnrangedData (const Filter *f)
 
bool filterAltersComposition (const Filter *f)
 
bool filterAffectedByComposition (const Filter *f, bool haveRngParent)
 

Function Documentation

◆ affectedBySampling()

bool affectedBySampling ( const Filter f,
bool  haveRngParent 
)

◆ filterAffectedByComposition()

bool filterAffectedByComposition ( const Filter f,
bool  haveRngParent 
)

◆ filterAltersComposition()

bool filterAltersComposition ( const Filter f)

◆ filterIsSampling()

bool filterIsSampling ( const Filter f)

◆ needsRangeParent()

bool needsRangeParent ( const Filter f)

References FILTER_TYPE_CLUSTER_ANALYSIS, and Filter::getType().

Referenced by FilterTreeAnalyse::analyse().

Here is the caller graph for this function:

◆ needsUnrangedData()

unsigned int needsUnrangedData ( const Filter f)