![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /****************************************************************************** 00002 ** Copyright (c) 2012 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 ******************************************************************************/ 00005 /****************************************************************************** 00006 ** $RCSfile: DtVrfCircleVertexManipulationHandler.h,v $ $Revision: 1.2 $ $State: Exp $ 00007 ******************************************************************************/ 00008 00011 00013 00014 #pragma once 00015 00016 #include <vrfGuiCore/vrfGuiCore.h> 00017 #include <vrfGuiCore/DtVrfCircleManipulationHandler.h> 00018 #include <vrfGuiCore/DtVrfVertexManipulationHandler.h> 00019 #include <vrfGuiCore/DtCircleHelper.h> 00020 00021 #include <vrvCore/DtDe.h> 00022 #include <vrvCore/DtDeSharedState.h> 00023 00024 namespace makVrf 00025 { 00028 class DT_DLL_VRFGUICORE DtVrfCircleVertexManipulationHandler : public DtVrfVertexManipulationHandler<DtVrfCircleManipulationHandler> 00029 { 00030 public: 00031 DtVrfCircleVertexManipulationHandler( makVrv::DtDe& de); 00032 00033 virtual ~DtVrfCircleVertexManipulationHandler(); 00034 00036 virtual DtVector vertexPosition(DtEnvironmentalFacadeCollection* iFace, int index) const; 00037 00038 virtual void setLocation(int index, const DtVector& location, bool resetOrigin); 00039 }; 00040 00041 typedef DtVrfObjectManipulationHandlerCreator<DtVrfCircleVertexManipulationHandler> 00042 DtVrfCircleVertexManipulationHandlerCreator; 00043 00045 class DT_DLL_VRFGUICORE DtVrfShapeVertexManipulationHandler : public DtVrfVertexManipulationHandler<DtVrfShapeManipulationHandler> 00046 { 00047 public: 00048 DtVrfShapeVertexManipulationHandler(makVrv::DtDe&); 00049 00050 virtual ~DtVrfShapeVertexManipulationHandler(); 00051 }; 00052 00053 typedef DtVrfObjectManipulationHandlerCreator<DtVrfShapeVertexManipulationHandler> DtVrfShapeVertexManipulationHandlerCreator; 00054 }