template<unsigned int NDimension>
class itk::FastMarchingSegmentationModule< NDimension >
Class applies a fast marching segmentation method.
Takes as input a landmark spatial object and a feature image and produces as output a segmentation of the output level set. Threshold this at 0 and you will get the zero set.
Definition at line 38 of file itkFastMarchingSegmentationModule.h.
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef Image
< FeaturePixelType, NDimension > | FeatureImageType |
|
typedef float | FeaturePixelType |
|
typedef ImageSpatialObject
< NDimension, FeaturePixelType > | FeatureSpatialObjectType |
|
typedef LandmarkSpatialObject
< NDimension > | InputSpatialObjectType |
|
typedef Image< OutputPixelType,
NDimension > | OutputImageType |
|
typedef float | OutputPixelType |
|
typedef ImageSpatialObject
< NDimension, OutputPixelType > | OutputSpatialObjectType |
|
typedef SmartPointer< Self > | Pointer |
|
typedef
FastMarchingSegmentationModule | Self |
|
typedef
Superclass::SpatialObjectPointer | SpatialObjectPointer |
|
typedef
Superclass::SpatialObjectType | SpatialObjectType |
|
typedef
SinglePhaseLevelSetSegmentationModule
< NDimension > | Superclass |
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef Image
< FeaturePixelType, NDimension > | FeatureImageType |
|
typedef float | FeaturePixelType |
|
typedef ImageSpatialObject
< NDimension, FeaturePixelType > | FeatureSpatialObjectType |
|
typedef Image< InputPixelType,
NDimension > | InputImageType |
|
typedef float | InputPixelType |
|
typedef ImageSpatialObject
< NDimension, InputPixelType > | InputSpatialObjectType |
|
typedef Image< OutputPixelType,
NDimension > | OutputImageType |
|
typedef float | OutputPixelType |
|
typedef ImageSpatialObject
< NDimension, OutputPixelType > | OutputSpatialObjectType |
|
typedef SmartPointer< Self > | Pointer |
|
typedef
SinglePhaseLevelSetSegmentationModule | Self |
|
typedef
Superclass::SpatialObjectPointer | SpatialObjectPointer |
|
typedef
Superclass::SpatialObjectType | SpatialObjectType |
|
typedef SegmentationModule
< NDimension > | Superclass |
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef SmartPointer< Self > | Pointer |
|
typedef SegmentationModule | Self |
|
typedef SpatialObjectType::Pointer | SpatialObjectPointer |
|
typedef SpatialObject< NDimension > | SpatialObjectType |
|
typedef ProcessObject | Superclass |
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef
DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
|
typedef DataObject::Pointer | DataObjectPointer |
|
typedef std::vector
< DataObjectPointer > | DataObjectPointerArray |
|
typedef
DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
|
typedef std::vector
< DataObjectIdentifierType > | NameArray |
|
typedef SmartPointer< Self > | Pointer |
|
typedef ProcessObject | Self |
|
typedef Object | Superclass |
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef SmartPointer< Self > | Pointer |
|
typedef Object | Self |
|
typedef LightObject | Superclass |
|
typedef SmartPointer< const Self > | ConstPointer |
|
typedef SmartPointer< Self > | Pointer |
|
typedef LightObject | Self |
|
|
| FastMarchingSegmentationModule () |
|
void | GenerateData () |
|
const InputSpatialObjectType * | GetInternalInputLandmarks () const |
|
void | PrintSelf (std::ostream &os, Indent indent) const |
|
virtual | ~FastMarchingSegmentationModule () |
|
void | GenerateData () |
|
const FeatureImageType * | GetInternalFeatureImage () const |
|
const InputImageType * | GetInternalInputImage () const |
|
void | PackOutputImageInOutputSpatialObject (OutputImageType *outputImage) |
|
void | PrintSelf (std::ostream &os, Indent indent) const |
|
| SinglePhaseLevelSetSegmentationModule () |
|
virtual | ~SinglePhaseLevelSetSegmentationModule () |
|
SpatialObjectType * | GetInternalOutput () |
|
| SegmentationModule () |
|
virtual | ~SegmentationModule () |
|
virtual void | AddInput (DataObject *input) |
|
virtual void | AddOutput (DataObject *output) |
|
bool | AddRequiredInputName (const DataObjectIdentifierType &) |
|
bool | AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx) |
|
virtual void | CacheInputReleaseDataFlags () |
|
virtual void | GenerateInputRequestedRegion () |
|
virtual void | GenerateOutputInformation () |
|
virtual void | GenerateOutputRequestedRegion (DataObject *output) |
|
DataObject * | GetInput (const DataObjectIdentifierType &key) |
|
const DataObject * | GetInput (const DataObjectIdentifierType &key) const |
|
virtual const
DataObjectPointerArraySizeType & | GetNumberOfRequiredInputs () const |
|
virtual const
DataObjectPointerArraySizeType & | GetNumberOfRequiredOutputs () const |
|
bool | IsIndexedInputName (const DataObjectIdentifierType &) const |
|
bool | IsIndexedOutputName (const DataObjectIdentifierType &) const |
|
bool | IsRequiredInputName (const DataObjectIdentifierType &) const |
|
| itkLegacyMacro (virtual void RemoveOutput(DataObject *output)) |
|
| itkLegacyMacro (void SetNumberOfOutputs(DataObjectPointerArraySizeType num)) |
|
| itkLegacyMacro (virtual void RemoveInput(DataObject *input)) |
|
| itkLegacyMacro (void SetNumberOfInputs(DataObjectPointerArraySizeType num)) |
|
DataObjectPointerArraySizeType | MakeIndexFromInputName (const DataObjectIdentifierType &name) const |
|
DataObjectPointerArraySizeType | MakeIndexFromOutputName (const DataObjectIdentifierType &name) const |
|
DataObjectIdentifierType | MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const |
|
DataObjectIdentifierType | MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const |
|
virtual void | PopBackInput () |
|
virtual void | PopFrontInput () |
|
| ProcessObject () |
|
virtual void | PropagateResetPipeline () |
|
virtual void | PushBackInput (const DataObject *input) |
|
virtual void | PushFrontInput (const DataObject *input) |
|
virtual void | ReleaseInputs () |
|
virtual void | RemoveInput (const DataObjectIdentifierType &key) |
|
virtual void | RemoveInput (DataObjectPointerArraySizeType) |
|
virtual void | RemoveOutput (const DataObjectIdentifierType &key) |
|
virtual void | RemoveOutput (DataObjectPointerArraySizeType idx) |
|
bool | RemoveRequiredInputName (const DataObjectIdentifierType &) |
|
virtual void | RestoreInputReleaseDataFlags () |
|
virtual void | SetInput (const DataObjectIdentifierType &key, DataObject *input) |
|
virtual void | SetNthInput (DataObjectPointerArraySizeType num, DataObject *input) |
|
virtual void | SetNthOutput (DataObjectPointerArraySizeType num, DataObject *output) |
|
void | SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num) |
|
void | SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num) |
|
virtual void | SetNumberOfRequiredInputs (DataObjectPointerArraySizeType) |
|
virtual void | SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg) |
|
virtual void | SetOutput (const DataObjectIdentifierType &key, DataObject *output) |
|
virtual void | SetPrimaryInput (DataObject *input) |
|
virtual void | SetPrimaryOutput (DataObject *output) |
|
void | SetRequiredInputNames (const NameArray &) |
|
virtual void | VerifyInputInformation () |
|
virtual void | VerifyPreconditions () |
|
| ~ProcessObject () |
|
DataObject * | GetInput (DataObjectPointerArraySizeType idx) |
|
const DataObject * | GetInput (DataObjectPointerArraySizeType idx) const |
|
DataObject * | GetPrimaryInput () |
|
const DataObject * | GetPrimaryInput () const |
|
virtual void | SetPrimaryInputName (const DataObjectIdentifierType &key) |
|
virtual const char * | GetPrimaryInputName (void) const |
|
DataObject * | GetOutput (const DataObjectIdentifierType &key) |
|
const DataObject * | GetOutput (const DataObjectIdentifierType &key) const |
|
virtual void | SetPrimaryOutputName (const DataObjectIdentifierType &key) |
|
virtual const char * | GetPrimaryOutputName (void) const |
|
DataObject * | GetOutput (DataObjectPointerArraySizeType idx) |
|
const DataObject * | GetOutput (DataObjectPointerArraySizeType idx) const |
|
DataObject * | GetPrimaryOutput () |
|
const DataObject * | GetPrimaryOutput () const |
|
| Object () |
|
bool | PrintObservers (std::ostream &os, Indent indent) const |
|
virtual void | SetTimeStamp (const TimeStamp &time) |
|
virtual | ~Object () |
|
virtual LightObject::Pointer | InternalClone () const |
|
| LightObject () |
|
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
|
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
|
virtual | ~LightObject () |
|