FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Member Functions | List of all members
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::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 > >
 OmegaRef (const A &a)
 
 OmegaRef (const A &a, const B &b)
 
 OmegaRef (const A &a, const B &b, const C &c)
 
 OmegaRef (const A &a, const B &b, const C &c, const D &d)
 
 OmegaRef (const A &a, const B &b, const C &c, const D &d, const E &e)
 
 OmegaRef (const A &a, const B &b, const C &c, const D &d, const E &e, const F &f)
 
 OmegaRef (const RefPtr< RefCountable > &RC)
 
 OmegaRef (RefCountable *RC)
 
OmegaRefoperator= (const RefPtr< RefCountable > &RC)
 
OmegaRefoperator= (RefCountable *RC)
 
- Public Member Functions inherited from MemCore::OmegaPtr< RefCountable >
 OmegaPtr (const WeakPtr< Object > &Obj)
 
 OmegaPtr (Object *Obj, const NotNullPtr &)
 

Detailed Description

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

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

Synopsis:

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."
)
,
An iterator with an optional DataCreator, which is just a class to intercept creation of data along a...
Definition CreativeIterator.hpp:34
Wizt::VCreatorProperty< Wizt::VCreatorProperties::TEXTIDENTIFIER > Identifier
Wizt::VCreatorProperty< Wizt::VCreatorProperties::DESCRIPTION > Description
Wizt::VCreatorProperty< Wizt::VCreatorProperties::SHORTHELP > Help
Wizt::VCreatorProperty< Wizt::VCreatorProperties::CATEGORY > Category