nidas  v1.2-1520
Public Member Functions | Public Attributes | List of all members
nidas::core::SampleMatcher::RangeMatcher Struct Reference

Public Member Functions

 RangeMatcher (int d1, int d2, int s1, int s2, int inc)
 Construct a RangeMatcher with the given range endpoints: d1 <= DSM ID <= d2, s1 <= Sample ID <= s2, and if inc is false, then matching sample IDs are excluded rather than included. More...
 

Public Attributes

int dsm1
 
int dsm2
 
int sid1
 
int sid2
 
bool include
 

Constructor & Destructor Documentation

SampleMatcher::RangeMatcher::RangeMatcher ( int  d1,
int  d2,
int  s1,
int  s2,
int  inc 
)

Construct a RangeMatcher with the given range endpoints: d1 <= DSM ID <= d2, s1 <= Sample ID <= s2, and if inc is false, then matching sample IDs are excluded rather than included.

Member Data Documentation

int nidas::core::SampleMatcher::RangeMatcher::dsm1
int nidas::core::SampleMatcher::RangeMatcher::dsm2
bool nidas::core::SampleMatcher::RangeMatcher::include
int nidas::core::SampleMatcher::RangeMatcher::sid1
int nidas::core::SampleMatcher::RangeMatcher::sid2

The documentation for this struct was generated from the following files: