ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
VTKHandle Class Reference

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
 

Detailed Description

Handle to a VTK object.

Definition at line 36 of file walberla_bridge/include/walberla_bridge/VTKHandle.hpp.

Constructor & Destructor Documentation

◆ VTKHandle()

VTKHandle::VTKHandle ( std::shared_ptr< walberla::vtk::VTKOutput >  sp,
int  ec,
bool  en 
)
inline

◆ ~VTKHandle()

VTKHandle::~VTKHandle ( )
inline

Definition at line 44 of file walberla_bridge/include/walberla_bridge/VTKHandle.hpp.

References ptr.

Member Data Documentation

◆ enabled

bool VTKHandle::enabled

◆ execution_count

int VTKHandle::execution_count

◆ ptr

std::shared_ptr<walberla::vtk::VTKOutput> VTKHandle::ptr

Definition at line 51 of file walberla_bridge/include/walberla_bridge/VTKHandle.hpp.

Referenced by ~VTKHandle().


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