Hermes2D  2.0
Hermes::Hermes2D::Mixins::SettableSpaces< Scalar > Class Template Referenceabstract

#include <mixins2d.h>

+ Inheritance diagram for Hermes::Hermes2D::Mixins::SettableSpaces< Scalar >:

Public Member Functions

virtual void set_spaces (Hermes::vector< const Space< Scalar > * > spaces)=0
 Sets new spaces for the instance.
 
virtual void set_space (const Space< Scalar > *space)=0
 
virtual Hermes::vector< const
Space< Scalar > * > 
get_spaces () const =0
 Get all spaces as a Hermes::vector.
 
virtual const Space< Scalar > * get_space (int n) const
 

Detailed Description

template<typename Scalar>
class Hermes::Hermes2D::Mixins::SettableSpaces< Scalar >

Mixin for classes where Spaces can be (re-)set during their existence.

Definition at line 26 of file mixins2d.h.


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