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

#include <CommonDataSources.h>

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

Public Types

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

Public Member Functions

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

Member Typedef Documentation

◆ value_type

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

◆ 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 >
virtual void walberla::mesh::IndexVertexDataSource< MeshType >::getData ( const MeshType ,
const Vertices vertices,
std::vector< value_type > &  data 
)
inlinevirtual

◆ numComponents()

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

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