VR-Forces 4.1 Class Documentation
portGroupConn.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: portGroupConn.h,v $ $Revision: 1.8 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef DtPortGroupConnection_H_
15 #define DtPortGroupConnection_H_
16 
17 #include <vlutil/vlMachineTypes.h>
18 #include <vlutil/vlList.h>
19 
20 class DtInputPortGroup;
21 class DtOutputPortGroup;
22 class DtPortConnection;
23 
26 {
27 public:
28 
31  DtInputPortGroup* destGroup, int priority);
32 
35  virtual ~DtPortGroupConnection();
36 
37 private:
42 
43 public:
48  virtual bool init();
49 
51  virtual const DtList* subConnections() const;
52 
54  virtual int priority() const;
57  virtual void setPriority(int priority);
58 
59 protected:
64 
65 };
66 
67 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)