VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
engineeringObjectSensorDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include <readerWriter/rwBoolean.h>
17 
21 {
22  private:
25 
26 public:
29  DtReaderWriterRegistry* parentRegistry = 0);
30 
33  orig, DtReaderWriterRegistry* parentRegistry = 0);
34 
38 
40  virtual ~DtEngineeringObjectSensorDescriptor() override;
41 
44  virtual DtString type() const override;
45 
46  virtual DtComponentDescriptor* clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
47 
50 
53  virtual DtReal engineeringObjectDetectionRange() const;
54  virtual void setEngineeringObjectDetectionRange(DtReal range);
56 
59  virtual DtReal probabilityToDetectConcealed() const;
60  virtual void setProbabilityToDetectConcealed(DtReal prob);
62 
63 protected:
64 
68 
75 
82 
84 
85 };
86 
static DtComponentDescriptor * creator()
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
DtObjectSensorDescriptor; descriptor for the DtObjectSensor component.
Definition: objectSensorDescriptor.h:27
Definition: readerWriterRegistry.h:39
DtEngineeringObjectSensorDescriptor; descriptor for the DtEngineeringObjectSensor component...
Definition: engineeringObjectSensorDescriptor.h:20
DtRwReal myEngineeringObjectRange
Parameter Name: range-engineering-objects Parameter Description: The range (from the outer edge of th...
Definition: engineeringObjectSensorDescriptor.h:74
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override
Description: Readable, Writable DtReal (double)
Definition: rwReal.h:27
DtRwReal myProbabilityToDetectConcealed
Parameter Name: probability-to-detect-concealed Parameter Description: The probability (0...
Definition: engineeringObjectSensorDescriptor.h:81
DtObjectSensorDescriptor & operator=(const DtObjectSensorDescriptor &orig)
assignment

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)