ASL  0.1.7
Advanced Simulation Library
Namespaces | Typedefs | Functions
aslVTKFormatReaders.h File Reference
#include <stdlib.h>
#include <iostream>
#include <fstream>
#include <string>
#include <memory>
#include <acl/aclHardware.h>
#include <data/aslDataWrapper.h>
#include <aslGenerators.h>
Include dependency graph for aslVTKFormatReaders.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 agl
 
 asl
 Advanced Simulation Library.
 

Typedefs

typedef std::shared_ptr< TrianglesList > agl::SPTrianglesList
 

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)
 
SPDataWithGhostNodesACLData asl::readSurface (const string &fileName, Block &b, acl::CommandQueue queue=acl::hardware.defaultQueue)
 
SPDataWithGhostNodesACLData asl::readSurface (const string &fileName, double dx, double offset_X0, double offset_XE, double offset_Y0, double offset_YE, double offset_Z0, double offset_ZE, acl::CommandQueue queue=acl::hardware.defaultQueue)