walberla::mesh::IndexFaceDataSource< MeshType > Class Template Reference

#include <CommonDataSources.h>

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

Public Types

typedef VTKMeshWriter< MeshType >::Faces Faces
 
typedef VTKMeshWriter< MeshType >::template FaceDataSource< int32_t >::value_type value_type
 

Public Member Functions

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

Member Typedef Documentation

◆ Faces

template<typename MeshType >
typedef VTKMeshWriter<MeshType>::Faces walberla::mesh::IndexFaceDataSource< MeshType >::Faces

◆ value_type

template<typename MeshType >
typedef VTKMeshWriter<MeshType>::template FaceDataSource< int32_t >::value_type walberla::mesh::IndexFaceDataSource< MeshType >::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 >
virtual void walberla::mesh::IndexFaceDataSource< MeshType >::getData ( const MeshType ,
const Faces faces,
std::vector< value_type > &  data 
)
inlinevirtual

◆ numComponents()

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

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