| 
    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 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.