 |
ITK
5.4.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkPointSetToImageFilter_h
19 #define itkPointSetToImageFilter_h
34 template <
typename TInputPo
intSet,
typename TOutputImage>
48 using ValueType =
typename OutputImageType::ValueType;
57 using typename Superclass::OutputImageRegionType;
65 static constexpr
unsigned int InputPointSetDimension = InputPointSetType::PointDimension;
66 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
74 using Superclass::SetInput;
85 GetInput(
unsigned int idx);
93 SetSpacing(
const double * v);
97 SetSpacing(
const float * v);
118 SetOrigin(
const double * v);
122 SetOrigin(
const float * v);
128 itkGetConstReferenceMacro(Origin,
PointType);
137 itkGetConstMacro(InsideValue,
ValueType);
147 itkGetConstMacro(OutsideValue,
ValueType);
163 GenerateData()
override;
177 PrintSelf(std::ostream & os,
Indent indent)
const override;
181 #ifndef ITK_MANUAL_INSTANTIATION
182 # include "itkPointSetToImageFilter.hxx"
SmartPointer< Self > Pointer
typename TOutputImage::SizeType SizeType
SmartPointer< const Self > ConstPointer
typename TOutputImage::PointType PointType
ImageBaseType::DirectionType DirectionType
typename OutputImageType::Pointer OutputImagePointer
Base class for filters that take a PointSet as input and produce an image as output....
Represent a n-dimensional size (bounds) of a n-dimensional image.
ImageBaseType::PointType PointType
typename TOutputImage::SpacingType SpacingType
ImageBaseType::SizeType SizeType
Control indentation during Print() invocation.
typename TOutputImage::DirectionType DirectionType
Base class for all process objects that output image data.
typename InputPointSetType::ConstPointer InputPointSetConstPointer
typename OutputImageType::ValueType ValueType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename InputPointSetType::Pointer InputPointSetPointer
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
TInputPointSet InputPointSetType
void GenerateOutputInformation() override
TOutputImage OutputImageType