VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
articulatedPartsSimObjectFacade.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
12 #include <vlpi/disEnums.h>
13 #include <vlpi/articulatedPartCollection.h>
14 
18 {
19 public:
22 
25 
27  bool isUsable() const;
28  bool hasArticulatedParts() const { return isUsable(); };
29 
31 
33  const makVrf::DtArticulatedPartManager& articulatedPartsManager() const;
34  const DtArticulatedPartCollection& artPartList() const;
35  const makVrf::DtArticulatedPartStateRepository* part(DtArtPartType partType) const;
36 
37 protected:
39  virtual DtSimObjectReference simObject() const = 0;
40  virtual void setupDecorator() {};
41 };
42 
bool hasArticulatedParts() const
Definition: articulatedPartsSimObjectFacade.h:28
The articulated part manager maintains a tree of articulated and attached parts for the state reposit...
Definition: articulatedPartManager.h:33
virtual void setupDecorator()
Definition: articulatedPartsSimObjectFacade.h:40
This DtArticulatedPartsSimObjectFacadeInterface class will provide API functionality for objects that...
Definition: articulatedPartsSimObjectFacade.h:17
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
The DtArticulatedPartStateRepository class is used to represent articulated parts for an entity...
Definition: articulatedPartStateRepository.h:40
The template that will wrap a proxy interface and allow it to be used separate from an multiply inher...
Definition: simObjectFacadeBase.h:43
DtSimObjectFacade< DtArticulatedPartsSimObjectFacadeInterface > DtArticulatedPartsSimObjectFacade
Definition: articulatedPartsSimObjectFacade.h:43

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)