FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Types | List of all members
Wizt::FieldInputCreatorBaseTrait< FieldVObject, OutputType > Struct Template Reference

Template meta-program to compute the right base class for FieldInputCreators (objects that take Field objects as input), depending on whether they provide some output or not. More...

#include <FieldInputCreator.hpp>

Public Types

typedef VCreator< FieldVObject, AcceptList< Fiber::Field > > CreatorBase_t
 
typedef VInputCreator< OutputType, CreatorBase_tCreator_t
 

Detailed Description

template<class FieldVObject, class OutputType>
struct Wizt::FieldInputCreatorBaseTrait< FieldVObject, OutputType >

Template meta-program to compute the right base class for FieldInputCreators (objects that take Field objects as input), depending on whether they provide some output or not.