#include <OutputSelectorVertexDataSource.h>
Public Types | |
typedef VertexDataSource< MeshType, Type > | Base |
typedef Base::Vertices | Vertices |
typedef Type | ComponentType |
Public Types inherited from walberla::mesa_pd::VertexDataSource< MeshType, typename Selector::return_type > | |
typedef mesh::DistributedVTKMeshWriter< MeshType >::Vertices | Vertices |
Public Member Functions | |
OutputSelectorVertexDataSource (const std::string &name, Selector selector) | |
virtual uint_t | numComponents () |
virtual void | getData (const MeshType &, const Vertices &vertices, std::vector< Type > &data, const ParticleIdxVertexPropertyManager< MeshType > &vertexToParticleIdxManager, shared_ptr< walberla::mesa_pd::data::ParticleStorage > ps) |
Public Member Functions inherited from walberla::mesa_pd::VertexDataSource< MeshType, typename Selector::return_type > | |
VertexDataSource (const std::string &name) | |
const std::string & | name () |
virtual void | getData (const MeshType &, const Vertices &vertices, std::vector< typename Selector::return_type > &data, const ParticleIdxVertexPropertyManager< MeshType > &vertexToParticleIdxManager, shared_ptr< walberla::mesa_pd::data::ParticleStorage > ps)=0 |
virtual | ~VertexDataSource () |
Private Attributes | |
Selector | selector_ |
Additional Inherited Members | |
Protected Attributes inherited from walberla::mesa_pd::VertexDataSource< MeshType, typename Selector::return_type > | |
std::string | name_ |
typedef VertexDataSource<MeshType, Type> walberla::mesa_pd::OutputSelectorVertexDataSource< MeshType, Selector, Type >::Base |
typedef Type walberla::mesa_pd::OutputSelectorVertexDataSource< MeshType, Selector, Type >::ComponentType |
typedef Base::Vertices walberla::mesa_pd::OutputSelectorVertexDataSource< MeshType, Selector, Type >::Vertices |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
private |