Fish - FiberLib for VISH 0.3
Fish - The Fiber Bundle API for the Vish Visualization Shell
Wizt::VSink< Fiber::Grid, GridFunctionObject > Struct Template Reference

Specialization of the VSink<> Creator template for objects operating on Grids. More...

#include <GridActor.hpp>

Inheritance diagram for Wizt::VSink< Fiber::Grid, GridFunctionObject >:
MemCore::Auto< T > MemCore::OmegaRef< GridActor< GridFunctionObject > > MemCore::OmegaPtr< RefCountable > MemCore::StrongPtr< Object, StrongPtr< Object >::ObjectBase_t >

Public Member Functions

 VSink (const string &name, int p=ObjectQuality::EXPERIMENTAL, const RefPtr< VCreationPreferences > &Prep=nullptr)
template<unsigned ID>
 VSink (const VCreatorProperty< ID > &VP, int p=ObjectQuality::EXPERIMENTAL, const RefPtr< VCreationPreferences > &Prep=nullptr)
Public Member Functions inherited from MemCore::OmegaRef< GridActor< GridFunctionObject > >
OmegaRefoperator= (const RefPtr< RefCountable > &RC)
Public Member Functions inherited from MemCore::OmegaPtr< RefCountable >
 OmegaPtr (const WeakPtr< Object > &Obj)

Detailed Description

template<class GridFunctionObject>
struct Wizt::VSink< Fiber::Grid, GridFunctionObject >

Specialization of the VSink<> Creator template for objects operating on Grids.

Synopsis:

static VSink<Grid, DisplayEdges>
myCreator(
Category("Display")
+ Identifier("Edges")
+ Help("Display the edges of a Grid")
+ Description("Display the edges of a Grid as given in the 1,1-Skeleton."
)
,
Wizt::VCreatorProperty< Wizt::VCreatorProperties::TEXTIDENTIFIER > Identifier
Wizt::VCreatorProperty< Wizt::VCreatorProperties::DESCRIPTION > Description
Wizt::VCreatorProperty< Wizt::VCreatorProperties::SHORTHELP > Help
Wizt::VCreatorProperty< Wizt::VCreatorProperties::CATEGORY > Category