class Segment : public Element

Data type line segment element

Inheritance:


Public Methods

Segment( int *ind, int attr = -1 )
Constructs triangle by specifying the indices and the attribute.
Segment( int ind1, int ind2, int attr = -1 )
Constructs triangle by specifying the indices and the attribute.
virtual void SetVertices(const int *ind)
Set the indices the element according to the input.
virtual int GetType() const
Return element's type.
virtual void GetVertices( Array<int> &v ) const
Returns the indices of the element's vertices.

Inherited from Element:

Public Classes

enum

Public Methods

virtual void MarkEdge(RectangularMatrix &pmat)
virtual void MarkEdge(const STable &v_to_v, const int *length)
virtual int NeedRefinement( STable &v_to_v, int *middle) const
inline void GetAttribute( int &attr ) const
inline int GetAttribute() const
inline void SetAttribute(const int attr)

Documentation

Data type line segment element
Segment( int *ind, int attr = -1 )
Constructs triangle by specifying the indices and the attribute.

Segment( int ind1, int ind2, int attr = -1 )
Constructs triangle by specifying the indices and the attribute.

virtual void SetVertices(const int *ind)
Set the indices the element according to the input.

virtual int GetType() const
Return element's type.

virtual void GetVertices( Array<int> &v ) const
Returns the indices of the element's vertices.


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de