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

#include <CommonDataSources.h>

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

Public Types

using Vertices = typename VTKMeshWriter<MeshType>::Vertices
using value_type = typename VTKMeshWriter<MeshType>::template VertexDataSource<int32_t>::value_type

Public Member Functions

 IndexVertexDataSource (const std::string &_name="index")
uint_t numComponents () override
void getData (const MeshType &, const Vertices &vertices, std::vector< value_type > &data) override

Member Typedef Documentation

◆ value_type

template<typename MeshType>
using walberla::mesh::IndexVertexDataSource< MeshType >::value_type = typename VTKMeshWriter<MeshType>::template VertexDataSource<int32_t>::value_type

◆ Vertices

template<typename MeshType>
using walberla::mesh::IndexVertexDataSource< MeshType >::Vertices = typename VTKMeshWriter<MeshType>::Vertices

Constructor & Destructor Documentation

◆ IndexVertexDataSource()

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

Member Function Documentation

◆ getData()

template<typename MeshType>
void walberla::mesh::IndexVertexDataSource< MeshType >::getData ( const MeshType & ,
const Vertices & vertices,
std::vector< value_type > & data )
inlineoverride

◆ numComponents()

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

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