vtkbone
vtkboneVonMisesIsotropicMaterial.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 
31 #ifndef __vtkboneVonMisesIsotropicMaterial_h
32 #define __vtkboneVonMisesIsotropicMaterial_h
33 
35 #include "vtkIdTypeArray.h"
36 #include "vtkboneWin32Header.h"
37 
39  {
40  public:
43  void PrintSelf(ostream& os, vtkIndent indent);
44 
46 
47  vtkSetMacro(YieldStrength, double);
48  vtkGetMacro(YieldStrength, double);
50 
53  virtual vtkboneMaterial* Copy();
54 
59  virtual vtkboneMaterial* ScaledCopy(double factor);
60 
61  protected:
64 
65  double YieldStrength;
66 
67  private:
69  void operator=(const vtkboneVonMisesIsotropicMaterial&); // Not implemented.
70  };
71 
72 #endif
73 
#define VTKBONE_EXPORT
An object representing a linear isotropic material.
static vtkboneLinearIsotropicMaterial * New()
An abstract base class for materials used in finite element models.
void PrintSelf(ostream &os, vtkIndent indent)
An object representing an isotropic Mohr Coulomb elastoplastic material.
virtual vtkboneMaterial * Copy()
virtual vtkboneMaterial * ScaledCopy(double factor)