|
open_iA 2024.9
|
#include "iAOIFReader.h"#include "iAConnector.h"#include "iALog.h"#include <itkImage.h>#include <itkImageFileReader.h>#include <itkImageIOFactory.h>#include <vtkImageData.h>#include <QString>#include <string>#include <vector>#include <unistd.h>#include <dirent.h>#include <sys/time.h>#include <sys/stat.h>#include <iostream>Functions | |
| void | FIND_FILES (std::wstring m_path_name, std::wstring search_ext, std::vector< std::wstring > &m_batch_list, int &m_cur_batch, std::wstring regex=L"") |
| template<typename T > | |
| iAOIFReaderHelper::TiffImgPtr | read_image_template (QString const &f, T) |
| void | readOIF (QString const &filename, iAConnector *con, int channel, std::vector< vtkSmartPointer< vtkImageData > > *volumes) |
| Reads an .oif file. | |
| std::wstring | s2ws (const std::string &utf8) |
| std::string | ws2s (const std::wstring &utf16) |
| double | WSTOD (std::wstring s) |
| int | WSTOI (std::wstring s) |
|
inline |
| iAOIFReaderHelper::TiffImgPtr read_image_template | ( | QString const & | f, |
| T | ) |
| void readOIF | ( | QString const & | filename, |
| iAConnector * | con, | ||
| int | channel, | ||
| std::vector< vtkSmartPointer< vtkImageData > > * | volumes ) |
Reads an .oif file.
|
inline |
|
inline |
|
inline |
|
inline |