![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2010 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtOverlayPolygonModel.h,v $ $Revision: 1.0 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 00014 #pragma once 00015 00016 #include <vrvCore/DtPolygonModel.h> 00017 00018 namespace makVrv 00019 { 00022 class DT_DLL_VRVCORE DtOverlayPolygonModel : public DtPolygonModel 00023 { 00024 public: 00026 DtOverlayPolygonModel(DtDe& de, DtUniqueID id); 00027 00029 virtual ~DtOverlayPolygonModel(); 00030 00032 virtual void setEventsEnabled(bool) = 0; 00033 00035 virtual void setEventWidth(float width) = 0; 00036 00038 virtual void set2dOffset(int index, float x, float y) = 0; 00039 00042 virtual void set3dDirection2dLength(int index, float x, float y, float z, 00043 float len) = 0; 00044 }; 00045 }