VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
soeComponentSystemDefinition.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2024 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
10 
14 {
15 public:
18  DtReaderWriterRegistry* parentRegistry = NULL);
19 
22  DtReaderWriterRegistry* parentRegistry = NULL);
23 
24  virtual ~DtSOEComponentSystemDefinition() override;
25 
27  orig) override;
28 
30 
31 protected:
32  virtual void updateRegistry(DtReaderWriterRegistry*);
33  virtual void updateReaderWriter(DtReaderWriter*);
34  virtual void prePutSelf() override;
35 };
virtual void prePutSelf()
Called before either version of put self (file or environment). Default is no-op. ...
This class will make sure that all bound variables are reset such that when systems are saved out...
Definition: soeComponentSystemDefinition.h:13
Definition: readerWriter.h:85
Definition: readerWriterRegistry.h:39
DtComponentSystemDefinition.
Definition: componentSystemDefinition.h:27
virtual const DtComponentSystemDefinition & operator=(const DtComponentSystemDefinition &orig)
assignment operator
#define DT_DLL_simulationObjectEditorimpl
This file is used to determine how to build.
Definition: simulationObjectEditorImplDefines.h:33

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)