![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2010 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: $ $Revision: $ $State: $ 00007 ******************************************************************************/ 00008 00012 00013 #pragma once 00014 00015 #include <vrvCore/DtIntervisibilityElement.h> 00016 #include <vrvCore/DtElementEntry.h> 00017 #include <vector> 00018 00019 class DtVector; 00020 00021 namespace makVrv 00022 { 00023 class DtUnicode; 00024 } 00025 00026 namespace exampleRangeLine 00027 { 00028 class DtRangeLineStateListener; 00029 00033 class DtRangeLineElement : public makVrv::DtIntervisibilityElement 00034 { 00035 public: 00037 DtRangeLineElement(makVrv::DtDe& de, makVrv::DtBaseConnection& connection, 00038 DtRangeLineStateListener&, const makVrv::DtUnicode& def, bool distribute = true); 00039 00041 virtual ~DtRangeLineElement(); 00042 00043 virtual makVrv::DtIntervisibilityVisualizerSet* createVisualizerSet( 00044 int modelSet) const; 00045 00046 public: 00047 static makVrv::DtElementEntry::ElementType RangeLineType; 00048 }; 00049 }