Gradient Augmented Levelset Implementation in CPU & GPU
|
#include "gals/utilities/file-utils.h"
#include <fstream>
#include "gals/utilities/array.h"
#include "gals/utilities/grid.h"
#include "gals/utilities/utilities.h"
#include "gals/utilities/vec3.h"
Go to the source code of this file.
Macros | |
#define | P(...) __VA_ARGS__ |
#define | _INSTANTIATE_WRITE_(type) template void GALS::UTILITIES::FileUtils::write<type>(const std::string, const type&); |
Functions | |
template void | GALS::UTILITIES::FileUtils::write< GALS::CPU::Array< GALS::CPU::Grid< double, 1 >, double > > (const std::string, const GALS::CPU::Array< GALS::CPU::Grid< double, 1 >, double > &) |
template void | GALS::UTILITIES::FileUtils::write< GALS::CPU::Array< GALS::CPU::Grid< double, 2 >, double > > (const std::string, const GALS::CPU::Array< GALS::CPU::Grid< double, 2 >, double > &) |
#define _INSTANTIATE_WRITE_ | ( | type | ) | template void GALS::UTILITIES::FileUtils::write<type>(const std::string, const type&); |
Definition at line 93 of file file-utils.cc.
#define P | ( | ... | ) | __VA_ARGS__ |
Definition at line 92 of file file-utils.cc.
template void GALS::UTILITIES::FileUtils::write< GALS::CPU::Array< GALS::CPU::Grid< double, 1 >, double > > | ( | const std::string | , |
const GALS::CPU::Array< GALS::CPU::Grid< double, 1 >, double > & | |||
) |
template void GALS::UTILITIES::FileUtils::write< GALS::CPU::Array< GALS::CPU::Grid< double, 2 >, double > > | ( | const std::string | , |
const GALS::CPU::Array< GALS::CPU::Grid< double, 2 >, double > & | |||
) |