Sundance::OneTriangleMesher Class Reference

Create a mesh having one triangle. More...

Inheritance diagram for Sundance::OneTriangleMesher:

Sundance::MeshSourceBase Playa::Handleable< MeshSourceBase > Playa::Printable Sundance::Noncopyable Sundance::ObjectWithClassVerbosity< MeshSourceBase > Playa::ObjectWithVerbosity

List of all members.

Public Member Functions

 OneTriangleMesher (const Point &A, const Point &B, const Point &C, const MeshType &meshType)
virtual ~OneTriangleMesher ()
 virtual dtor
virtual Mesh fillMesh () const
 Create a mesh.
virtual std::string description () const
 Print a short descriptive std::string.
virtual RCP< MeshSourceBasegetRcp ()
 Return a ref count pointer to self.

Private Attributes

Point A_
Point B_
Point C_


Detailed Description

Create a mesh having one triangle.

Definition at line 44 of file SundanceOneCellTestMesher.hpp.


Constructor & Destructor Documentation

OneTriangleMesher::OneTriangleMesher ( const Point A,
const Point B,
const Point C,
const MeshType meshType 
)

Definition at line 38 of file SundanceOneCellTestMesher.cpp.

virtual Sundance::OneTriangleMesher::~OneTriangleMesher (  )  [inline, virtual]

virtual dtor

Definition at line 55 of file SundanceOneCellTestMesher.hpp.


Member Function Documentation

virtual std::string Sundance::OneTriangleMesher::description (  )  const [inline, virtual]

Print a short descriptive std::string.

Reimplemented from Sundance::MeshSourceBase.

Definition at line 62 of file SundanceOneCellTestMesher.hpp.

Mesh OneTriangleMesher::fillMesh (  )  const [virtual]

virtual RCP<MeshSourceBase> Sundance::OneTriangleMesher::getRcp (  )  [inline, virtual]

Return a ref count pointer to self.

Implements Playa::Handleable< MeshSourceBase >.

Definition at line 67 of file SundanceOneCellTestMesher.hpp.


Member Data Documentation

Definition at line 70 of file SundanceOneCellTestMesher.hpp.

Referenced by fillMesh().

Definition at line 71 of file SundanceOneCellTestMesher.hpp.

Referenced by fillMesh().

Definition at line 72 of file SundanceOneCellTestMesher.hpp.

Referenced by fillMesh().

Site Contact