38 #ifndef OME_BIOFORMATS_MODULO_H
39 #define OME_BIOFORMATS_MODULO_H
60 typedef std::vector<std::string>::size_type
size_type;
86 Modulo(std::string dimension);
121 template<
class charT,
class traits>
122 inline std::basic_ostream<charT,traits>&
123 operator<< (std::basic_ostream<charT,traits>& os,
127 <<
"start = " << modulo.start <<
'\n'
128 <<
"step = " << modulo.step <<
'\n'
129 <<
"end = " << modulo.end <<
'\n'
130 <<
"parentType = " << modulo.parentType <<
'\n'
131 <<
"type = " << modulo.type <<
'\n'
132 <<
"typeDescription = " << modulo.typeDescription <<
'\n'
133 <<
"unit = " << modulo.unit <<
'\n'
135 for (std::vector<std::string>::const_iterator i = modulo.labels.begin();
136 i != modulo.labels.end();
140 if (i + 1 != modulo.labels.end())
151 #endif // OME_BIOFORMATS_MODULO_H
Open Microscopy Environment C++ implementation.
Definition: CoreMetadata.cpp:40