#include <iosfwd>
#include <iostream>
#include <algorithm>
#include <stdexcept>
#include <stdio.h>
Go to the source code of this file.
Classes | |
struct | PointMatcherSupport::ConverterToAndFromBytes< T > |
Namespaces | |
PointMatcherSupport | |
Functions and classes that are not dependant on scalar type are defined in this namespace. | |
Functions | |
template<typename DataType , typename MatrixRef > | |
std::istream & | PointMatcherSupport::readVtkData (bool readBinary, MatrixRef into, std::istream &in) |
template<typename MatrixRef > | |
std::istream & | PointMatcherSupport::readVtkData (std::string dataType, bool readBinary, MatrixRef into, std::istream &in) |
std::istream & | PointMatcherSupport::safeGetLine (std::istream &is, std::string &t) |
Replaces getline for handling windows style CR/LF line endings. More... | |
template<typename Matrix > | |
std::ostream & | PointMatcherSupport::writeVtkData (bool writeBinary, const Matrix &data, std::ostream &out) |