Sundance::OneTetMesher Class Reference

Inheritance diagram for Sundance::OneTetMesher:

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

List of all members.

Public Member Functions

 OneTetMesher (const Point &A, const Point &B, const Point &C, const Point &D, const MeshType &meshType)
virtual ~OneTetMesher ()
virtual Mesh fillMesh () const
virtual std::string description () const
virtual RCP< MeshSourceBasegetRcp ()

Private Attributes

Point A_
Point B_
Point C_
Point D_


Detailed Description

Create a mesh having one tet

Definition at line 78 of file SundanceOneCellTestMesher.hpp.


Constructor & Destructor Documentation

OneTetMesher::OneTetMesher ( const Point A,
const Point B,
const Point C,
const Point D,
const MeshType meshType 
)

Definition at line 65 of file SundanceOneCellTestMesher.cpp.

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

virtual dtor

Definition at line 90 of file SundanceOneCellTestMesher.hpp.


Member Function Documentation

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

Print a short descriptive std::string

Reimplemented from Sundance::MeshSourceBase.

Definition at line 97 of file SundanceOneCellTestMesher.hpp.

Mesh OneTetMesher::fillMesh (  )  const [virtual]

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

Return a ref count pointer to self

Implements Playa::Handleable< MeshSourceBase >.

Definition at line 102 of file SundanceOneCellTestMesher.hpp.


Member Data Documentation

Definition at line 105 of file SundanceOneCellTestMesher.hpp.

Referenced by fillMesh().

Definition at line 106 of file SundanceOneCellTestMesher.hpp.

Referenced by fillMesh().

Definition at line 107 of file SundanceOneCellTestMesher.hpp.

Referenced by fillMesh().

Definition at line 108 of file SundanceOneCellTestMesher.hpp.

Referenced by fillMesh().

Site Contact