TranslationGeometry is the class that applies a translation to a given geometry patch. More...

#include <TranslationGeometry.hpp>

Inheritance diagram for mimmo::TranslationGeometry:
Collaboration diagram for mimmo::TranslationGeometry:

Public Member Functions

 TranslationGeometry (const bitpit::Config::Section &rootXML)
 
 TranslationGeometry (const TranslationGeometry &other)
 
 TranslationGeometry (darray3E direction={ {0, 0, 0} })
 
 ~TranslationGeometry ()
 
virtual void absorbSectionXML (const bitpit::Config::Section &slotXML, std::string name="")
 
void apply ()
 
void buildPorts ()
 
void execute ()
 
virtual void flushSectionXML (bitpit::Config::Section &slotXML, std::string name="")
 
dmpvecarr3EgetDisplacements ()
 
TranslationGeometryoperator= (TranslationGeometry other)
 
void setDirection (darray3E direction)
 
void setFilter (dmpvector1D *filter)
 
void setTranslation (double alpha)
 
- Public Member Functions inherited from mimmo::BaseManipulation
 BaseManipulation ()
 
 BaseManipulation (const BaseManipulation &other)
 
virtual ~BaseManipulation ()
 
void activate ()
 
bool arePortsBuilt ()
 
void clear ()
 
void disable ()
 
void exec ()
 
BaseManipulationgetChild (int i=0)
 
ConnectionType getConnectionType ()
 
MimmoSharedPointer< MimmoObjectgetGeometry ()
 
MimmoSharedPointer< MimmoObject > & getGeometryReference ()
 
int getId ()
 
bitpit::Logger & getLog ()
 
std::string getName ()
 
int getNChild ()
 
int getNParent ()
 
int getNPortsIn ()
 
int getNPortsOut ()
 
BaseManipulationgetParent (int i=0)
 
std::unordered_map< PortID, PortIn * > getPortsIn ()
 
std::unordered_map< PortID, PortOut * > getPortsOut ()
 
uint getPriority ()
 
virtual std::vector< BaseManipulation * > getSubBlocksEmbedded ()
 
bool isActive ()
 
bool isApply ()
 
bool isChild (BaseManipulation *, int &)
 
bool isParent (BaseManipulation *, int &)
 
bool isPlotInExecution ()
 
BaseManipulationoperator= (const BaseManipulation &other)
 
void removePins ()
 
void removePinsIn ()
 
void removePinsOut ()
 
void setApply (bool flag=true)
 
void setGeometry (MimmoSharedPointer< MimmoObject > geometry)
 
void setId (int)
 
void setLog (bitpit::Logger &log)
 
void setName (std::string name)
 
void setOutputPlot (std::string path)
 
void setPlotInExecution (bool)
 
void setPriority (uint priority)
 
void unsetGeometry ()
 

Protected Member Functions

void checkFilter ()
 
void swap (TranslationGeometry &x) noexcept
 
- Protected Member Functions inherited from mimmo::BaseManipulation
void _apply (MimmoPiercedVector< darray3E > &displacements)
 
void addChild (BaseManipulation *child)
 
void addParent (BaseManipulation *parent)
 
void addPinIn (BaseManipulation *objIn, PortID portR)
 
void addPinOut (BaseManipulation *objOut, PortID portS, PortID portR)
 
void cleanBufferIn (PortID port)
 
template<typename T , typename O >
bool createPortIn (O *obj, void(O::*setVar_)(T), PortID portR, bool mandatory=false, int family=0)
 
template<typename T , typename O >
bool createPortIn (T *var_, PortID portR, bool mandatory=false, int family=0)
 
template<typename T , typename O >
bool createPortOut (O *obj, T(O::*getVar_)(), PortID portS)
 
template<typename T , typename O >
bool createPortOut (T *var_, PortID portS)
 
void deletePorts ()
 
PortID findPinIn (PortIn &pin)
 
PortID findPinOut (PortOut &pin)
 
void initializeLogger (bool logexists)
 
virtual void plotOptionalResults ()
 
void readBufferIn (PortID port)
 
void removePinIn (BaseManipulation *objIn, PortID portR)
 
void removePinIn (PortID portR, int j)
 
