Canoe
Comprehensive Atmosphere N' Ocean Engine
MeshOutputGroup Class Referenceabstract

#include <virtual_groups.hpp>

Inheritance diagram for MeshOutputGroup:
[legend]

Public Member Functions

virtual ~MeshOutputGroup ()
 
virtual bool ShouldMeshOutput (std::string variable_name) const =0
 
virtual void LoadMeshOutputData (OutputType *out, int *num_vars) const =0
 

Detailed Description

Definition at line 204 of file virtual_groups.hpp.

Constructor & Destructor Documentation

◆ ~MeshOutputGroup()

virtual MeshOutputGroup::~MeshOutputGroup ( )
inlinevirtual

Definition at line 206 of file virtual_groups.hpp.

Member Function Documentation

◆ ShouldMeshOutput()

virtual bool MeshOutputGroup::ShouldMeshOutput ( std::string  variable_name) const
pure virtual

Implemented in ParticleBase.

◆ LoadMeshOutputData()

virtual void MeshOutputGroup::LoadMeshOutputData ( OutputType *  out,
int *  num_vars 
) const
pure virtual

Implemented in ParticleBase.


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