Fish - FiberLib for VISH 0.3
Fish - The Fiber Bundle API for the Vish Visualization Shell
Wizt::OldLineSetOperator::GridInspector Struct Reference

Object creation: A Grid Inspector to be used as an argument of the GridActor template class. More...

#include <LineSetOperator.hpp>

Static Public Member Functions

static Fiber::SkeletonExistence InspectionProperty ()

Detailed Description

Object creation: A Grid Inspector to be used as an argument of the GridActor template class.

It checks whether the provided Grid object contains a skeleton of type LineSet::ID(). Use in conjunction with GridActor<CreativeObject, void>, for instance:

struct MyLineSetOperator : LineSetOperator {};
MyMyLineSetOperatorCreator( "Demo/MyLineSetOperator", ObjectQuality::EXPERIMENTAL);
SkeletonOperator< Fiber::LineSet > LineSetOperator
Base class for Fish modules operating on Grid objects that are LineSets.
Definition LineSetOperator.hpp:18