VMTK
vtkvmtkDirichletBoundaryConditions.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: VMTK
4  Module: $RCSfile: vtkvmtkDirichletBoundaryConditions.h,v $
5  Language: C++
6 
7  Copyright (c) Luca Antiga
8 
9  Copyright (c) Luca Antiga, David Steinman. All rights reserved.
10  See LICENSE file for details.
11 
12  Portions of this code are covered under the VTK copyright.
13  See VTKCopyright.txt or http://www.kitware.com/VTKCopyright.htm
14  for details.
15 
16  This software is distributed WITHOUT ANY WARRANTY; without even
17  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
18  PURPOSE. See the above copyright notices for more information.
19 
20 =========================================================================*/
30 #ifndef __vtkvmtkDirichletBoundaryConditions_h
31 #define __vtkvmtkDirichletBoundaryConditions_h
32 
33 #include "vtkObject.h"
35 //#include "vtkvmtkDifferentialGeometryWin32Header.h"
36 #include "vtkvmtkWin32Header.h"
37 
38 class VTK_VMTK_DIFFERENTIAL_GEOMETRY_EXPORT vtkvmtkDirichletBoundaryConditions : public vtkvmtkBoundaryConditions
39 {
40 public:
43 
44  void Apply() VTK_OVERRIDE;
45 
46 protected:
49 
50 private:
52  void operator=(const vtkvmtkDirichletBoundaryConditions&); // Not implemented.
53 };
54 
55 #endif
56 
Set up a Dirichlet (or first-type) boundary conditions that a linear system needs to take along the b...
Base class to store nodes, value, and linear system composing a boundary condition.