VR-Forces 4.0.4 Class Documentation
include/vrvCore/DtAggregateVisualizerSet.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtAggregateVisualizerSet.h,v $ $Revision: 1.43 $ $EntityInstance: Exp $
00007 ******************************************************************************/
00008 
00013 
00014 #pragma once
00015 #include <vrvCore/vrvCore.h>
00016 #include <vrvCore/DtVisualizerSet.h>
00017 #include <vrvUtil/signalslib.h>
00018 
00019 namespace makVrv
00020 {
00021    class DtAggregateStateListener;
00022 
00027    class DT_DLL_VRVCORE DtAggregateVisualizerSet : public DtVisualizerSet
00028    {
00029    public:
00030 
00033       DtAggregateVisualizerSet(DtBaseConnection& conn, 
00034          DtAggregateStateListener& listener, int modelSet, bool distribute);
00035 
00036       virtual ~DtAggregateVisualizerSet();
00037 
00040       virtual void visualize(const DtUnicode& visDefName);
00041 
00046       virtual DtStateVisualizer::Type supportsVisualizerType() const;
00047 
00048    };
00049 }

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)