walberla::mesh::NormalsVertexDataSource< MeshType, OutputType > Class Template Reference

#include <CommonDataSources.h>

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

Public Types

typedef VTKMeshWriter< MeshType >::Vertices Vertices
 
typedef VTKMeshWriter< MeshType >::template VertexDataSource< OutputType >::value_type value_type
 

Public Member Functions

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

Member Typedef Documentation

◆ value_type

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

◆ Vertices

template<typename MeshType , typename OutputType = typename MeshType::Normal::value_type>
typedef VTKMeshWriter<MeshType>::Vertices walberla::mesh::NormalsVertexDataSource< MeshType, OutputType >::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>
virtual void walberla::mesh::NormalsVertexDataSource< MeshType, OutputType >::getData ( const MeshType mesh,
const Vertices vertices,
std::vector< value_type > &  data 
)
inlinevirtual

◆ numComponents()

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

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