DGtal 1.4.0
|
Public Member Functions | |
HeaderField (const char *t, const char *v) | |
Constructor. The string are copied. | |
~HeaderField () | |
HeaderField (const HeaderField &h) | |
Copy constructor. | |
HeaderField () | |
Default constructor. | |
const HeaderField & | operator= (const HeaderField &h) |
Assignement operator. | |
Data Fields | |
char * | type |
Type of field (e.g. Voxel-Size) | |
char * | value |
Value of field (e.g. 2) | |
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.