Class MeshBase¶
Defined in File Mesh.hh
Inheritance Relationships¶
Derived Types¶
public Mechatronix::MeshGeneric< SegmentBase >(Template Class MeshGeneric)public Mechatronix::MeshGeneric< SEGMENT >(Template Class MeshGeneric)
Class Documentation¶
-
class
Mechatronix::MeshBase¶
-
base class for mesh definition
Subclassed by Mechatronix::MeshGeneric< SegmentBase >, Mechatronix::MeshGeneric< SEGMENT >
Public Functions
-
inline explicit
MeshBase(string const &name)¶
-
construct an empty mesh
-
inline virtual
~MeshBase()¶
-
virtual void
writeToStream(ostream_type &stream) const = 0¶
-
virtual void
dump(ostream_type &stream) const = 0¶
Protected Attributes
-
string const
m_name¶
-
inline explicit