Helper class to wrap coordinate system and component-wise scaling. More...
Public Member Functions | |
| coordinateScaling () | |
| Default construct. More... | |
| coordinateScaling (const objectRegistry &obr, const dictionary &dict) | |
| Construct from registry and dictionary. More... | |
| coordinateScaling (const coordinateScaling &rhs) | |
| Construct copy. More... | |
| virtual | ~coordinateScaling ()=default |
| Destructor. More... | |
| bool | active () const |
| Has any scaling or coordinate transformation. More... | |
| const autoPtr< coordinateSystem > & | coordSys () const |
| Access to optional coordinate system. More... | |
| virtual tmp< Field< Type > > | transform (const pointField &pos, const Field< Type > &local) const |
| Evaluate. More... | |
| virtual void | writeEntry (Ostream &os) const |
| Write dictionary entry. More... | |
| template<> | |
| Foam::tmp< Foam::Field< Foam::label > > | transform (const pointField &pos, const Field< label > &local) const |
| template<> | |
| tmp< Field< label > > | transform (const pointField &pos, const Field< label > &local) const |
Helper class to wrap coordinate system and component-wise scaling.
Definition at line 55 of file coordinateScaling.H.
Default construct.
Definition at line 31 of file coordinateScaling.C.
| coordinateScaling | ( | const objectRegistry & | obr, |
| const dictionary & | dict | ||
| ) |
Construct from registry and dictionary.
Definition at line 41 of file coordinateScaling.C.
| coordinateScaling | ( | const coordinateScaling< Type > & | rhs | ) |
Construct copy.
Definition at line 69 of file coordinateScaling.C.
|
virtualdefault |
Destructor.
|
inline |
Has any scaling or coordinate transformation.
Definition at line 99 of file coordinateScaling.H.
|
inline |
Access to optional coordinate system.
Definition at line 105 of file coordinateScaling.H.
|
virtual |
Evaluate.
Definition at line 81 of file coordinateScaling.C.
|
virtual |
Write dictionary entry.
Definition at line 126 of file coordinateScaling.C.
| Foam::tmp< Foam::Field< Foam::label > > transform | ( | const pointField & | pos, |
| const Field< label > & | local | ||
| ) | const |
Definition at line 35 of file coordinateLabelScaling.C.
| tmp< Field< label > > transform | ( | const pointField & | pos, |
| const Field< label > & | local | ||
| ) | const |