VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
simPseudoAggregateLocalEntityNetInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2000 MaK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 
12 
22 namespace makVrf
23 {
26  {
27  private:
30 
33 
35  const DtSimPseudoAggregateLocalEntityNetInterface & operator=(const
37 
38  public:
39 
42  DtStateData* object, DtVrlinkNetworkInterface*, bool publishObject = true);
43 
46 
50  virtual void updatePublisher();
51 
54  virtual bool isPseudoAggregate() const { return true; }
55 
58  virtual DtString type() const;
59 
64  isPseudoAggregateLocalEntityNetInterface(const DtSimObjectNetInterface *
65  objNetInterface);
66 
67  static DtSimObjectNetInterface * creator(
68  DtStateData* vrfObject, DtVrlinkNetworkInterface* mgr, bool publishObject);
69  };
70 }
Objects may contain a collection of other objects, such as overlays or pseudo-aggregate entities...
Definition: subordinateManager.h:43
virtual bool isPseudoAggregate() const
Returns true if this interface supports a pseudo-aggregate entity, false otherwise (true aggregate)...
Definition: simPseudoAggregateLocalEntityNetInterface.h:54
Definition: simAggregateLocalEntityNetInterface.h:27
Definition: simPseudoAggregateLocalEntityNetInterface.h:24
The overall structure of the DtStateData mechanism is: The DtStateData contains a list of double buff...
Definition: stateData.h:336
Class Description: DtSimObjectNetInterface.
Definition: simObjectNetInterface.h:48

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)