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) override;
44
46
47 vtkSetMacro(YieldStrength, double);
48 vtkGetMacro(YieldStrength, double);
50
53 virtual vtkboneMaterial* Copy() override;
54
59 virtual vtkboneMaterial* ScaledCopy(double factor) override;
60
61 protected:
64
66
67 private:
69 void operator=(const vtkboneVonMisesIsotropicMaterial&); // Not implemented.
70};
71
72#endif
73
An object representing a linear isotropic material.
An abstract base class for materials used in finite element models.
An object representing an isotropic Mohr Coulomb elastoplastic material.
static vtkboneVonMisesIsotropicMaterial * New()
virtual vtkboneMaterial * Copy() override
void PrintSelf(ostream &os, vtkIndent indent) override
virtual vtkboneMaterial * ScaledCopy(double factor) override