$treeview $search $mathjax
|
Palabos
Version 1.1
$projectbrief
|
$projectbrief
|
$searchbox |
#include <dataProcessor3D.h>


Public Member Functions | |
| DottedReductiveDataProcessorGenerator3D (DotList3D const &dots_) | |
| virtual void | shift (plint deltaX, plint deltaY, plint deltaZ) |
| Shift the domain of application of this data processor. | |
| virtual void | multiply (plint scale) |
| Multiply coordinates of the domain of application of this data processor. | |
| virtual void | divide (plint scale) |
| Divide coordinates of the domain of application of this data processor. | |
| virtual bool | extract (Box3D subDomain) |
| Extract a subdomain (in-place operation). | |
| DotList3D const & | getDotList () const |
| plb::DottedReductiveDataProcessorGenerator3D::DottedReductiveDataProcessorGenerator3D | ( | DotList3D const & | dots_ | ) |
| void plb::DottedReductiveDataProcessorGenerator3D::divide | ( | plint | scale | ) | [virtual] |
Divide coordinates of the domain of application of this data processor.
Implements plb::ReductiveDataProcessorGenerator3D.
References plb::DotList3D::divide().
| bool plb::DottedReductiveDataProcessorGenerator3D::extract | ( | Box3D | subDomain | ) | [virtual] |
Extract a subdomain (in-place operation).
Implements plb::ReductiveDataProcessorGenerator3D.
References plb::intersect().
| DotList3D const & plb::DottedReductiveDataProcessorGenerator3D::getDotList | ( | ) | const |
Referenced by plb::ReductiveDotProcessorGenerator3D::generate().
| void plb::DottedReductiveDataProcessorGenerator3D::multiply | ( | plint | scale | ) | [virtual] |
Multiply coordinates of the domain of application of this data processor.
Implements plb::ReductiveDataProcessorGenerator3D.
References plb::DotList3D::multiply().
| void plb::DottedReductiveDataProcessorGenerator3D::shift | ( | plint | deltaX, | |
| plint | deltaY, | |||
| plint | deltaZ | |||
| ) | [virtual] |
Shift the domain of application of this data processor.
Implements plb::ReductiveDataProcessorGenerator3D.
References plb::DotList3D::shift().
1.6.3
1.6.3