VISH  0.2
Classes | Typedefs
Shrimp

The shrimp library contains essential objects based on the plankton library. More...

Classes

Typedefs


Detailed Description

The shrimp library contains essential objects based on the plankton library.

The functionality of shrimps will be as essential as plankton, while keeping the plankton at the lowest level of absolutely tiniest life forms in the ocean.


Typedef Documentation

typedef MemCore::RefPtr<Eagle::BoundingBox> Wizt::VBoundingBox

The Vish type to communicate bounding boxes.

Use

   VOutput<VBoundingBox>    OutputBBox;
   TypedSlot<VBoundingBox> InputBBox;

for output/input definitions in VObjects.

Examples:
AnemoneBoundingVolume.cpp, BoundingVolume.cpp, and SeagrassBoundingVolume.cpp.