31 #if defined(TableReader_RECURSES) 32 #error Recursive header files inclusion detected in TableReader.h 33 #else // defined(TableReader_RECURSES) 35 #define TableReader_RECURSES 37 #if !defined TableReader_h 45 #include "DGtal/base/Common.h" 46 #include "DGtal/geometry/curves/FreemanChain.h" 82 template <
typename TQuantity>
98 static std::vector< TQuantity >
100 unsigned int aPosition);
112 static std::vector< TQuantity >
114 unsigned int aPosition);
126 #include "DGtal/io/readers/TableReader.ih" 132 #endif // !defined TableReader_h 134 #undef TableReader_RECURSES 135 #endif // else defined(TableReader_RECURSES) static std::vector< TQuantity > getColumnElementsFromFile(const std::string &aFilename, unsigned int aPosition)
static std::vector< TQuantity > getColumnElementsFromInputStream(std::istream &in, unsigned int aPosition)
Aim: Implements method to read a set of numbers represented in each line of a file.
DGtal is the top-level namespace which contains all DGtal functions and types.