FreePOOMA  2.4.1
Public Member Functions | Static Public Member Functions
NotifyEngineWrite< Engine > Struct Template Reference

NotifyEngineWrite is a general wrapper class that is used to tell an engine that we're going to write to it. More...

#include <NotifyEngineWrite.h>

List of all members.

Public Member Functions

 NotifyEngineWrite ()
 ~NotifyEngineWrite ()

Static Public Member Functions

static void notify (const Engine &)

Detailed Description

template<class Engine>
struct NotifyEngineWrite< Engine >

NotifyEngineWrite is a general wrapper class that is used to tell an engine that we're going to write to it.

Multipatch engines will want to fill their guard cells after being written to. This class allows us to notify the engines that need to be notified, and do nothing to other engines.

You must specialize NotifyEngineWrite for multiPatch engines.


Constructor & Destructor Documentation

template<class Engine >
NotifyEngineWrite< Engine >::NotifyEngineWrite ( ) [inline]
template<class Engine >
NotifyEngineWrite< Engine >::~NotifyEngineWrite ( ) [inline]

Member Function Documentation

template<class Engine >
static void NotifyEngineWrite< Engine >::notify ( const Engine &  ) [inline, static]

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