OpenCOVER
StaticSequence.h
Go to the documentation of this file.
1#ifndef PLUGINUTIL_STATIC_SEQUENCE_H
2#define PLUGINUTIL_STATIC_SEQUENCE_H
3
4#include <osg/Sequence>
5
6#include <util/coExport.h>
7
8class PLUGIN_UTILEXPORT StaticSequence: public osg::Sequence
9{
10 public:
12 StaticSequence(const osg::Sequence&, const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY);
13};
14
15#endif
Definition: StaticSequence.h:9
StaticSequence(const osg::Sequence &, const osg::CopyOp &copyop=osg::CopyOp::SHALLOW_COPY)