VR-Forces 4.0.4 Class Documentation
include/vrvCore/DtPointFeatureVisualizer.h
Go to the documentation of this file.
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 #include <vrvCore/DtFeatureVisualizer.h>
00015 
00016 namespace makVrv
00017 {
00018 
00019    class DtPointFeature;
00020 
00024    class DT_DLL_VRVCORE DtPointFeatureVisualizer : public DtFeatureVisualizer
00025    {
00026    public:
00028       DtPointFeatureVisualizer(DtPointFeature* point);
00029 
00031       virtual ~DtPointFeatureVisualizer();
00032 
00033    protected:
00034       DtPointFeature* myPoint;
00035    };
00036 
00037 }

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)