|
ASL
0.1.6
Advanced Simulation Library
|
Modules | |
| ASL Binary Dump (ABD) format | |
Classes | |
| class | asl::WriterVTKXML |
Functions | |
| SPDataWithGhostNodesACLData | asl::read (const string &fileName, unsigned int arrayNum, acl::CommandQueue queue=acl::hardware.defaultQueue) |
| SPDataWithGhostNodesACLData | asl::readSurface (const string &fileName, double dx, acl::CommandQueue queue=acl::hardware.defaultQueue) |
| void | asl::writeMAT (const string &fileName, const AbstractData &data, const string &name) |
writes data in a MatLab file More... | |
| void | asl::writeMAT (const string &fileName, vector< pair< SPAbstractData, string >> data) |
writes data in a MatLab file More... | |
| void | asl::writeMAT (const string &fileName, vector< pair< acl::Element, string >> data) |
writes data in a MatLab file More... | |
| void | asl::writeMAT (const string &fileName, Probe &probe, unsigned int component, const string &name) |
writes probe values in a MatLab file More... | |
| void | asl::writeVTKXML (const std::string &fileName, const AbstractData &data, const std::string &name) |
| SPDataWithGhostNodesACLData asl::read | ( | const string & | fileName, |
| unsigned int | arrayNum, | ||
| acl::CommandQueue | queue = acl::hardware.defaultQueue |
||
| ) |
Reads arrayNum of data from a file (detecting its format through its extension) to asl data and puts it in queue; returns asl data; Supported formats: .vtk .vti .mnc .dcm
| SPDataWithGhostNodesACLData asl::readSurface | ( | const string & | fileName, |
| double | dx, | ||
| acl::CommandQueue | queue = acl::hardware.defaultQueue |
||
| ) |
Reads arrayNum of data from a file (detecting its format through its extension) to asl data and puts it in queue; returns asl data; Supported formats: .vtp .stl
| void asl::writeMAT | ( | const string & | fileName, |
| const AbstractData & | data, | ||
| const string & | name | ||
| ) |
writes data in a MatLab file
| void asl::writeMAT | ( | const string & | fileName, |
| vector< pair< SPAbstractData, string >> | data | ||
| ) |
writes data in a MatLab file
| fileName | name of the file; |
| data | is vector which contains pairs of the corresponding data and its name |
| void asl::writeMAT | ( | const string & | fileName, |
| vector< pair< acl::Element, string >> | data | ||
| ) |
writes data in a MatLab file
| fileName | name of the file; |
| data | is vector which contains pairs of the corresponding data and its name |
| void asl::writeMAT | ( | const string & | fileName, |
| Probe & | probe, | ||
| unsigned int | component, | ||
| const string & | name | ||
| ) |
writes probe values in a MatLab file
| void asl::writeVTKXML | ( | const std::string & | fileName, |
| const AbstractData & | data, | ||
| const std::string & | name | ||
| ) |
writes data in a file with VTK XML format "vti"
1.8.9.1