![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2010 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtOverlayRectangleModel.h,v $ $Revision: 1.0 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00012 00013 00014 #pragma once 00015 00016 #include <vrvCore/DtOverlayPolygonModel.h> 00017 00018 namespace makVrv 00019 { 00022 class DT_DLL_VRVCORE DtOverlayRectangleModel : public DtOverlayPolygonModel 00023 { 00024 public: 00026 DtOverlayRectangleModel(DtDe& de, DtUniqueID id); 00027 00029 virtual ~DtOverlayRectangleModel(); 00030 00032 virtual void setDimensions(double width, double length, double altOffset) = 0; 00033 00034 // {@ 00036 virtual void removePoint(int index); 00037 00039 virtual void addPoint(const DtVector& point,int index); 00040 00042 virtual void setOrientation(const DtTaitBryan& ori); 00043 00045 }; 00046 }