vtkbone
vtkboneSolverParameters.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Copyright 2010-2016, Numerics88 Solutions Ltd.
4  http://www.numerics88.com/
5 
6  Copyright (c) Eric Nodwell and Steven K. Boyd
7  See Copyright.txt for details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notice for more information.
12 =========================================================================*/
13 
26 #ifndef __vtkboneSolverParameters_h
27 #define __vtkboneSolverParameters_h
28 
29 #include "vtkObject.h"
30 #include "vtkboneWin32Header.h"
31 
32 // Forward declarations
38 
40 {
41 public:
42  static vtkboneSolverParameters* New();
43  vtkTypeMacro(vtkboneSolverParameters, vtkObject);
44 
45  static vtkInformationIntegerKey* MAXIMUM_ITERATIONS();
46  static vtkInformationDoubleKey* CONVERGENCE_TOLERANCE();
47  static vtkInformationIntegerKey* MAXIMUM_PLASTIC_ITERATIONS();
48  static vtkInformationDoubleKey* PLASTIC_CONVERGENCE_TOLERANCE();
49  static vtkInformationStringVectorKey* POST_PROCESSING_NODE_SETS();
50  static vtkInformationStringVectorKey* POST_PROCESSING_ELEMENT_SETS();
51  static vtkInformationDoubleVectorKey* ROTATION_CENTER();
52 
53 protected:
56 
57 private:
58  vtkboneSolverParameters(const vtkboneSolverParameters&); // Not implemented.
59  void operator=(const vtkboneSolverParameters&); // Not implemented.
60 };
61 
62 #endif
#define VTKBONE_EXPORT
Description of a finite element test.
static vtkObject * New()
void operator=(const vtkObjectBase &)