Orfeo Toolbox
3.16
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
OTB
Utilities
ITK
Code
Numerics
FEM
itkFEMLoadElementBase.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Insight Segmentation & Registration Toolkit
4
Module: $RCSfile: itkFEMLoadElementBase.h,v $
5
Language: C++
6
Date: $Date: 2009-01-30 21:10:18 $
7
Version: $Revision: 1.10 $
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 __itkFEMLoadElementBase_h
19
#define __itkFEMLoadElementBase_h
20
21
#include "
itkFEMLoadBase.h
"
22
23
namespace
itk {
24
namespace
fem {
25
41
class
LoadElement
:
public
Load
42
{
43
FEM_CLASS
(
LoadElement
,
Load
)
44
public:
48
typedef
Element
::
Float
Float
;
49
53
typedef std::vector<
Element
::
ConstPointer
>
ElementPointersVectorType
;
54
ElementPointersVectorType
el
;
56
virtual
void
Read
( std::istream& f,
void
* info );
57
void
Write
( std::ostream& f ) const;
58
59
// FIXME: should clear vector, not zero it
60
LoadElement
() : el(0) {}
61
62
};
63
64
FEM_CLASS_INIT
(LoadElement)
65
66
}}
// end namespace itk::fem
67
68
#endif // #ifndef __itkFEMLoadElementBase_h
Generated at Sat Feb 2 2013 23:36:47 for
Orfeo Toolbox
with
doxygen 1.8.1.1