FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
TriangleOperator.hpp
1#ifndef __FISH_SPINE_TRIANGLEOPERATOR_HPP
2#define __FISH_SPINE_TRIANGLEOPERATOR_HPP
3
4#include "SkeletonOperator.hpp"
5#include <grid/types/TriangularSurface.hpp>
6
7namespace Wizt
8{
9
11typedef SkeletonOperator<Fiber::TriangularSurface> TriangularSurfaceOperator;
12
13} // namespace
14
15
16#endif // __FISH_SPINE_TRIANGLEOPERATOR_HPP
17
note: cannot derive from FloatingSkeletonRenderer as long as independent base class TriangleRenderer ...