|
waLBerla 7.2
|
#include <CommonDataSources.h>
Inheritance diagram for walberla::mesh::ColorFaceDataSource< MeshType >:Public Types | |
| using | Faces = typename VTKMeshWriter<MeshType>::Faces |
| using | value_type = typename VTKMeshWriter<MeshType>::template FaceDataSource<uint8_t>::value_type |
Public Member Functions | |
| ColorFaceDataSource (const std::string &_name="color") | |
| uint_t | numComponents () override |
| void | getData (const MeshType &mesh, const Faces &faces, std::vector< value_type > &data) override |
| using walberla::mesh::ColorFaceDataSource< MeshType >::Faces = typename VTKMeshWriter<MeshType>::Faces |
| using walberla::mesh::ColorFaceDataSource< MeshType >::value_type = typename VTKMeshWriter<MeshType>::template FaceDataSource<uint8_t>::value_type |
|
inline |
|
inlineoverride |
|
inlineoverride |