|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <Ccd0ExpImp.h>
Data Fields | |
| bool | boolVal |
| date_t | dateVal |
| double | dblVal |
| int | intVal |
| std::string | strVal |
| std::string | type |
value Structures for a parmdDef added for CCDM
Definition at line 284 of file Ccd0ExpImp.h.
| bool TableCellValueType::boolVal |
bool value
Definition at line 290 of file Ccd0ExpImp.h.
| date_t TableCellValueType::dateVal |
value in the form of date
Definition at line 287 of file Ccd0ExpImp.h.
| double TableCellValueType::dblVal |
double value
Definition at line 288 of file Ccd0ExpImp.h.
| int TableCellValueType::intVal |
int value
Definition at line 289 of file Ccd0ExpImp.h.
| std::string TableCellValueType::strVal |
string value
Definition at line 286 of file Ccd0ExpImp.h.
| std::string TableCellValueType::type |
Indicates what value to use; string,date,double,int,bool
Definition at line 285 of file Ccd0ExpImp.h.