root/OpenSceneGraph/trunk/src/osgPlugins/ive/PolygonStipple.h
@
9961
| Revision 9961, 292 bytes (checked in by robert, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | #ifndef IVE_POLYGONSTIPPLE |
| 2 | #define IVE_POLYGONSTIPPLE 1 |
| 3 | |
| 4 | #include <osg/PolygonStipple> |
| 5 | #include "ReadWrite.h" |
| 6 | |
| 7 | namespace ive{ |
| 8 | class PolygonStipple : public osg::PolygonStipple, public ReadWrite { |
| 9 | public: |
| 10 | void write(DataOutputStream* out); |
| 11 | void read(DataInputStream* in); |
| 12 | }; |
| 13 | } |
| 14 | |
| 15 | #endif |
Note: See TracBrowser
for help on using the browser.
