|
NEML2 2.0.0
|
Mixin class for things that can be transformed by a symmetry operator. More...
Mixin class for things that can be transformed by a symmetry operator.
| Derived | type |
#include <Transformable.h>
Public Member Functions | |
| Transformable ()=default | |
| Transformable (const Transformable &)=default | |
| Transformable (Transformable &&) noexcept=default | |
| Transformable & | operator= (const Transformable &)=default |
| Transformable & | operator= (Transformable &&) noexcept=default |
| virtual | ~Transformable ()=default |
| virtual Derived | transform (const R2 &op) const =0 |
| apply a transformation operator | |
|
default |
|
default |
|
defaultnoexcept |
|
virtualdefault |
|
default |
|
defaultnoexcept |