VR-Forces 4.2 Class Documentation
coeffSignatureModifier.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: coeffSignatureModifier.h,v $ $Revision: 1.2 $ $State: Exp $
7 ** Created: 5/31/08 MEM
8 *******************************************************************************/
9 
10 #ifndef coeffSignatureModifier_H_
11 #define coeffSignatureModifier_H_
12 
14 #include "vrfutil/nLenRealVec.h"
15 #include "vrfutil/vrfutilDefines.h"
16 
19 
21 {
22 public:
25 
28  DtReaderWriterRegistry* const parentRegistry = NULL);
29 
30  DtCoefficientsSignatureModifier (const DtSymbolString& name,
31  DtReaderWriterRegistry* const parentRegistry = NULL);
32 
35  DtReaderWriterRegistry* const parentRegistry = NULL);
36 
38 
40 
42  virtual DtSignatureModifier* clone(
43  DtReaderWriterRegistry* const parentRegistry = NULL) const;
44 
47  virtual const DtNLengthRealVector& coefficientsList() const;
48  virtual void setCoefficientsList(const DtNLengthRealVector& coefficientsList);
50 
51  static DtSignatureModifier* create();
52 
53 protected:
54 
59 };
60 
61 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)