13 #ifndef MITKPHOTOACOUSTICIO_H 14 #define MITKPHOTOACOUSTICIO_H 24 #include "itkLightObject.h" 42 return (x < rhs.
x || ((x == rhs.
x) && z < rhs.
z));
61 static std::map<Position, Volume::Pointer> LoadFluenceContributionMaps(
62 std::string foldername,
double blur,
int* progress,
bool log10 =
false);
70 static Volume::Pointer LoadNrrd(std::string filename,
double sigma = 0);
75 static int GetNumberOfNrrdFilesInDirectory(std::string directory);
80 static std::vector<std::string> GetListOfAllNrrdFilesInDirectory(
81 std::string directory,
bool keepFileFormat =
false);
87 static bool DoesFileHaveEnding(std::string
const &fullString, std::string
const &ending);
93 static std::vector<std::string> GetAllChildfoldersFromFolder(std::string folderPath);
98 static InSilicoTissueVolume::Pointer LoadInSilicoTissueVolumeFromNrrdFile(std::string filePath);
109 static FluenceYOffsetPair::Pointer LoadFluenceSimulation(std::string fluenceSimulation);
118 #endif // MITKPHOTOACOUSTICIO_H
bool operator<(const StaticParameterMap::ValueType &a, const StaticParameterMap::ValueType &b)
Compares two var lists and returns true if the first list's first item is lower than the second one's...
DataCollection - Class to facilitate loading/accessing structured data.
#define MITKPHOTOACOUSTICSLIB_EXPORT