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
39class VTKBONE_EXPORT vtkboneSolverParameters : public vtkObject
40{
41public:
44
52
53protected:
56
57private:
58 vtkboneSolverParameters(const vtkboneSolverParameters&); // Not implemented.
59 void operator=(const vtkboneSolverParameters&); // Not implemented.
60};
61
62#endif
void operator=(const vtkObjectBase &)
Description of a finite element test.
static vtkInformationStringVectorKey * POST_PROCESSING_NODE_SETS()
static vtkInformationDoubleKey * PLASTIC_CONVERGENCE_TOLERANCE()
static vtkInformationIntegerKey * MAXIMUM_PLASTIC_ITERATIONS()
static vtkInformationIntegerKey * MAXIMUM_ITERATIONS()
static vtkboneSolverParameters * New()
static vtkInformationStringVectorKey * POST_PROCESSING_ELEMENT_SETS()
static vtkInformationDoubleKey * CONVERGENCE_TOLERANCE()
static vtkInformationDoubleVectorKey * ROTATION_CENTER()