void removePinOut (BaseManipulation *objOut, PortID portS)
 
void removePinOut (PortID portS, int j)
 
void setBufferIn (PortID port, mimmo::IBinaryStream &input)
 
void swap (BaseManipulation &x) noexcept
 
void unsetChild (BaseManipulation *child)
 
void unsetParent (BaseManipulation *parent)
 
void write (MimmoSharedPointer< MimmoObject > geometry)
 
template<typename mpv_t >
void write (MimmoSharedPointer< MimmoObject > geometry, MimmoPiercedVector< mpv_t > &data)
 
template<typename mpv_t , typename... Args>
void write (MimmoSharedPointer< MimmoObject > geometry, MimmoPiercedVector< mpv_t > &data, Args ... args)
 
template<typename mpv_t >
void write (MimmoSharedPointer< MimmoObject > geometry, std::vector< MimmoPiercedVector< mpv_t > * > &data)
 
template<typename mpv_t , typename... Args>
void write (MimmoSharedPointer< MimmoObject > geometry, std::vector< MimmoPiercedVector< mpv_t > * > &data, Args ... args)
 
template<typename mpv_t >
void write (MimmoSharedPointer< MimmoObject > geometry, std::vector< MimmoPiercedVector< mpv_t >> &data)
 
template<typename mpv_t , typename... Args>
void write (MimmoSharedPointer< MimmoObject > geometry, std::vector< MimmoPiercedVector< mpv_t >> &data, Args ... args)
 

Additional Inherited Members

- Public Types inherited from mimmo::BaseManipulation
typedef std::unordered_map< BaseManipulation *, int > bmumap
 
typedef pin::ConnectionType ConnectionType
 
typedef std::string PortID
 
- Protected Attributes inherited from mimmo::BaseManipulation
bool m_active
 
bool m_apply
 
bool m_arePortsBuilt
 
bmumap m_child
 
int m_counter
 
bool m_execPlot
 
MimmoSharedPointer< MimmoObjectm_geometry
 
bitpit::Logger * m_log
 
std::string m_name
 
std::string m_outputPlot
 
bmumap m_parent
 
std::unordered_map< PortID, PortIn * > m_portIn
 
std::unordered_map< PortID, PortOut * > m_portOut
 
ConnectionType m_portsType
 
uint m_priority
 
- Static Protected Attributes inherited from mimmo::BaseManipulation
static int sm_baseManipulationCounter
 

Detailed Description

TranslationGeometry is the class that applies a translation to a given geometry patch.

The used parameters are the translation value and the direction of the translation axis.


Ports available in TranslationGeometry Class :


Port Input
PortType variable/function DataType
M_AXIS setDirection (MC_ARRAY3, MD_FLOAT)
M_VALUED setTranslation (MC_SCALAR, MD_FLOAT)
M_FILTER setFilter (MC_SCALAR, MD_MPVECFLOAT_)
M_GEOM setGeometry (MC_SCALAR, MD_MIMMO_)
Port Output
PortType variable/function DataType
M_GDISPLS getDisplacements (MC_SCALAR, MD_MPVECARR3FLOAT_)
M_GEOM getGeometry (MC_SCALAR,MD_MIMMO_)


The xml available parameters, sections and subsections are the following :

Inherited from BaseManipulation:

  • ClassName: name of the class as mimmo.TranslationGeometry;
  • Priority: uint marking priority in multi-chain execution;
  • Apply: boolean 0/1 activate apply deformation result on target geometry directly in execution;

Proper of the class:

  • Direction: axis direction coordinates (space separated);
  • Translation: translation value in length unity.

Geometry has to be mandatorily passed through port.

Examples
manipulators_example_00001.cpp.

Definition at line 75 of file TranslationGeometry.hpp.

Constructor & Destructor Documentation

◆ TranslationGeometry() [1/3]

mimmo::TranslationGeometry::TranslationGeometry ( darray3E  direction = { {0, 0, 0} })

Default constructor of TranslationGeometry

Definition at line 32 of file TranslationGeometry.cpp.

◆ TranslationGeometry() [2/3]

mimmo::TranslationGeometry::TranslationGeometry ( const bitpit::Config::Section &  rootXML)

