libCZI
Reading and Writing CZI documents made easy
libCZI::IIndexSet Class Referenceabstract

#include <libCZI_DimCoordinate.h>

Public Member Functions

virtual bool IsContained (int index) const =0
 

Detailed Description

Interface used to represent a set of indices. The object can be queried whether the specified index is contained in the set or not.

Member Function Documentation

◆ IsContained()

virtual bool libCZI::IIndexSet::IsContained ( int  index) const
pure virtual

Query if the specified 'index' is contained in the set or not.

Parameters
indexThe index to test.
Returns
true if contained it is contained in the set, false if not.

The documentation for this class was generated from the following file: