#include <BoundaryUIDFaceDataSource.h>
Public Types | |
typedef VTKMeshWriter< MeshType >::Faces | Faces |
typedef VTKMeshWriter< MeshType >::template FaceDataSource< uint8_t >::value_type | value_type |
Public Member Functions | |
BoundaryUIDFaceDataSource (const shared_ptr< BoundaryLocation< MeshType > > &boundaryLocation, const std::string &_name="BoundaryUID") | |
virtual uint_t | numComponents () |
virtual void | getData (const MeshType &, const Faces &faces, std::vector< value_type > &data) |
Private Attributes | |
shared_ptr< BoundaryLocation< MeshType > > | boundaryLocation_ |
typedef VTKMeshWriter<MeshType>::Faces walberla::mesh::BoundaryUIDFaceDataSource< MeshType >::Faces |
typedef VTKMeshWriter<MeshType>::template FaceDataSource< uint8_t >::value_type walberla::mesh::BoundaryUIDFaceDataSource< MeshType >::value_type |
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
private |