#include <itkIPLFileNameList.h>
– stores filename+info to be enumerated for IPLCommonImageIO
Definition at line 116 of file itkIPLFileNameList.h.
|
bool | AddElementToList (const char *const filename, const float sliceLocation, const int offset, const int XDim, const int YDim, const float XRes, const float YRes, const int imageNumber, const int Key1, const int Key2) |
|
IteratorType | begin () |
|
IteratorType | end () |
|
ListSizeType | GetnumImageInfoStructs () const |
|
| IPLFileNameList () |
|
| IPLGetMacroDeclaration (Key1, int) |
|
| IPLGetMacroDeclaration (Key2, int) |
|
| IPLGetMacroDeclaration (XDim, int) |
|
| IPLGetMacroDeclaration (XRes, float) |
|
| IPLGetMacroDeclaration (YDim, int) |
|
| IPLGetMacroDeclaration (YRes, float) |
|
| IPLSetMacroDeclaration (Key1, int) |
|
| IPLSetMacroDeclaration (Key2, int) |
|
| IPLSetMacroDeclaration (SortOrder, int) |
|
| IPLSetMacroDeclaration (XDim, int) |
|
| IPLSetMacroDeclaration (XRes, float) |
|
| IPLSetMacroDeclaration (YDim, int) |
|
| IPLSetMacroDeclaration (YRes, float) |
|
ListSizeType | NumFiles () const |
|
IPLFileSortInfo * | operator[] (unsigned int __n) |
|
void | RemoveElementFromList (const int ElementToRemove) |
|
void | sortImageList () |
|
void | sortImageListAscend () |
|
void | sortImageListDescend () |
|
virtual | ~IPLFileNameList () |
|
◆ IteratorType
◆ ListSizeType
◆ ListType
◆ anonymous enum
Enumerator |
---|
SortGlobalAscend | |
SortGlobalDescend | |
SortByNameAscend | |
SortByNameDescend | |
Definition at line 123 of file itkIPLFileNameList.h.
◆ IPLFileNameList()
itk::IPLFileNameList::IPLFileNameList |
( |
| ) |
|
|
inline |
◆ ~IPLFileNameList()
virtual itk::IPLFileNameList::~IPLFileNameList |
( |
| ) |
|
|
virtual |
◆ AddElementToList()
bool itk::IPLFileNameList::AddElementToList |
( |
const char *const | filename, |
|
|
const float | sliceLocation, |
|
|
const int | offset, |
|
|
const int | XDim, |
|
|
const int | YDim, |
|
|
const float | XRes, |
|
|
const float | YRes, |
|
|
const int | imageNumber, |
|
|
const int | Key1, |
|
|
const int | Key2 ) |
|
inline |
◆ begin()
◆ end()
◆ GetnumImageInfoStructs()
ListSizeType itk::IPLFileNameList::GetnumImageInfoStructs |
( |
| ) |
const |
|
inlinenodiscard |
◆ IPLGetMacroDeclaration() [1/6]
itk::IPLFileNameList::IPLGetMacroDeclaration |
( |
Key1 | , |
|
|
int | ) |
◆ IPLGetMacroDeclaration() [2/6]
itk::IPLFileNameList::IPLGetMacroDeclaration |
( |
Key2 | , |
|
|
int | ) |
◆ IPLGetMacroDeclaration() [3/6]
itk::IPLFileNameList::IPLGetMacroDeclaration |
( |
XDim | , |
|
|
int | ) |
◆ IPLGetMacroDeclaration() [4/6]
itk::IPLFileNameList::IPLGetMacroDeclaration |
( |
XRes | , |
|
|
float | ) |
◆ IPLGetMacroDeclaration() [5/6]
itk::IPLFileNameList::IPLGetMacroDeclaration |
( |
YDim | , |
|
|
int | ) |
◆ IPLGetMacroDeclaration() [6/6]
itk::IPLFileNameList::IPLGetMacroDeclaration |
( |
YRes | , |
|
|
float | ) |
◆ IPLSetMacroDeclaration() [1/7]
itk::IPLFileNameList::IPLSetMacroDeclaration |
( |
Key1 | , |
|
|
int | ) |
◆ IPLSetMacroDeclaration() [2/7]
itk::IPLFileNameList::IPLSetMacroDeclaration |
( |
Key2 | , |
|
|
int | ) |
◆ IPLSetMacroDeclaration() [3/7]
itk::IPLFileNameList::IPLSetMacroDeclaration |
( |
SortOrder | , |
|
|
int | ) |
◆ IPLSetMacroDeclaration() [4/7]
itk::IPLFileNameList::IPLSetMacroDeclaration |
( |
XDim | , |
|
|
int | ) |
◆ IPLSetMacroDeclaration() [5/7]
itk::IPLFileNameList::IPLSetMacroDeclaration |
( |
XRes | , |
|
|
float | ) |
◆ IPLSetMacroDeclaration() [6/7]
itk::IPLFileNameList::IPLSetMacroDeclaration |
( |
YDim | , |
|
|
int | ) |
◆ IPLSetMacroDeclaration() [7/7]
itk::IPLFileNameList::IPLSetMacroDeclaration |
( |
YRes | , |
|
|
float | ) |
◆ NumFiles()
◆ operator[]()
◆ RemoveElementFromList()
void itk::IPLFileNameList::RemoveElementFromList |
( |
const int | ElementToRemove | ) |
|
|
inline |
◆ sortImageList()
void itk::IPLFileNameList::sortImageList |
( |
| ) |
|
◆ sortImageListAscend()
void itk::IPLFileNameList::sortImageListAscend |
( |
| ) |
|
◆ sortImageListDescend()
void itk::IPLFileNameList::sortImageListDescend |
( |
| ) |
|
◆ m_Key1
int itk::IPLFileNameList::m_Key1 {} |
|
private |
◆ m_Key2
int itk::IPLFileNameList::m_Key2 {} |
|
private |
◆ m_List
ListType itk::IPLFileNameList::m_List {} |
|
private |
◆ m_SortOrder
int itk::IPLFileNameList::m_SortOrder {} |
|
private |
◆ m_XDim
int itk::IPLFileNameList::m_XDim {} |
|
private |
◆ m_XRes
float itk::IPLFileNameList::m_XRes {} |
|
private |
◆ m_YDim
int itk::IPLFileNameList::m_YDim {} |
|
private |
◆ m_YRes
float itk::IPLFileNameList::m_YRes {} |
|
private |
The documentation for this class was generated from the following file: