ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkFastMarchingImageFilterBase.h>
Fast Marching Method on Image.
The speed function can be specified as a speed image or a speed constant. The speed image is set using the method SetInput(). If the speed image is NULL, a constant speed function is used and is specified using method the SetSpeedConstant().
If the speed function is constant and of value one, fast marching results is an approximate distance function from the initial alive points.
There are two ways to specify the output image information ( LargestPossibleRegion, Spacing, Origin):
The output information is computed as follows.
If the speed image is NULL or if the OverrideOutputInformation is set to true, the output information is set from user specified parameters. These parameters can be specified using methods
Else the output information is copied from the input speed image.
Implementation of this class is based on Chapter 8 of "Level Set Methods and Fast Marching Methods", J.A. Sethian, Cambridge Press, Second edition, 1999.
TTraits | traits |
Definition at line 71 of file itkFastMarchingImageFilterBase.h.
typedef ConnectedComponentImageType::Pointer itk::FastMarchingImageFilterBase< TInput, TOutput >::ConnectedComponentImagePointer |
Definition at line 127 of file itkFastMarchingImageFilterBase.h.
typedef Image< unsigned int, ImageDimension > itk::FastMarchingImageFilterBase< TInput, TOutput >::ConnectedComponentImageType |
Definition at line 126 of file itkFastMarchingImageFilterBase.h.
typedef SmartPointer< const Self > itk::FastMarchingImageFilterBase< TInput, TOutput >::ConstPointer |
Reimplemented from itk::FastMarchingBase< TInput, TOutput >.
Reimplemented in itk::FastMarchingExtensionImageFilterBase< TInput, TOutput, TAuxValue, VAuxDimension >, and itk::FastMarchingUpwindGradientImageFilterBase< TInput, TOutput >.
Definition at line 78 of file itkFastMarchingImageFilterBase.h.
typedef Superclass::InputDomainPointer itk::FastMarchingImageFilterBase< TInput, TOutput >::InputImagePointer |
Definition at line 90 of file itkFastMarchingImageFilterBase.h.
typedef Superclass::InputDomainType itk::FastMarchingImageFilterBase< TInput, TOutput >::InputImageType |
Definition at line 86 of file itkFastMarchingImageFilterBase.h.
typedef Superclass::InputPixelType itk::FastMarchingImageFilterBase< TInput, TOutput >::InputPixelType |
Reimplemented from itk::FastMarchingBase< TInput, TOutput >.
Definition at line 91 of file itkFastMarchingImageFilterBase.h.
typedef LabelImageType::Pointer itk::FastMarchingImageFilterBase< TInput, TOutput >::LabelImagePointer |
Definition at line 123 of file itkFastMarchingImageFilterBase.h.
typedef Image< unsigned char, ImageDimension > itk::FastMarchingImageFilterBase< TInput, TOutput >::LabelImageType |
Definition at line 122 of file itkFastMarchingImageFilterBase.h.
typedef Superclass::LabelType itk::FastMarchingImageFilterBase< TInput, TOutput >::LabelType |
Reimplemented from itk::FastMarchingBase< TInput, TOutput >.
Definition at line 118 of file itkFastMarchingImageFilterBase.h.
typedef NeighborhoodIterator<LabelImageType> itk::FastMarchingImageFilterBase< TInput, TOutput >::NeighborhoodIteratorType |
Definition at line 129 of file itkFastMarchingImageFilterBase.h.
typedef NeighborhoodIteratorType::RadiusType itk::FastMarchingImageFilterBase< TInput, TOutput >::NeighborhoodRadiusType |
Definition at line 130 of file itkFastMarchingImageFilterBase.h.
typedef Traits::NodePairContainerConstIterator itk::FastMarchingImageFilterBase< TInput, TOutput >::NodePairContainerConstIterator |
Reimplemented from itk::FastMarchingBase< TInput, TOutput >.
Reimplemented in itk::FastMarchingExtensionImageFilterBase< TInput, TOutput, TAuxValue, VAuxDimension >.
Definition at line 107 of file itkFastMarchingImageFilterBase.h.
typedef Traits::NodePairContainerPointer itk::FastMarchingImageFilterBase< TInput, TOutput >::NodePairContainerPointer |
Reimplemented from itk::FastMarchingBase< TInput, TOutput >.
Reimplemented in itk::FastMarchingExtensionImageFilterBase< TInput, TOutput, TAuxValue, VAuxDimension >.
Definition at line 105 of file itkFastMarchingImageFilterBase.h.
typedef Traits::NodePairContainerType itk::FastMarchingImageFilterBase< TInput, TOutput >::NodePairContainerType |
Reimplemented from itk::FastMarchingBase< TInput, TOutput >.
Reimplemented in itk::FastMarchingExtensionImageFilterBase< TInput, TOutput, TAuxValue, VAuxDimension >.
Definition at line 104 of file itkFastMarchingImageFilterBase.h.
typedef Traits::NodePairType itk::FastMarchingImageFilterBase< TInput, TOutput >::NodePairType |
NodePairType pair of node and corresponding value
Reimplemented from itk::FastMarchingBase< TInput, TOutput >.
Reimplemented in itk::FastMarchingExtensionImageFilterBase< TInput, TOutput, TAuxValue, VAuxDimension >.
Definition at line 103 of file itkFastMarchingImageFilterBase.h.
typedef Traits::NodeType itk::FastMarchingImageFilterBase< TInput, TOutput >::NodeType |
NodeType type of node
Reimplemented from itk::FastMarchingBase< TInput, TOutput >.
Reimplemented in itk::FastMarchingExtensionImageFilterBase< TInput, TOutput, TAuxValue, VAuxDimension >, and itk::FastMarchingUpwindGradientImageFilterBase< TInput, TOutput >.
Definition at line 102 of file itkFastMarchingImageFilterBase.h.
typedef OutputImageType::DirectionType itk::FastMarchingImageFilterBase< TInput, TOutput >::OutputDirectionType |
Definition at line 100 of file itkFastMarchingImageFilterBase.h.
typedef Superclass::OutputDomainPointer itk::FastMarchingImageFilterBase< TInput, TOutput >::OutputImagePointer |
Definition at line 94 of file itkFastMarchingImageFilterBase.h.
typedef Superclass::OutputDomainType itk::FastMarchingImageFilterBase< TInput, TOutput >::OutputImageType |
Reimplemented in itk::FastMarchingExtensionImageFilterBase< TInput, TOutput, TAuxValue, VAuxDimension >, and itk::FastMarchingUpwindGradientImageFilterBase< TInput, TOutput >.
Definition at line 93 of file itkFastMarchingImageFilterBase.h.
typedef Superclass::OutputPixelType itk::FastMarchingImageFilterBase< TInput, TOutput >::OutputPixelType |
Reimplemented from itk::FastMarchingBase< TInput, TOutput >.
Reimplemented in itk::FastMarchingExtensionImageFilterBase< TInput, TOutput, TAuxValue, VAuxDimension >, and itk::FastMarchingUpwindGradientImageFilterBase< TInput, TOutput >.
Definition at line 95 of file itkFastMarchingImageFilterBase.h.
typedef OutputImageType::PointType itk::FastMarchingImageFilterBase< TInput, TOutput >::OutputPointType |
Definition at line 99 of file itkFastMarchingImageFilterBase.h.
typedef OutputImageType::RegionType itk::FastMarchingImageFilterBase< TInput, TOutput >::OutputRegionType |
Definition at line 98 of file itkFastMarchingImageFilterBase.h.
typedef OutputImageType::SizeType itk::FastMarchingImageFilterBase< TInput, TOutput >::OutputSizeType |
Definition at line 97 of file itkFastMarchingImageFilterBase.h.
typedef OutputImageType::SpacingType itk::FastMarchingImageFilterBase< TInput, TOutput >::OutputSpacingType |
Reimplemented in itk::FastMarchingUpwindGradientImageFilterBase< TInput, TOutput >.
Definition at line 96 of file itkFastMarchingImageFilterBase.h.
typedef SmartPointer< Self > itk::FastMarchingImageFilterBase< TInput, TOutput >::Pointer |
Reimplemented from itk::FastMarchingBase< TInput, TOutput >.
Reimplemented in itk::FastMarchingExtensionImageFilterBase< TInput, TOutput, TAuxValue, VAuxDimension >, and itk::FastMarchingUpwindGradientImageFilterBase< TInput, TOutput >.
Definition at line 77 of file itkFastMarchingImageFilterBase.h.
typedef FastMarchingImageFilterBase itk::FastMarchingImageFilterBase< TInput, TOutput >::Self |
Reimplemented from itk::FastMarchingBase< TInput, TOutput >.
Reimplemented in itk::FastMarchingExtensionImageFilterBase< TInput, TOutput, TAuxValue, VAuxDimension >, and itk::FastMarchingUpwindGradientImageFilterBase< TInput, TOutput >.
Definition at line 75 of file itkFastMarchingImageFilterBase.h.
typedef FastMarchingBase< TInput, TOutput > itk::FastMarchingImageFilterBase< TInput, TOutput >::Superclass |
Reimplemented from itk::FastMarchingBase< TInput, TOutput >.
Reimplemented in itk::FastMarchingExtensionImageFilterBase< TInput, TOutput, TAuxValue, VAuxDimension >, and itk::FastMarchingUpwindGradientImageFilterBase< TInput, TOutput >.
Definition at line 76 of file itkFastMarchingImageFilterBase.h.
typedef Superclass::Traits itk::FastMarchingImageFilterBase< TInput, TOutput >::Traits |
Reimplemented from itk::FastMarchingBase< TInput, TOutput >.
Reimplemented in itk::FastMarchingExtensionImageFilterBase< TInput, TOutput, TAuxValue, VAuxDimension >, and itk::FastMarchingUpwindGradientImageFilterBase< TInput, TOutput >.
Definition at line 79 of file itkFastMarchingImageFilterBase.h.
itk::FastMarchingImageFilterBase< TInput, TOutput >::FastMarchingImageFilterBase | ( | ) | [protected] |
Constructor
virtual itk::FastMarchingImageFilterBase< TInput, TOutput >::~FastMarchingImageFilterBase | ( | ) | [protected, virtual] |
Destructor
itk::FastMarchingImageFilterBase< TInput, TOutput >::FastMarchingImageFilterBase | ( | const Self & | ) | [private] |
bool itk::FastMarchingImageFilterBase< TInput, TOutput >::CheckTopology | ( | OutputImageType * | oImage, |
const NodeType & | iNode | ||
) | [protected, virtual] |
Make sure the given node does not violate any topological constraint
Implements itk::FastMarchingBase< TInput, TOutput >.
virtual::itk::LightObject::Pointer itk::FastMarchingImageFilterBase< TInput, TOutput >::CreateAnother | ( | void | ) | const |
bool itk::FastMarchingImageFilterBase< TInput, TOutput >::DoesVoxelChangeViolateStrictTopology | ( | const NodeType & | ) | const [protected] |
bool itk::FastMarchingImageFilterBase< TInput, TOutput >::DoesVoxelChangeViolateWellComposedness | ( | const NodeType & | ) | const [protected] |
virtual void itk::FastMarchingImageFilterBase< TInput, TOutput >::EnlargeOutputRequestedRegion | ( | DataObject * | output | ) | [protected, virtual] |
virtual void itk::FastMarchingImageFilterBase< TInput, TOutput >::GenerateOutputInformation | ( | ) | [protected, virtual] |
Generate the output image meta information.
Reimplemented in itk::FastMarchingExtensionImageFilterBase< TInput, TOutput, TAuxValue, VAuxDimension >.
void itk::FastMarchingImageFilterBase< TInput, TOutput >::GetInternalNodesUsed | ( | OutputImageType * | oImage, |
const NodeType & | iNode, | ||
std::vector< InternalNodeStructure > & | ioNodesUsed | ||
) | [protected] |
Find the nodes were the front will propagate given a node
virtual LabelImageType* itk::FastMarchingImageFilterBase< TInput, TOutput >::GetLabelImage | ( | ) | [virtual] |
unsigned char itk::FastMarchingImageFilterBase< TInput, TOutput >::GetLabelValueForGivenNode | ( | const NodeType & | iNode | ) | const [protected, virtual] |
Returns the label value for a given node
Implements itk::FastMarchingBase< TInput, TOutput >.
virtual const char* itk::FastMarchingImageFilterBase< TInput, TOutput >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented in itk::FastMarchingExtensionImageFilterBase< TInput, TOutput, TAuxValue, VAuxDimension >, and itk::FastMarchingUpwindGradientImageFilterBase< TInput, TOutput >.
virtual const OutputDirectionType& itk::FastMarchingImageFilterBase< TInput, TOutput >::GetOutputDirection | ( | ) | [virtual] |
The output largeset possible, spacing and origin is computed as follows. If the speed image is NULL or if the OverrideOutputInformation is true, the output information is set from user specified parameters. These parameters can be specified using methods SetOutputRegion(), SetOutputSpacing(), SetOutputDirection(), and SetOutputOrigin(). Else if the speed image is not NULL, the output information is copied from the input speed image.
virtual const OutputPointType& itk::FastMarchingImageFilterBase< TInput, TOutput >::GetOutputOrigin | ( | ) | [virtual] |
The output largeset possible, spacing and origin is computed as follows. If the speed image is NULL or if the OverrideOutputInformation is true, the output information is set from user specified parameters. These parameters can be specified using methods SetOutputRegion(), SetOutputSpacing(), SetOutputDirection(), and SetOutputOrigin(). Else if the speed image is not NULL, the output information is copied from the input speed image.
virtual const OutputRegionType& itk::FastMarchingImageFilterBase< TInput, TOutput >::GetOutputRegion | ( | ) | [virtual] |
The output largeset possible, spacing and origin is computed as follows. If the speed image is NULL or if the OverrideOutputInformation is true, the output information is set from user specified parameters. These parameters can be specified using methods SetOutputRegion(), SetOutputSpacing(), SetOutputDirection(), and SetOutputOrigin(). Else if the speed image is not NULL, the output information is copied from the input speed image.
virtual OutputSizeType itk::FastMarchingImageFilterBase< TInput, TOutput >::GetOutputSize | ( | ) | const [inline, virtual] |
The output largeset possible, spacing and origin is computed as follows. If the speed image is NULL or if the OverrideOutputInformation is true, the output information is set from user specified parameters. These parameters can be specified using methods SetOutputRegion(), SetOutputSpacing(), SetOutputDirection(), and SetOutputOrigin(). Else if the speed image is not NULL, the output information is copied from the input speed image.
Definition at line 144 of file itkFastMarchingImageFilterBase.h.
References itk::FastMarchingImageFilterBase< TInput, TOutput >::m_OutputRegion.
virtual const OutputSpacingType& itk::FastMarchingImageFilterBase< TInput, TOutput >::GetOutputSpacing | ( | ) | [virtual] |
The output largeset possible, spacing and origin is computed as follows. If the speed image is NULL or if the OverrideOutputInformation is true, the output information is set from user specified parameters. These parameters can be specified using methods SetOutputRegion(), SetOutputSpacing(), SetOutputDirection(), and SetOutputOrigin(). Else if the speed image is not NULL, the output information is copied from the input speed image.
const OutputPixelType itk::FastMarchingImageFilterBase< TInput, TOutput >::GetOutputValue | ( | OutputImageType * | oImage, |
const NodeType & | iNode | ||
) | const [protected, virtual] |
Returns the output value for a given node
Implements itk::FastMarchingBase< TInput, TOutput >.
virtual const bool& itk::FastMarchingImageFilterBase< TInput, TOutput >::GetOverrideOutputInformation | ( | ) | [virtual] |
The output largeset possible, spacing and origin is computed as follows. If the speed image is NULL or if the OverrideOutputInformation is true, the output information is set from user specified parameters. These parameters can be specified using methods SetOutputRegion(), SetOutputSpacing(), SetOutputDirection(), and SetOutputOrigin(). Else if the speed image is not NULL, the output information is copied from the input speed image.
IdentifierType itk::FastMarchingImageFilterBase< TInput, TOutput >::GetTotalNumberOfNodes | ( | ) | const [protected, virtual] |
Get the total number of nodes in the domain.
Implements itk::FastMarchingBase< TInput, TOutput >.
void itk::FastMarchingImageFilterBase< TInput, TOutput >::InitializeIndices2D | ( | ) | [protected] |
Functions and variables to check for topology changes (2D/3D only).
void itk::FastMarchingImageFilterBase< TInput, TOutput >::InitializeIndices3D | ( | ) | [protected] |
void itk::FastMarchingImageFilterBase< TInput, TOutput >::InitializeOutput | ( | OutputImageType * | oImage | ) | [protected, virtual] |
Make sure the given node does not violate any topological constraint
Implements itk::FastMarchingBase< TInput, TOutput >.
bool itk::FastMarchingImageFilterBase< TInput, TOutput >::IsChangeWellComposed2D | ( | const NodeType & | ) | const [protected] |
bool itk::FastMarchingImageFilterBase< TInput, TOutput >::IsChangeWellComposed3D | ( | const NodeType & | ) | const [protected] |
bool itk::FastMarchingImageFilterBase< TInput, TOutput >::IsCriticalC1Configuration2D | ( | const std::vector< bool > & | ) | const [protected] |
bool itk::FastMarchingImageFilterBase< TInput, TOutput >::IsCriticalC1Configuration3D | ( | const std::vector< bool > & | ) | const [protected] |
bool itk::FastMarchingImageFilterBase< TInput, TOutput >::IsCriticalC2Configuration2D | ( | const std::vector< bool > & | ) | const [protected] |
unsigned int itk::FastMarchingImageFilterBase< TInput, TOutput >::IsCriticalC2Configuration3D | ( | const std::vector< bool > & | ) | const [protected] |
bool itk::FastMarchingImageFilterBase< TInput, TOutput >::IsCriticalC3Configuration2D | ( | const std::vector< bool > & | ) | const [protected] |
bool itk::FastMarchingImageFilterBase< TInput, TOutput >::IsCriticalC4Configuration2D | ( | const std::vector< bool > & | ) | const [protected] |
static Pointer itk::FastMarchingImageFilterBase< TInput, TOutput >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented in itk::FastMarchingExtensionImageFilterBase< TInput, TOutput, TAuxValue, VAuxDimension >, and itk::FastMarchingUpwindGradientImageFilterBase< TInput, TOutput >.
void itk::FastMarchingImageFilterBase< TInput, TOutput >::operator= | ( | const Self & | ) | [private] |
virtual void itk::FastMarchingImageFilterBase< TInput, TOutput >::OverrideOutputInformationOff | ( | ) | [virtual] |
The output largeset possible, spacing and origin is computed as follows. If the speed image is NULL or if the OverrideOutputInformation is true, the output information is set from user specified parameters. These parameters can be specified using methods SetOutputRegion(), SetOutputSpacing(), SetOutputDirection(), and SetOutputOrigin(). Else if the speed image is not NULL, the output information is copied from the input speed image.
virtual void itk::FastMarchingImageFilterBase< TInput, TOutput >::OverrideOutputInformationOn | ( | ) | [virtual] |
The output largeset possible, spacing and origin is computed as follows. If the speed image is NULL or if the OverrideOutputInformation is true, the output information is set from user specified parameters. These parameters can be specified using methods SetOutputRegion(), SetOutputSpacing(), SetOutputDirection(), and SetOutputOrigin(). Else if the speed image is not NULL, the output information is copied from the input speed image.
void itk::FastMarchingImageFilterBase< TInput, TOutput >::SetLabelValueForGivenNode | ( | const NodeType & | iNode, |
const LabelType & | iLabel | ||
) | [protected, virtual] |
Set the label value for a given node
Implements itk::FastMarchingBase< TInput, TOutput >.
virtual void itk::FastMarchingImageFilterBase< TInput, TOutput >::SetOutputDirection | ( | OutputDirectionType | _arg | ) | [virtual] |
The output largeset possible, spacing and origin is computed as follows. If the speed image is NULL or if the OverrideOutputInformation is true, the output information is set from user specified parameters. These parameters can be specified using methods SetOutputRegion(), SetOutputSpacing(), SetOutputDirection(), and SetOutputOrigin(). Else if the speed image is not NULL, the output information is copied from the input speed image.
virtual void itk::FastMarchingImageFilterBase< TInput, TOutput >::SetOutputOrigin | ( | OutputPointType | _arg | ) | [virtual] |
The output largeset possible, spacing and origin is computed as follows. If the speed image is NULL or if the OverrideOutputInformation is true, the output information is set from user specified parameters. These parameters can be specified using methods SetOutputRegion(), SetOutputSpacing(), SetOutputDirection(), and SetOutputOrigin(). Else if the speed image is not NULL, the output information is copied from the input speed image.
virtual void itk::FastMarchingImageFilterBase< TInput, TOutput >::SetOutputRegion | ( | OutputRegionType | _arg | ) | [virtual] |
The output largeset possible, spacing and origin is computed as follows. If the speed image is NULL or if the OverrideOutputInformation is true, the output information is set from user specified parameters. These parameters can be specified using methods SetOutputRegion(), SetOutputSpacing(), SetOutputDirection(), and SetOutputOrigin(). Else if the speed image is not NULL, the output information is copied from the input speed image.
virtual void itk::FastMarchingImageFilterBase< TInput, TOutput >::SetOutputSize | ( | const OutputSizeType & | size | ) | [inline, virtual] |
The output largeset possible, spacing and origin is computed as follows. If the speed image is NULL or if the OverrideOutputInformation is true, the output information is set from user specified parameters. These parameters can be specified using methods SetOutputRegion(), SetOutputSpacing(), SetOutputDirection(), and SetOutputOrigin(). Else if the speed image is not NULL, the output information is copied from the input speed image.
Definition at line 142 of file itkFastMarchingImageFilterBase.h.
References itk::FastMarchingImageFilterBase< TInput, TOutput >::m_OutputRegion.
virtual void itk::FastMarchingImageFilterBase< TInput, TOutput >::SetOutputSpacing | ( | OutputSpacingType | _arg | ) | [virtual] |
The output largeset possible, spacing and origin is computed as follows. If the speed image is NULL or if the OverrideOutputInformation is true, the output information is set from user specified parameters. These parameters can be specified using methods SetOutputRegion(), SetOutputSpacing(), SetOutputDirection(), and SetOutputOrigin(). Else if the speed image is not NULL, the output information is copied from the input speed image.
void itk::FastMarchingImageFilterBase< TInput, TOutput >::SetOutputValue | ( | OutputImageType * | oDomain, |
const NodeType & | iNode, | ||
const OutputPixelType & | iValue | ||
) | [protected, virtual] |
Set the output value (front value) for a given node.
Implements itk::FastMarchingBase< TInput, TOutput >.
virtual void itk::FastMarchingImageFilterBase< TInput, TOutput >::SetOverrideOutputInformation | ( | bool | _arg | ) | [virtual] |
The output largeset possible, spacing and origin is computed as follows. If the speed image is NULL or if the OverrideOutputInformation is true, the output information is set from user specified parameters. These parameters can be specified using methods SetOutputRegion(), SetOutputSpacing(), SetOutputDirection(), and SetOutputOrigin(). Else if the speed image is not NULL, the output information is copied from the input speed image.
double itk::FastMarchingImageFilterBase< TInput, TOutput >::Solve | ( | OutputImageType * | oImage, |
const NodeType & | iNode, | ||
std::vector< InternalNodeStructure > & | ioNeighbors | ||
) | const [protected] |
Solve the quadratic equation
virtual void itk::FastMarchingImageFilterBase< TInput, TOutput >::UpdateNeighbors | ( | OutputImageType * | oImage, |
const NodeType & | iNode | ||
) | [protected, virtual] |
Update values for the neighbors of a given node
Implements itk::FastMarchingBase< TInput, TOutput >.
virtual void itk::FastMarchingImageFilterBase< TInput, TOutput >::UpdateValue | ( | OutputImageType * | oImage, |
const NodeType & | iValue | ||
) | [protected, virtual] |
Update value for a given node
Implements itk::FastMarchingBase< TInput, TOutput >.
const unsigned int itk::FastMarchingImageFilterBase< TInput, TOutput >::ImageDimension = Traits::ImageDimension [static] |
Reimplemented in itk::FastMarchingExtensionImageFilterBase< TInput, TOutput, TAuxValue, VAuxDimension >, and itk::FastMarchingUpwindGradientImageFilterBase< TInput, TOutput >.
Definition at line 120 of file itkFastMarchingImageFilterBase.h.
OutputRegionType itk::FastMarchingImageFilterBase< TInput, TOutput >::m_BufferedRegion [protected] |
Definition at line 167 of file itkFastMarchingImageFilterBase.h.
Array<unsigned char> itk::FastMarchingImageFilterBase< TInput, TOutput >::m_C1Indices[12] [protected] |
Definition at line 253 of file itkFastMarchingImageFilterBase.h.
Array<unsigned char> itk::FastMarchingImageFilterBase< TInput, TOutput >::m_C2Indices[8] [protected] |
Definition at line 254 of file itkFastMarchingImageFilterBase.h.
ConnectedComponentImagePointer itk::FastMarchingImageFilterBase< TInput, TOutput >::m_ConnectedComponentImage [protected] |
Definition at line 185 of file itkFastMarchingImageFilterBase.h.
LabelImagePointer itk::FastMarchingImageFilterBase< TInput, TOutput >::m_LabelImage [protected] |
Definition at line 184 of file itkFastMarchingImageFilterBase.h.
NodeType itk::FastMarchingImageFilterBase< TInput, TOutput >::m_LastIndex [protected] |
Definition at line 171 of file itkFastMarchingImageFilterBase.h.
OutputDirectionType itk::FastMarchingImageFilterBase< TInput, TOutput >::m_OutputDirection [protected] |
Definition at line 176 of file itkFastMarchingImageFilterBase.h.
OutputPointType itk::FastMarchingImageFilterBase< TInput, TOutput >::m_OutputOrigin [protected] |
Definition at line 174 of file itkFastMarchingImageFilterBase.h.
OutputRegionType itk::FastMarchingImageFilterBase< TInput, TOutput >::m_OutputRegion [protected] |
Definition at line 173 of file itkFastMarchingImageFilterBase.h.
Referenced by itk::FastMarchingImageFilterBase< TInput, TOutput >::GetOutputSize(), and itk::FastMarchingImageFilterBase< TInput, TOutput >::SetOutputSize().
OutputSpacingType itk::FastMarchingImageFilterBase< TInput, TOutput >::m_OutputSpacing [protected] |
Definition at line 175 of file itkFastMarchingImageFilterBase.h.
bool itk::FastMarchingImageFilterBase< TInput, TOutput >::m_OverrideOutputInformation [protected] |
Definition at line 177 of file itkFastMarchingImageFilterBase.h.
Array<unsigned char> itk::FastMarchingImageFilterBase< TInput, TOutput >::m_ReflectionIndices[2] [protected] |
Definition at line 245 of file itkFastMarchingImageFilterBase.h.
Array<unsigned char> itk::FastMarchingImageFilterBase< TInput, TOutput >::m_RotationIndices[4] [protected] |
Definition at line 244 of file itkFastMarchingImageFilterBase.h.
NodeType itk::FastMarchingImageFilterBase< TInput, TOutput >::m_StartIndex [protected] |
Definition at line 170 of file itkFastMarchingImageFilterBase.h.