ASL  0.1.7
Advanced Simulation Library
Classes | Namespaces | Functions
aslBlocks.h File Reference
#include <iostream>
#include <fstream>
#include "../math/aslVectors.h"
Include dependency graph for aslBlocks.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  asl::Box
 The block without discretization (size and position are float) More...
 
class  asl::Block
 

Namespaces

 acl
 Advanced Computational Language.
 
 asl
 Advanced Simulation Library.
 

Functions

const Block asl::offset (const Block &bl, int a=1)
 
const unsigned int asl::nD (const Block &b)
 
const bool asl::in (const Block &b, AVec<> a)
 
const bool asl::in (const Block &b, AVec< int > a)
 
const AVec< int > asl::continiousToDiscret (const Block &b, AVec<> a)
 
AVec< int > asl::castTransformVector (AVec< int > s)