ASL  0.1.7
Advanced Simulation Library
Public Types | Public Member Functions | Public Attributes | List of all members
asl::Box Class Reference

The block without discretization (size and position are float) More...

#include <aslBlocks.h>

Collaboration diagram for asl::Box:
Collaboration graph
[legend]

Public Types

typedef AVec V
 Type of a vector. More...
 

Public Member Functions

 Box (unsigned int nd)
 the size and position are taken 0 More...
 

Public Attributes

V size
 
V position
 

Detailed Description

The block without discretization (size and position are float)

Definition at line 40 of file aslBlocks.h.

Member Typedef Documentation

◆ V

typedef AVec asl::Box::V

Type of a vector.

Definition at line 43 of file aslBlocks.h.

Constructor & Destructor Documentation

◆ Box()

asl::Box::Box ( unsigned int  nd)
inlineexplicit

the size and position are taken 0

Definition at line 113 of file aslBlocks.h.

Member Data Documentation

◆ position

V asl::Box::position

Definition at line 45 of file aslBlocks.h.

◆ size

V asl::Box::size

Definition at line 44 of file aslBlocks.h.


The documentation for this class was generated from the following file: