RTK
2.4.1
Reconstruction Toolkit
RTK
include
rtkDrawConeImageFilter.h
Go to the documentation of this file.
1
/*=========================================================================
2
*
3
* Copyright RTK Consortium
4
*
5
* Licensed under the Apache License, Version 2.0 (the "License");
6
* you may not use this file except in compliance with the License.
7
* You may obtain a copy of the License at
8
*
9
* https://www.apache.org/licenses/LICENSE-2.0.txt
10
*
11
* Unless required by applicable law or agreed to in writing, software
12
* distributed under the License is distributed on an "AS IS" BASIS,
13
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
* See the License for the specific language governing permissions and
15
* limitations under the License.
16
*
17
*=========================================================================*/
18
19
#ifndef rtkDrawConeImageFilter_h
20
#define rtkDrawConeImageFilter_h
21
22
#include "
rtkDrawEllipsoidImageFilter.h
"
23
#include "rtkConfiguration.h"
24
25
namespace
rtk
26
{
27
37
template
<
class
TInputImage,
class
TOutputImage>
38
class
ITK_TEMPLATE_EXPORT
DrawConeImageFilter
:
public
DrawEllipsoidImageFilter
<TInputImage, TOutputImage>
39
{
40
public
:
41
ITK_DISALLOW_COPY_AND_MOVE(
DrawConeImageFilter
);
42
44
using
Self
=
DrawConeImageFilter
;
45
using
Superclass
=
DrawEllipsoidImageFilter<TInputImage, TOutputImage>
;
46
using
Pointer
=
itk::SmartPointer<Self>
;
47
using
ConstPointer
=
itk::SmartPointer<const Self>
;
48
50
using
ScalarType
=
ConvexShape::ScalarType
;
51
53
itkNewMacro(
Self
);
54
56
itkTypeMacro(
DrawConeImageFilter
,
DrawConeImageFilter
);
57
58
protected
:
59
DrawConeImageFilter
() =
default
;
60
~
DrawConeImageFilter
()
override
=
default
;
61
62
void
63
BeforeThreadedGenerateData()
override
;
64
};
65
66
}
// end namespace rtk
67
68
#ifndef ITK_MANUAL_INSTANTIATION
69
# include "rtkDrawConeImageFilter.hxx"
70
#endif
71
72
#endif
rtk::DrawConeImageFilter
Draws a cone in a 3D image.
Definition:
rtkDrawConeImageFilter.h:38
rtk::DrawConeImageFilter::ScalarType
ConvexShape::ScalarType ScalarType
Definition:
rtkDrawConeImageFilter.h:50
itk::ProcessObject
rtk
Definition:
rtkMatlabSparseMatrix.h:24
itk::ImageSource
rtk::ConvexShape::ScalarType
double ScalarType
Definition:
rtkConvexShape.h:59
rtk::DrawEllipsoidImageFilter
Draws an ellipsoid in a 3D image.
Definition:
rtkDrawEllipsoidImageFilter.h:38
rtkDrawEllipsoidImageFilter.h
itk::SmartPointer< Self >
Generated on Tue Dec 5 2023 05:52:13 for RTK by
1.8.14