#include <Def_Translation.h>
Inheritance diagram for mial::Def_Translation< DataType, nDims, MType, VType >::deformationIn:
Public Types | |
typedef deformationIn | Self |
typedef itk::SmartPointer< Self > | Pointer |
typedef itk::SmartPointer< const Self > | ConstPointer |
Public Member Functions | |
bool | fillFromStream (std::stringstream &args) |
A method for converting stream-based arguments into the structures members (marshalling). | |
Public Attributes | |
double | amplitude [nDims] |
The amplitude of the translation in each dimension. Added directly as a force to all nodes of the spring-mass system. | |
Protected Member Functions | |
deformationIn () |
Since structures support public inheritance derived class must inherit from this class in their definitions of deformationIn.
Definition at line 44 of file Def_Translation.h.
bool mial::Def_Translation< DataType, nDims, MType, VType >::deformationIn::fillFromStream | ( | std::stringstream & | args | ) | [inline] |
A method for converting stream-based arguments into the structures members (marshalling).
Stream is expected as "amplitudeX amplitudeY amplitudeZ(3D only)"
Definition at line 59 of file Def_Translation.h.
References mial::Def_Translation< DataType, nDims, MType, VType >::deformationIn::amplitude.