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 128 of file VolReader.h.
|
inline |
Constructor. The string are copied.
Definition at line 130 of file VolReader.h.
|
inline |
Definition at line 132 of file VolReader.h.
|
inline |
Copy constructor.
Definition at line 137 of file VolReader.h.
|
inline |
|
inline |
Assignement operator.
Definition at line 142 of file VolReader.h.
char* DGtal::VolReader< TImageContainer, TFunctor >::HeaderField::type |
Type of field (e.g. Voxel-Size)
Definition at line 152 of file VolReader.h.
char* DGtal::VolReader< TImageContainer, TFunctor >::HeaderField::value |
Value of field (e.g. 2)
Definition at line 154 of file VolReader.h.