vtkbone
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Source
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
33
class
vtkInformationIntegerKey
;
34
class
vtkInformationDoubleKey
;
35
class
vtkInformationDoubleVectorKey
;
36
class
vtkInformationStringKey
;
37
class
vtkInformationStringVectorKey
;
38
39
class
VTKBONE_EXPORT
vtkboneSolverParameters
:
public
vtkObject
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
:
54
vtkboneSolverParameters
();
55
~
vtkboneSolverParameters
();
56
57
private
:
58
vtkboneSolverParameters
(
const
vtkboneSolverParameters
&);
// Not implemented.
59
void
operator=
(
const
vtkboneSolverParameters
&);
// Not implemented.
60
};
61
62
#endif
vtkObject
VTKBONE_EXPORT
#define VTKBONE_EXPORT
Definition:
vtkboneWin32Header.h:33
vtkInformationStringKey
vtkInformationDoubleVectorKey
vtkInformationIntegerKey
vtkboneSolverParameters
Description of a finite element test.
Definition:
vtkboneSolverParameters.h:39
vtkInformationStringVectorKey
vtkboneWin32Header.h
vtkInformationDoubleKey
vtkObject::New
static vtkObject * New()
vtkObject.h
vtkObjectBase::operator=
void operator=(const vtkObjectBase &)
Generated by
1.8.11