DGtal
1.5.beta
|
Public Member Functions | |
HeaderField (const char *t, const char *v) | |
Constructor. The string are copied. More... | |
~HeaderField () | |
HeaderField (const HeaderField &h) | |
Copy constructor. More... | |
HeaderField () | |
Default constructor. More... | |
const HeaderField & | operator= (const HeaderField &h) |
Assignement operator. More... | |
Data Fields | |
char * | type |
Type of field (e.g. Voxel-Size) More... | |
char * | value |
Value of field (e.g. 2) More... | |
This class help us to associate a field type and his value. An object is a pair (type, value). You can copy and assign such objects.
Definition at line 149 of file LongvolReader.h.
|
inline |
Constructor. The string are copied.
Definition at line 151 of file LongvolReader.h.
|
inline |
Definition at line 153 of file LongvolReader.h.
|
inline |
Copy constructor.
Definition at line 158 of file LongvolReader.h.
|
inline |
Default constructor.
Definition at line 161 of file LongvolReader.h.
|
inline |
Assignement operator.
Definition at line 163 of file LongvolReader.h.
char* DGtal::LongvolReader< TImageContainer, TFunctor >::HeaderField::type |
Type of field (e.g. Voxel-Size)
Definition at line 173 of file LongvolReader.h.
char* DGtal::LongvolReader< TImageContainer, TFunctor >::HeaderField::value |
Value of field (e.g. 2)
Definition at line 175 of file LongvolReader.h.