VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
spawnControllerDescriptor.h
Go to the documentation of this file.
1 
2 /*******************************************************************************
3 ** Copyright (c) 2009 MAK Technologies, Inc.
4 ** All rights reserved.
5 *******************************************************************************/
6 
7 #pragma once
8 
11 #include <readerWriter/rwReal.h>
12 #include <readerWriter/rwBoolean.h>
15 
17 
18 
19 
22 {
23 public:
26  DtReaderWriterRegistry * parentRegistry = 0);
27 
30  DtReaderWriterRegistry * parentRegistry = 0);
31 
35 
38  parentRegistry = 0) const;
39 
41  virtual ~DtSpawnControllerDescriptor();
42 
44  virtual DtString type() const;
45 
47  static DtComponentDescriptor * creator();
48 
50 
51  virtual void setSinkPointDeleteRadius(double v);
52  virtual double sinkPointDeleteRadius() const;
54 
56 
57  virtual void setCheckBlockingSpawn(bool v);
58  virtual bool checkBlockingSpawn() const;
60 
62 
63  virtual void setBlockingTypes(const DtRwObjectTypeList& objectTypes);
64  virtual DtRwObjectTypeList& blockingTypes();
65  virtual const DtRwObjectTypeList& blockingTypes() const;
67 
68 protected:
69 
76 
83 
88 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)