#include <nQuads.hh>
List of all members.
Public Member Functions |
| virtual std::ostream & | info (std::ostream &os) const |
| | Returns information in an output stream.
|
| virtual std::ostream & | info (std::ostream &os) const |
| | Returns information in an output stream.
|
| virtual std::ostream & | info (std::ostream &os) const |
| | Returns information in an output stream.
|
| uint | ncell () const |
| | Returns the number of cells in the mesh.
|
| uint | ncell () const |
| | Returns the number of cells in the mesh.
|
| uint | ncell () const |
| | Returns the number of cells in the mesh.
|
| | NQuads (uint N) |
| | Constructor that creates a row of n Quads.
|
| | NQuads () |
| | NQuads () |
| | NQuads (uint N) |
| | Constructor that creates a row of n Quads.
|
| | NQuads () |
| | NQuads (Array< uint > attrib, uint N) |
| | NQuads (uint N) |
| | Constructor that creates a row of n Quads.
|
| | NQuads (Array< uint > attrib, uint N) |
| | NQuads (Array< uint > attrib, uint N) |
| Scan2 * | scan () |
| | Returns a scanner over the cells of the mesh.
|
| Scan2 * | scan () |
| | Returns a scanner over the cells of the mesh.
|
| Scan2 * | scan () |
| | Returns a scanner over the cells of the mesh.
|
| virtual | ~NQuads () |
| virtual | ~NQuads () |
| virtual | ~NQuads () |
Private Member Functions |
| void | construct_ (const Array< uint > &attrib, uint N) |
| void | construct_ (const Array< uint > &attrib, uint N) |
| void | construct_ (const Array< uint > &attrib, uint N) |
Private Attributes |
| Sequence< Cell2 * > | cell_ |
| Sequence< Edge * > | edg_ |
| Sequence< Quad * > | quad_ |
| Sequence< Vertex * > | vtx_ |
Detailed Description
Definition at line 11 of file nQuads.hh.
Constructor & Destructor Documentation
| concepts::NQuads::NQuads |
( |
| ) |
|
| concepts::NQuads::NQuads |
( |
uint |
N | ) |
|
Constructor that creates a row of n Quads.
| concepts::NQuads::NQuads |
( |
Array< uint > |
attrib, |
|
|
uint |
N |
|
) |
| |
| virtual concepts::NQuads::~NQuads |
( |
| ) |
[virtual] |
| concepts::NQuads::NQuads |
( |
| ) |
|
| concepts::NQuads::NQuads |
( |
uint |
N | ) |
|
Constructor that creates a row of n Quads.
| concepts::NQuads::NQuads |
( |
Array< uint > |
attrib, |
|
|
uint |
N |
|
) |
| |
| virtual concepts::NQuads::~NQuads |
( |
| ) |
[virtual] |
| concepts::NQuads::NQuads |
( |
| ) |
|
| concepts::NQuads::NQuads |
( |
uint |
N | ) |
|
Constructor that creates a row of n Quads.
| concepts::NQuads::NQuads |
( |
Array< uint > |
attrib, |
|
|
uint |
N |
|
) |
| |
| virtual concepts::NQuads::~NQuads |
( |
| ) |
[virtual] |
Member Function Documentation
| void concepts::NQuads::construct_ |
( |
const Array< uint > & |
attrib, |
|
|
uint |
N |
|
) |
| [private] |
| void concepts::NQuads::construct_ |
( |
const Array< uint > & |
attrib, |
|
|
uint |
N |
|
) |
| [private] |
| void concepts::NQuads::construct_ |
( |
const Array< uint > & |
attrib, |
|
|
uint |
N |
|
) |
| [private] |
| virtual std::ostream& concepts::NQuads::info |
( |
std::ostream & |
os | ) |
const [virtual] |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
| virtual std::ostream& concepts::NQuads::info |
( |
std::ostream & |
os | ) |
const [virtual] |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
| virtual std::ostream& concepts::NQuads::info |
( |
std::ostream & |
os | ) |
const [virtual] |
Returns information in an output stream.
Reimplemented from concepts::Mesh.
| uint concepts::NQuads::ncell |
( |
| ) |
const [inline, virtual] |
| uint concepts::NQuads::ncell |
( |
| ) |
const [inline, virtual] |
| uint concepts::NQuads::ncell |
( |
| ) |
const [inline, virtual] |
| Scan2* concepts::NQuads::scan |
( |
| ) |
[inline, virtual] |
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::Mesh2.
Definition at line 25 of file nQuads.hh.
| Scan2* concepts::NQuads::scan |
( |
| ) |
[inline, virtual] |
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::Mesh2.
Definition at line 25 of file nQuads.hh.
| Scan2* concepts::NQuads::scan |
( |
| ) |
[inline, virtual] |
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::Mesh2.
Definition at line 25 of file nQuads.hh.
Member Data Documentation
The documentation for this class was generated from the following files: