waLBerla 7.3
Loading...
Searching...
No Matches
walberla::mesh::IndexFaceDataSource< MeshType > Class Template Reference

#include <CommonDataSources.h>

Inheritance diagram for walberla::mesh::IndexFaceDataSource< MeshType >:

Public Types

using Faces = typename VTKMeshWriter<MeshType>::Faces
using value_type = typename VTKMeshWriter<MeshType>::template FaceDataSource<int32_t>::value_type

Public Member Functions

 IndexFaceDataSource (const std::string &_name="index")
uint_t numComponents () override
void getData (const MeshType &, const Faces &faces, std::vector< value_type > &data) override

Member Typedef Documentation

◆ Faces

template<typename MeshType>
using walberla::mesh::IndexFaceDataSource< MeshType >::Faces = typename VTKMeshWriter<MeshType>::Faces

◆ value_type

template<typename MeshType>
using walberla::mesh::IndexFaceDataSource< MeshType >::value_type = typename VTKMeshWriter<MeshType>::template FaceDataSource<int32_t>::value_type

Constructor & Destructor Documentation

◆ IndexFaceDataSource()

template<typename MeshType>
walberla::mesh::IndexFaceDataSource< MeshType >::IndexFaceDataSource ( const std::string & _name = "index")
inline

Member Function Documentation

◆ getData()

template<typename MeshType>
void walberla::mesh::IndexFaceDataSource< MeshType >::getData ( const MeshType & ,
const Faces & faces,
std::vector< value_type > & data )
inlineoverride

◆ numComponents()

template<typename MeshType>
uint_t walberla::mesh::IndexFaceDataSource< MeshType >::numComponents ( )
inlineoverride

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