distributionMap::transformPosition Class Reference

Default transformation behaviour for position. More...

Public Member Functions

void operator() (const transformer &vt, const bool forward, List< point > &fld) const
 
void operator() (const transformer &vt, const bool forward, List< List< point >> &flds) const
 
void operator() (const coupledPolyPatch &cpp, pointField &fld) const
 Transform patch-based field. More...
 
template<template< class > class Container>
void operator() (const coupledPolyPatch &cpp, Container< point > &map) const
 

Detailed Description

Default transformation behaviour for position.

Definition at line 262 of file distributionMap.H.

Member Function Documentation

◆ operator()() [1/4]

void operator() ( const transformer vt,
const bool  forward,
List< point > &  fld 
) const
inline

Definition at line 266 of file distributionMap.H.

References fld().

Referenced by distributionMap::transformPosition::operator()().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator()() [2/4]

void operator() ( const transformer vt,
const bool  forward,
List< List< point >> &  flds 
) const
inline

Definition at line 284 of file distributionMap.H.

References forAll, and distributionMap::transformPosition::operator()().

Here is the call graph for this function:

◆ operator()() [3/4]

void operator() ( const coupledPolyPatch cpp,
pointField fld 
) const
inline

Transform patch-based field.

Definition at line 298 of file distributionMap.H.

References fld(), coupledPolyPatch::transform(), and transformer::transformPosition().

Here is the call graph for this function:

◆ operator()() [4/4]

void operator() ( const coupledPolyPatch cpp,
Container< point > &  map 
) const
inline

Definition at line 304 of file distributionMap.H.

References fld(), forAllConstIter, forAllIter, coupledPolyPatch::transform(), and transformer::transformPosition().

Here is the call graph for this function:

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