Public Member Functions | Public Attributes

creaImageIO::tree::NodeFullFileNameComparator Struct Reference

Compares the filename of the images. More...

#include <creaImageIOTreeComparators.h>

Inheritance diagram for creaImageIO::tree::NodeFullFileNameComparator:
Inheritance graph
[legend]
Collaboration diagram for creaImageIO::tree::NodeFullFileNameComparator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 NodeFullFileNameComparator (bool o=false)
virtual bool compare (Node *const &x, Node *const &y)
virtual bool operator() (Node *const &x, Node *const &y)

Public Attributes

bool mReverseOrder

Detailed Description

Compares the filename of the images.

Definition at line 217 of file creaImageIOTreeComparators.h.


Constructor & Destructor Documentation

creaImageIO::tree::NodeFullFileNameComparator::NodeFullFileNameComparator ( bool  o = false  )  [inline]

Definition at line 217 of file creaImageIOTreeComparators.h.


Member Function Documentation

virtual bool creaImageIO::tree::StringComparator::compare ( Node *const &  x,
Node *const &  y 
) [virtual, inherited]
virtual bool creaImageIO::tree::ComparatorWithOrder::operator() ( Node *const &  x,
Node *const &  y 
) [inline, virtual, inherited]

Implements creaImageIO::tree::Comparator.

Definition at line 42 of file creaImageIOTreeComparators.h.

References creaImageIO::tree::ComparatorWithOrder::compare(), and creaImageIO::tree::ComparatorWithOrder::mReverseOrder.

    {
      if (mReverseOrder) return this->compare(y,x);
      return this->compare(x,y);
    };

Here is the call graph for this function:


Member Data Documentation


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