32 #include "preprocessor/EntMdlrBase.h" 58 virtual Pos3d
Transforma(
const Pos3d &p)
const= 0;
59 virtual Vector3d
Transforma(
const Vector3d &v)
const= 0;
60 const Pos3dArray &
Transforma(
const Pos3dArray &m)
const;
61 const Pos3dArray3d &
Transforma(
const Pos3dArray3d &m)
const;
Finite element model generation tools.
Definition: Preprocessor.h:58
Base class of the preprocessor objects.
Definition: EntMdlrBase.h:45
TrfGeom(Preprocessor *m)
Constructor.
Definition: TrfGeom.h:53
Geometric transformation that can be applied to the components of a set.
Definition: TrfGeom.h:49
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
virtual Pos3d Transforma(const Pos3d &p) const =0
Applies the transformation to the point.