29#include "writers/aslVTKFormatWriters.h"
30#include "readers/aslVTKFormatReaders.h"
31#include "aslGenerators.h"
32#include "num/aslDataResampling.h"
33#include "data/aslDataWithGhostNodes.h"
37 cout <<
"Test of MINC files reader..." << endl;
39 auto data(
asl::read(
"subject04_crisp_v.mnc", 0));
48 cout <<
"Test of MINC files reader +..." << endl;
50 auto data(
asl::read(
"subject04_crisp_v.mnc", 0));
63 cout <<
"Test of Surface STL files reader..." << endl;
Algorithm for generation of coarsed dataset.
virtual void execute()
Executes the numerical procedure.
virtual void init()
Builds the necesery internal data and kernels.
void writeVTKXML(const std::string &fileName, const AbstractData &data, const std::string &name)
SPDataWithGhostNodesACLData readSurface(const string &fileName, double dx, acl::CommandQueue queue=acl::hardware.defaultQueue)
SPDataWithGhostNodesACLData read(const string &fileName, unsigned int arrayNum, acl::CommandQueue queue=acl::hardware.defaultQueue)