Orfeo Toolbox
3.16
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
OTB
Utilities
ITK
Code
Common
itkQuadrilateralCellTopology.cxx
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Insight Segmentation & Registration Toolkit
4
Module: $RCSfile: itkQuadrilateralCellTopology.cxx,v $
5
Language: C++
6
Date: $Date: 2009-03-03 15:08:12 $
7
Version: $Revision: 1.3 $
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
#include "
itkQuadrilateralCellTopology.h
"
19
20
namespace
itk
21
{
22
23
27
const
int
28
QuadrilateralCellTopology
29
::m_Edges
[4][2] = { {0,1}, {1,2}, {2,3}, {3,0} };
30
31
QuadrilateralCellTopology
32
::QuadrilateralCellTopology
()
33
{
34
}
35
36
QuadrilateralCellTopology
37
::~QuadrilateralCellTopology
()
38
{
39
}
40
41
}
// end namespace itk
Generated at Sun Jun 16 2013 00:01:56 for
Orfeo Toolbox
with
doxygen 1.8.3.1