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

#include <CommonDataSources.h>

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

Public Types

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

Public Member Functions

 StatusBitVertexDataSource (const OpenMesh::Attributes::StatusBits &bit, const std::string &_name)
 
virtual uint_t numComponents ()
 
virtual void getData (const MeshType &mesh, const Vertices &vertices, std::vector< value_type > &data)
 

Private Attributes

OpenMesh::Attributes::StatusBits bit_
 

Member Typedef Documentation

◆ value_type

template<typename MeshType >
typedef VTKMeshWriter<MeshType>::template VertexDataSource< uint8_t >::value_type walberla::mesh::StatusBitVertexDataSource< MeshType >::value_type

◆ Vertices

Constructor & Destructor Documentation

◆ StatusBitVertexDataSource()

template<typename MeshType >
walberla::mesh::StatusBitVertexDataSource< MeshType >::StatusBitVertexDataSource ( const OpenMesh::Attributes::StatusBits &  bit,
const std::string &  _name 
)
inline

Member Function Documentation

◆ getData()

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

◆ numComponents()

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

Member Data Documentation

◆ bit_

template<typename MeshType >
OpenMesh::Attributes::StatusBits walberla::mesh::StatusBitVertexDataSource< MeshType >::bit_
private

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