Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Member Functions | Private Attributes
concepts::NQuads Class Reference

#include <nQuads.hh>

Inheritance diagram for concepts::NQuads:
Inheritance graph
[legend]
Collaboration diagram for concepts::NQuads:
Collaboration graph
[legend]

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)
Scan2scan ()
 Returns a scanner over the cells of the mesh.
Scan2scan ()
 Returns a scanner over the cells of the mesh.
Scan2scan ()
 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]

Returns the number of cells in the mesh.

Implements concepts::Mesh.

Definition at line 24 of file nQuads.hh.

uint concepts::NQuads::ncell ( ) const [inline, virtual]

Returns the number of cells in the mesh.

Implements concepts::Mesh.

Definition at line 24 of file nQuads.hh.

uint concepts::NQuads::ncell ( ) const [inline, virtual]

Returns the number of cells in the mesh.

Implements concepts::Mesh.

Definition at line 24 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.

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

Definition at line 38 of file nQuads.hh.

Definition at line 36 of file nQuads.hh.

Definition at line 37 of file nQuads.hh.

Definition at line 35 of file nQuads.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)