FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Types | Public Member Functions | Public Attributes | List of all members
Fiber::ComputationalField< FieldOperator >::FragmentComputer< Dims > Struct Template Reference

Internal helper class which calls the computeFragment() member function of the associated FieldOperator . More...

#include <ComputationalField.hpp>

Public Types

typedef MemArray< Dims, result_type > ResultArray_t
 
typedef FragmentComputationParameters Constructor_t
 

Public Member Functions

 FragmentComputer (const Constructor_t &Params, const MemBase::Creator_t &C)
 
RefPtr< ResultArray_tresult () const
 

Public Attributes

RefPtr< ResultArray_tresult_storage
 

Detailed Description

template<class FieldOperator>
template<Dims_t Dims>
struct Fiber::ComputationalField< FieldOperator >::FragmentComputer< Dims >

Internal helper class which calls the computeFragment() member function of the associated FieldOperator .

The computeFragment() function may be static and its call is inlined.