waLBerla 7.2
Loading...
Searching...
No Matches
walberla::mesh::NormalsVertexDataSource< MeshType, OutputType > Class Template Reference

#include <CommonDataSources.h>

+ Inheritance diagram for walberla::mesh::NormalsVertexDataSource< MeshType, OutputType >:

Public Types

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

Public Member Functions

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

Member Typedef Documentation

◆ value_type

template<typename MeshType , typename OutputType = typename MeshType::Normal::value_type>
using walberla::mesh::NormalsVertexDataSource< MeshType, OutputType >::value_type = typename VTKMeshWriter<MeshType>::template VertexDataSource<OutputType>::value_type

◆ Vertices

template<typename MeshType , typename OutputType = typename MeshType::Normal::value_type>
using walberla::mesh::NormalsVertexDataSource< MeshType, OutputType >::Vertices = typename VTKMeshWriter<MeshType>::Vertices

Constructor & Destructor Documentation

◆ NormalsVertexDataSource()

template<typename MeshType , typename OutputType = typename MeshType::Normal::value_type>
walberla::mesh::NormalsVertexDataSource< MeshType, OutputType >::NormalsVertexDataSource ( const std::string & _name = "Normals")
inline

Member Function Documentation

◆ getData()

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

◆ numComponents()

template<typename MeshType , typename OutputType = typename MeshType::Normal::value_type>
uint_t walberla::mesh::NormalsVertexDataSource< MeshType, OutputType >::numComponents ( )
inlineoverride

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