in one hexahedron.
More...
#include <cube.hh>
|
| Cube (const Real sizex=1.0, const Real sizey=1.0, const Real sizez=1.0) |
|
| Cube (const Real sizex=1.0, const Real sizey=1.0, const Real sizez=1.0) |
|
| Cube (const Real sizex=1.0, const Real sizey=1.0, const Real sizez=1.0) |
|
| Cube (const Real sizex=1.0, const Real sizey=1.0, const Real sizez=1.0) |
|
virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. More...
|
|
virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. More...
|
|
virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. More...
|
|
virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. More...
|
|
uint | ncell () const |
| Returns the number of cells in the mesh. More...
|
|
uint | ncell () const |
| Returns the number of cells in the mesh. More...
|
|
uint | ncell () const |
| Returns the number of cells in the mesh. More...
|
|
uint | ncell () const |
| Returns the number of cells in the mesh. More...
|
|
concepts::Scan3 * | scan () |
| Returns a scanner over the cells of the mesh. More...
|
|
concepts::Scan3 * | scan () |
| Returns a scanner over the cells of the mesh. More...
|
|
concepts::Scan3 * | scan () |
| Returns a scanner over the cells of the mesh. More...
|
|
concepts::Scan3 * | scan () |
| Returns a scanner over the cells of the mesh. More...
|
|
virtual | ~Cube () |
|
virtual | ~Cube () |
|
virtual | ~Cube () |
|
virtual | ~Cube () |
|
in one hexahedron.
- Author
- Philipp Frauenfelder, 2001
Definition at line 19 of file cube.hh.
◆ Cube() [1/4]
Cube::Cube |
( |
const Real |
sizex = 1.0 , |
|
|
const Real |
sizey = 1.0 , |
|
|
const Real |
sizez = 1.0 |
|
) |
| |
◆ ~Cube() [1/4]
◆ Cube() [2/4]
Cube::Cube |
( |
const Real |
sizex = 1.0 , |
|
|
const Real |
sizey = 1.0 , |
|
|
const Real |
sizez = 1.0 |
|
) |
| |
◆ ~Cube() [2/4]
◆ Cube() [3/4]
Cube::Cube |
( |
const Real |
sizex = 1.0 , |
|
|
const Real |
sizey = 1.0 , |
|
|
const Real |
sizez = 1.0 |
|
) |
| |
◆ ~Cube() [3/4]
◆ Cube() [4/4]
Cube::Cube |
( |
const Real |
sizex = 1.0 , |
|
|
const Real |
sizey = 1.0 , |
|
|
const Real |
sizez = 1.0 |
|
) |
| |
◆ ~Cube() [4/4]
◆ info() [1/4]
virtual std::ostream& Cube::info |
( |
std::ostream & |
os | ) |
const |
|
virtual |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
◆ info() [2/4]
virtual std::ostream& Cube::info |
( |
std::ostream & |
os | ) |
const |
|
virtual |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
◆ info() [3/4]
virtual std::ostream& Cube::info |
( |
std::ostream & |
os | ) |
const |
|
virtual |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
◆ info() [4/4]
virtual std::ostream& Cube::info |
( |
std::ostream & |
os | ) |
const |
|
virtual |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
◆ ncell() [1/4]
uint Cube::ncell |
( |
| ) |
const |
|
inlinevirtual |
◆ ncell() [2/4]
uint Cube::ncell |
( |
| ) |
const |
|
inlinevirtual |
◆ ncell() [3/4]
uint Cube::ncell |
( |
| ) |
const |
|
inlinevirtual |
◆ ncell() [4/4]
uint Cube::ncell |
( |
| ) |
const |
|
inlinevirtual |
◆ scan() [1/4]
Returns a scanner over the cells of the mesh.
- Postcondition
- The scanner must be deleted after usage. This has to be done by the user.
Implements concepts::Mesh3.
Definition at line 26 of file cube.hh.
◆ scan() [2/4]
Returns a scanner over the cells of the mesh.
- Postcondition
- The scanner must be deleted after usage. This has to be done by the user.
Implements concepts::Mesh3.
Definition at line 26 of file cube.hh.
◆ scan() [3/4]
Returns a scanner over the cells of the mesh.
- Postcondition
- The scanner must be deleted after usage. This has to be done by the user.
Implements concepts::Mesh3.
Definition at line 26 of file cube.hh.
◆ scan() [4/4]
Returns a scanner over the cells of the mesh.
- Postcondition
- The scanner must be deleted after usage. This has to be done by the user.
Implements concepts::Mesh3.
Definition at line 26 of file cube.hh.
◆ cell_
◆ edg_
◆ hex_
◆ ncell_
static const uint Cube::ncell_ = 1 |
|
static |
◆ quad_
◆ vtx_
The documentation for this class was generated from the following file: