Orfeo Toolbox
3.16
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
OTB
Utilities
ITK
Code
Numerics
FEM
itkFEMLoadEdge.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Insight Segmentation & Registration Toolkit
4
Module: $RCSfile: itkFEMLoadEdge.h,v $
5
Language: C++
6
Date: $Date: 2009-01-30 21:10:18 $
7
Version: $Revision: 1.9 $
8
9
Copyright (c) Insight Software Consortium. All rights reserved.
10
See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details.
11
12
This software is distributed WITHOUT ANY WARRANTY; without even
13
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14
PURPOSE. See the above copyright notices for more information.
15
16
=========================================================================*/
17
18
#ifndef __itkFEMLoadEdge_h
19
#define __itkFEMLoadEdge_h
20
21
#include "
itkFEMLoadElementBase.h
"
22
#include "vnl/vnl_matrix.h"
23
24
namespace
itk {
25
namespace
fem {
26
36
class
LoadEdge
:
public
LoadElement
37
{
38
FEM_CLASS
(
LoadEdge
,
LoadElement
)
39
public:
44
virtual
void
Read
( std::istream& f,
void
* info );
45
49
virtual
void
Write
( std::ostream& f ) const;
50
51
public:
56
int
m_Edge
;
57
74
vnl_matrix
<
Float
>
m_Force
;
75
76
};
77
78
FEM_CLASS_INIT
(
LoadEdge
)
79
80
}}
// end namespace itk::fem
81
82
#endif // #ifndef __itkFEMLoadEdge_h
Generated at Sat Feb 2 2013 23:36:47 for
Orfeo Toolbox
with
doxygen 1.8.1.1