#include <itkIPLFileNameList.h>
Public Types | |
typedef std::vector< IPLFileSortInfo * > | ListType |
typedef ListType::iterator | IteratorType |
enum | { SortGlobalAscend = 0, SortGlobalDescend = 1, SortByNameAscend = 2, SortByNameDescend = 3 } |
Public Member Functions | |
IPLFileNameList () | |
virtual | ~IPLFileNameList () |
IteratorType | begin () |
IteratorType | end () |
IPLFileSortInfo * | operator[] (unsigned int __n) |
signed int | NumFiles () const |
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) |
void | RemoveElementFromList (const int ElementToRemove) |
void | sortImageList () |
void | sortImageListAscend () |
void | sortImageListDescend () |
int | GetnumImageInfoStructs () const |
IPLSetMacro (XDim, int) | |
IPLGetMacro (XDim, int) | |
IPLSetMacro (YDim, int) | |
IPLGetMacro (YDim, int) | |
IPLSetMacro (Key1, int) | |
IPLGetMacro (Key1, int) | |
IPLSetMacro (Key2, int) | |
IPLGetMacro (Key2, int) | |
IPLSetMacro (SortOrder, int) |
Definition at line 96 of file itkIPLFileNameList.h.
|
Definition at line 100 of file itkIPLFileNameList.h. Referenced by AddElementToList(), end(), operator[](), RemoveElementFromList(), and ~IPLFileNameList(). |
|
Definition at line 99 of file itkIPLFileNameList.h. Referenced by GetnumImageInfoStructs(). |
|
Definition at line 102 of file itkIPLFileNameList.h. |
|
Definition at line 109 of file itkIPLFileNameList.h. References SortGlobalAscend. |
|
Definition at line 119 of file itkIPLFileNameList.h. References IteratorType. |
|
Definition at line 144 of file itkIPLFileNameList.h. References begin(), end(), and IteratorType. |
|
Definition at line 129 of file itkIPLFileNameList.h. Referenced by AddElementToList(). |
|
Definition at line 130 of file itkIPLFileNameList.h. References IteratorType. Referenced by AddElementToList(). |
|
Definition at line 204 of file itkIPLFileNameList.h. References ListType. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 141 of file itkIPLFileNameList.h. |
|
Definition at line 131 of file itkIPLFileNameList.h. References IteratorType. |
|
Definition at line 183 of file itkIPLFileNameList.h. References IteratorType. |
|
|
|
|
|
|