Custom constructor reading xml data

Parameters
[in]rootXMLreference to your xml tree section

Definition at line 42 of file TranslationGeometry.cpp.

◆ ~TranslationGeometry()

mimmo::TranslationGeometry::~TranslationGeometry ( )

Default destructor of TranslationGeometry

Definition at line 60 of file TranslationGeometry.cpp.

◆ TranslationGeometry() [3/3]

mimmo::TranslationGeometry::TranslationGeometry ( const TranslationGeometry other)

Copy constructor of TranslationGeometry.No result geometry displacements are copied.

Definition at line 64 of file TranslationGeometry.cpp.

Member Function Documentation

◆ absorbSectionXML()

void mimmo::TranslationGeometry::absorbSectionXML ( const bitpit::Config::Section &  slotXML,
std::string  name = "" 
)
virtual

It sets infos reading from a XML bitpit::Config::section.

Parameters
[in]slotXMLbitpit::Config::Section of XML file
[in]namename associated to the slot

Reimplemented from mimmo::BaseManipulation.

Definition at line 210 of file TranslationGeometry.cpp.

◆ apply()

void mimmo::TranslationGeometry::apply ( )
virtual

Directly apply deformation field to target geometry.

Reimplemented from mimmo::BaseManipulation.

Definition at line 175 of file TranslationGeometry.cpp.

◆ buildPorts()

void mimmo::TranslationGeometry::buildPorts ( )
virtual

It builds the input/output ports of the object

Implements mimmo::BaseManipulation.

Definition at line 93 of file TranslationGeometry.cpp.

◆ checkFilter()

void mimmo::TranslationGeometry::checkFilter ( )
protected

Check if the filter is related to the target geometry. If not create a unitary filter field.

Definition at line 184 of file TranslationGeometry.cpp.

◆ execute()

void mimmo::TranslationGeometry::execute ( )
virtual

Execution command. It perform the translation by computing the displacements of the points of the geometry. It applies a filter field eventually set as input.

Implements mimmo::BaseManipulation.

Definition at line 146 of file TranslationGeometry.cpp.

◆ flushSectionXML()

void mimmo::TranslationGeometry::flushSectionXML ( bitpit::Config::Section &  slotXML,
std::string  name = "" 
)
virtual

It sets infos from class members in a XML bitpit::Config::section.

Parameters
[in]slotXMLbitpit::Config::Section of XML file
[in]namename associated to the slot

Reimplemented from mimmo::BaseManipulation.

Definition at line 246 of file TranslationGeometry.cpp.

◆ getDisplacements()

dmpvecarr3E * mimmo::TranslationGeometry::getDisplacements ( )

Return actual computed displacements field (if any) for the geometry linked.

Returns
deformation field

Definition at line 138 of file TranslationGeometry.cpp.

◆ operator=()

TranslationGeometry & mimmo::TranslationGeometry::operator= ( TranslationGeometry  other)

Assignment operator of TranslationGeometry.No result geometry displacements are copied.

Definition at line 72 of file TranslationGeometry.cpp.

◆ setDirection()

void mimmo::TranslationGeometry::setDirection ( darray3E  direction)

It sets the direction of the translation axis.

Parameters
[in]directionDirection of translation axis.
Examples
manipulators_example_00001.cpp.

Definition at line 108 of file TranslationGeometry.cpp.

◆ setFilter()

void mimmo::TranslationGeometry::setFilter ( dmpvector1D filter)

It sets the filter field to modulate the displacements of the vertices of the target geometry.

Parameters
[in]filterFilter field defined on geometry vertices.

Definition at line 128 of file TranslationGeometry.cpp.

◆ setTranslation()

void mimmo::TranslationGeometry::setTranslation ( double  alpha)

It sets the value of the translation.

Parameters
[in]alphaValue of translation in length unity.
Examples
manipulators_example_00001.cpp.

Definition at line 119 of file TranslationGeometry.cpp.

◆ swap()

void mimmo::TranslationGeometry::swap ( TranslationGeometry x)
protectednoexcept

Swap function

Parameters
[in]xobject to be swapped

Definition at line 81 of file TranslationGeometry.cpp.


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