#include <itkIPLFileNameList.h>
Definition at line 101 of file itkIPLFileNameList.h.
Public Types | |
enum | { SortGlobalAscend = 0, SortGlobalDescend = 1, SortByNameAscend = 2, SortByNameDescend = 3 } |
typedef ListType::iterator | IteratorType |
typedef vcl_size_t | ListSizeType |
typedef std::vector< IPLFileSortInfo * > | ListType |
Public Member Functions | |
bool | AddElementToList (char const *const filename, const float sliceLocation, const int offset, const int XDim, const int YDim, const int imageNumber, const int Key1, const int Key2) |
IteratorType | begin () |
IteratorType | end () |
ListSizeType | GetnumImageInfoStructs () const |
IPLFileNameList () | |
IPLGetMacro (Key2, int) | |
IPLGetMacro (Key1, int) | |
IPLGetMacro (YDim, int) | |
IPLGetMacro (XDim, int) | |
IPLSetMacro (SortOrder, int) | |
IPLSetMacro (Key2, int) | |
IPLSetMacro (Key1, int) | |
IPLSetMacro (YDim, int) | |
IPLSetMacro (XDim, int) | |
ListSizeType | NumFiles () const |
IPLFileSortInfo * | operator[] (unsigned int __n) |
void | RemoveElementFromList (const int ElementToRemove) |
void | sortImageList () |
void | sortImageListAscend () |
void | sortImageListDescend () |
virtual | ~IPLFileNameList () |
typedef ListType::iterator itk::IPLFileNameList::IteratorType |
Definition at line 105 of file itkIPLFileNameList.h.
typedef vcl_size_t itk::IPLFileNameList::ListSizeType |
Definition at line 106 of file itkIPLFileNameList.h.
typedef std::vector<IPLFileSortInfo *> itk::IPLFileNameList::ListType |
Definition at line 104 of file itkIPLFileNameList.h.
anonymous enum |
Definition at line 108 of file itkIPLFileNameList.h.
itk::IPLFileNameList::IPLFileNameList | ( | ) | [inline] |
virtual itk::IPLFileNameList::~IPLFileNameList | ( | ) | [inline, virtual] |
bool itk::IPLFileNameList::AddElementToList | ( | char const *const | filename, | |
const float | sliceLocation, | |||
const int | offset, | |||
const int | XDim, | |||
const int | YDim, | |||
const int | imageNumber, | |||
const int | Key1, | |||
const int | Key2 | |||
) | [inline] |
IteratorType itk::IPLFileNameList::begin | ( | ) | [inline] |
Definition at line 138 of file itkIPLFileNameList.h.
Referenced by AddElementToList(), operator[](), and ~IPLFileNameList().
IteratorType itk::IPLFileNameList::end | ( | ) | [inline] |
Definition at line 143 of file itkIPLFileNameList.h.
Referenced by AddElementToList(), operator[](), and ~IPLFileNameList().
ListSizeType itk::IPLFileNameList::GetnumImageInfoStructs | ( | ) | const [inline] |
Definition at line 232 of file itkIPLFileNameList.h.
itk::IPLFileNameList::IPLGetMacro | ( | Key2 | , | |
int | ||||
) |
itk::IPLFileNameList::IPLGetMacro | ( | Key1 | , | |
int | ||||
) |
itk::IPLFileNameList::IPLGetMacro | ( | YDim | , | |
int | ||||
) |
itk::IPLFileNameList::IPLGetMacro | ( | XDim | , | |
int | ||||
) |
itk::IPLFileNameList::IPLSetMacro | ( | SortOrder | , | |
int | ||||
) |
itk::IPLFileNameList::IPLSetMacro | ( | Key2 | , | |
int | ||||
) |
itk::IPLFileNameList::IPLSetMacro | ( | Key1 | , | |
int | ||||
) |
itk::IPLFileNameList::IPLSetMacro | ( | YDim | , | |
int | ||||
) |
itk::IPLFileNameList::IPLSetMacro | ( | XDim | , | |
int | ||||
) |
ListSizeType itk::IPLFileNameList::NumFiles | ( | ) | const [inline] |
Definition at line 162 of file itkIPLFileNameList.h.
IPLFileSortInfo* itk::IPLFileNameList::operator[] | ( | unsigned int | __n | ) | [inline] |
void itk::IPLFileNameList::RemoveElementFromList | ( | const int | ElementToRemove | ) | [inline] |
Definition at line 209 of file itkIPLFileNameList.h.
void itk::IPLFileNameList::sortImageList | ( | ) |
void itk::IPLFileNameList::sortImageListAscend | ( | ) |
void itk::IPLFileNameList::sortImageListDescend | ( | ) |