walberla::mesa_pd::VertexDataSource< MeshType, T > Class Template Referenceabstract

#include <VertexDataSource.h>

Public Types

typedef mesh::DistributedVTKMeshWriter< MeshType >::Vertices Vertices
 

Public Member Functions

 VertexDataSource (const std::string &name)
 
const std::string & name ()
 
virtual uint_t numComponents ()=0
 
virtual void getData (const MeshType &, const Vertices &vertices, std::vector< T > &data, const ParticleIdxVertexPropertyManager< MeshType > &vertexToParticleIdxManager, shared_ptr< walberla::mesa_pd::data::ParticleStorage > ps)=0
 
virtual ~VertexDataSource ()
 

Protected Attributes

std::string name_
 

Member Typedef Documentation

◆ Vertices

template<typename MeshType , typename T >
typedef mesh::DistributedVTKMeshWriter<MeshType>::Vertices walberla::mesa_pd::VertexDataSource< MeshType, T >::Vertices

Constructor & Destructor Documentation

◆ VertexDataSource()

template<typename MeshType , typename T >
walberla::mesa_pd::VertexDataSource< MeshType, T >::VertexDataSource ( const std::string &  name)
inlineexplicit

◆ ~VertexDataSource()

template<typename MeshType , typename T >
virtual walberla::mesa_pd::VertexDataSource< MeshType, T >::~VertexDataSource ( )
inlinevirtual

Member Function Documentation

◆ getData()

template<typename MeshType , typename T >
virtual void walberla::mesa_pd::VertexDataSource< MeshType, T >::getData ( const MeshType ,
const Vertices vertices,
std::vector< T > &  data,
const ParticleIdxVertexPropertyManager< MeshType > &  vertexToParticleIdxManager,
shared_ptr< walberla::mesa_pd::data::ParticleStorage ps 
)
pure virtual

◆ name()

template<typename MeshType , typename T >
const std::string& walberla::mesa_pd::VertexDataSource< MeshType, T >::name ( )
inline

◆ numComponents()

Member Data Documentation

◆ name_

template<typename MeshType , typename T >
std::string walberla::mesa_pd::VertexDataSource< MeshType, T >::name_
protected

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