DGtal
1.2.0
|
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 154 of file LongvolReader.h.
|
inline |
Constructor. The string are copied.
Definition at line 156 of file LongvolReader.h.
|
inline |
Definition at line 158 of file LongvolReader.h.
|
inline |
Copy constructor.
Definition at line 163 of file LongvolReader.h.
|
inline |
Default constructor.
Definition at line 166 of file LongvolReader.h.
|
inline |
Assignement operator.
Definition at line 168 of file LongvolReader.h.
char* DGtal::LongvolReader< TImageContainer, TFunctor >::HeaderField::type |
Type of field (e.g. Voxel-Size)
Definition at line 178 of file LongvolReader.h.
char* DGtal::LongvolReader< TImageContainer, TFunctor >::HeaderField::value |
Value of field (e.g. 2)
Definition at line 180 of file LongvolReader.h.