![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Handle to a VTK object. More...
#include <VTKHandle.hpp>
Collaboration diagram for VTKHandle:Public Member Functions | |
| VTKHandle (std::shared_ptr< walberla::vtk::VTKOutput > sp, int ec, bool en) | |
| ~VTKHandle () | |
Public Attributes | |
| std::shared_ptr< walberla::vtk::VTKOutput > | ptr |
| int | execution_count |
| bool | enabled |
Handle to a VTK object.
Definition at line 36 of file walberla_bridge/include/walberla_bridge/VTKHandle.hpp.
|
inline |
Definition at line 40 of file walberla_bridge/include/walberla_bridge/VTKHandle.hpp.
References walberla::get_vtk_dependent_resources().
|
inline |
Definition at line 44 of file walberla_bridge/include/walberla_bridge/VTKHandle.hpp.
References ptr.
| bool VTKHandle::enabled |
Definition at line 53 of file walberla_bridge/include/walberla_bridge/VTKHandle.hpp.
| int VTKHandle::execution_count |
Definition at line 52 of file walberla_bridge/include/walberla_bridge/VTKHandle.hpp.
| std::shared_ptr<walberla::vtk::VTKOutput> VTKHandle::ptr |
Definition at line 51 of file walberla_bridge/include/walberla_bridge/VTKHandle.hpp.
Referenced by ~VTKHandle().