VR-Engage  2.2
Loading...
Searching...
No Matches
cigiSimEntityArtPartPublisherV4.h
Go to the documentation of this file.
1/*******************************************************************************
2** Copyright (c) 2024 MAK Technologies, Inc.
3** All rights reserved.
4*******************************************************************************/
5#pragma once
6
9
10#include <CigiArtPartCtrlV4.h>
11
12namespace makVre
13{
14
16 : public DtCigiPublisherTemplate<CigiArtPartCtrlV4, DtCigiSimEntityArtPartPublisherV4,
17 DtCigiSimEntityArtPartPublisher, DtCigiDataCreator>
18{
19public:
22
23protected:
24 virtual void initCigi() override;
25};
26
27} // namespace makVre
virtual ~DtCigiSimEntityArtPartPublisherV4() override
Definition cigiSimEntityArtPartPublisherV4.h:21
virtual void initCigi() override
Derived Publisher classes should override initCigi() to set initial values in the CIGI data.
DtCigiSimEntityArtPartPublisherV4()
Definition cigiSimEntityArtPartPublisherV4.h:20
Contains the DLL export macro.
#define CIGIHOST_DLL
Definition export.h:20
Include export definitions for this library.
Definition glsVreMessageUtil.h:49