template<typename TInputImage, typename TFeatureImage, typename TOutputImage, typename TFunction = ScalarChanAndVeseLevelSetFunction<TInputImage, TFeatureImage>, class TSharedData = typename TFunction::SharedDataType>
class itk::ScalarChanAndVeseDenseLevelSetImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction, TSharedData >
Dense implementation of the Chan and Vese multiphase level set image filter.
This code was adapted from the paper:
"An active contour model without edges"
T. Chan and L. Vese.
In Scale-Space Theories in Computer Vision, pages 141-151, 1999.
- Author
- Mosaliganti K., Smith B., Gelas A., Gouaillard A., Megason S.
This code was taken from the Insight Journal paper:
"Cell Tracking using Coupled Active Surfaces for Nuclei and Membranes"
https://www.insight-journal.org/browse/publication/642
That is based on the papers:
"Level Set Segmentation: Active Contours without edge"
https://www.insight-journal.org/browse/publication/322
and
"Level set segmentation using coupled active surfaces"
https://www.insight-journal.org/browse/publication/323
Definition at line 60 of file itkScalarChanAndVeseDenseLevelSetImageFilter.h.
|
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | FeatureImagePointer = typename FeatureImageType::Pointer |
| |
| using | FeatureImageType = TFeatureImage |
| |
| using | FeatureIndexType = typename FeatureImageType::IndexType |
| |
| using | FeatureIndexValueType = typename FeatureIndexType::IndexValueType |
| |
| using | FeaturePixelType = typename FeatureImageType::PixelType |
| |
| using | FeatureRegionType = typename FeatureImageType::RegionType |
| |
| using | FunctionPointer = typename FunctionType::Pointer |
| |
| using | FunctionType = TFunction |
| |
| using | IndexType = typename OutputImageType::IndexType |
| |
| using | InputSpacingType = typename InputImageType::SpacingType |
| |
| using | OutputImageType = TOutputImage |
| |
| using | OutputPixelType = typename OutputImageType::PixelType |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | ROIFilterPointer = typename ROIFilterType::Pointer |
| |
| using | ROIFilterType = RegionOfInterestImageFilter< FeatureImageType, FeatureImageType > |
| |
| using | Self = ScalarChanAndVeseDenseLevelSetImageFilter |
| |
| using | SharedDataPointer = typename SharedDataType::Pointer |
| |
| using | SharedDataType = TSharedData |
| |
| using | Superclass = MultiphaseDenseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, TFunction > |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | FaceCalculatorType = NeighborhoodAlgorithm::ImageBoundaryFacesCalculator< InputImageType > |
| |
| using | FaceListType = typename FaceCalculatorType::FaceListType |
| |
| using | MaurerPointer = typename MaurerType::Pointer |
| |
| using | MaurerType = SignedMaurerDistanceMapImageFilter< InputImageType, InputImageType > |
| |
| using | NeighborhoodIteratorType = typename FiniteDifferenceFunctionType::NeighborhoodType |
| |
| using | OutputPixelType = typename OutputImageType::PixelType |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = MultiphaseDenseFiniteDifferenceImageFilter |
| |
| using | SizeValueType = typename Superclass::OutputSizeValueType |
| |
| using | Superclass = MultiphaseFiniteDifferenceImageFilter< TInputImage, TFeatureImage, TOutputImage, ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage >, unsigned int > |
| |
| using | ThresholdFilterPointer = typename ThresholdFilterType::Pointer |
| |
| using | ThresholdFilterType = BinaryThresholdImageFilter< InputImageType, InputImageType > |
| |
| using | ValueType = typename InputImageType::ValueType |
| |
| using | CentroidVectorType = Vector< float, Self::ImageDimension > |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | FeatureImagePointer = typename FeatureImageType::Pointer |
| |
| using | FeatureImageType = TFeatureImage |
| |
| using | FeaturePixelType = typename FeatureImageType::PixelType |
| |
| using | FeaturePointType = typename FeatureImageType::PointType |
| |
| using | FeatureRegionType = typename FeatureImageType::RegionType |
| |
| using | FeatureSizeType = typename FeatureImageType::SizeType |
| |
| using | FeatureSpacingType = typename FeatureImageType::SpacingType |
| |
| using | FiniteDifferenceFunctionPointer = typename FiniteDifferenceFunctionType::Pointer |
| |
| using | FiniteDifferenceFunctionType = ScalarChanAndVeseLevelSetFunction< TInputImage, TFeatureImage > |
| |
| using | IdCellType = unsigned int |
| |
| using | InputCoordRepType = typename InputPointType::CoordRepType |
| |
| using | InputImagePointer = typename InputImageType::Pointer |
| |
| using | InputImageType = TInputImage |
| |
| using | InputIndexType = typename InputImageType::IndexType |
| |
| using | InputIndexValueType = typename InputIndexType::IndexValueType |
| |
| using | InputOffsetValueType = typename InputImageType::OffsetValueType |
| |
| using | InputPixelType = typename InputImageType::PixelType |
| |
| using | InputPointType = typename InputImageType::PointType |
| |
| using | InputRegionType = typename InputImageType::RegionType |
| |
| using | InputSizeType = typename InputImageType::SizeType |
| |
| using | InputSizeValueType = typename InputSizeType::SizeValueType |
| |
| using | InputSpacingType = typename InputImageType::SpacingType |
| |
| using | KdTreeGeneratorPointer = typename KdTreeGeneratorType::Pointer |
| |
| using | KdTreeGeneratorType = Statistics::KdTreeGenerator< SampleType > |
| |
| using | KdTreePointer = typename KdTreeType::Pointer |
| |
| using | KdTreeType = typename KdTreeGeneratorType::KdTreeType |
| |
| using | OutputImagePointer = typename OutputImageType::Pointer |
| |
| using | OutputImageType = TOutputImage |
| |
| using | OutputIndexType = typename OutputImageType::IndexType |
| |
| using | OutputIndexValueType = typename OutputImageType::IndexValueType |
| |
| using | OutputPixelType = typename OutputImageType::PixelType |
| |
| using | OutputRegionType = typename OutputImageType::RegionType |
| |
| using | OutputSizeType = typename OutputImageType::SizeType |
| |
| using | OutputSizeValueType = typename OutputImageType::SizeValueType |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | RadiusType = typename FiniteDifferenceFunctionType::RadiusType |
| |
| using | SampleType = Statistics::ListSample< CentroidVectorType > |
| |
| using | Self = MultiphaseFiniteDifferenceImageFilter |
| |
| using | Superclass = InPlaceImageFilter< TFeatureImage, TOutputImage > |
| |
| using | TimeStepType = typename FiniteDifferenceFunctionType::TimeStepType |
| |
| using | TimeStepVectorType = typename std::vector< TimeStepType > |
| |
| using | VectorIdCellType = std::vector< IdCellType > |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | InputImageConstPointer = typename InputImageType::ConstPointer |
| |
| using | InputImagePixelType = typename InputImageType::PixelType |
| |
| using | InputImagePointer = typename InputImageType::Pointer |
| |
| using | InputImageRegionType = typename InputImageType::RegionType |
| |
| using | InputImageType = TFeatureImage |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = InPlaceImageFilter |
| |
| using | Superclass = ImageToImageFilter< TFeatureImage, TOutputImage > |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | InputImageConstPointer = typename InputImageType::ConstPointer |
| |
| using | InputImagePixelType = typename InputImageType::PixelType |
| |
| using | InputImagePointer = typename InputImageType::Pointer |
| |
| using | InputImageRegionType = typename InputImageType::RegionType |
| |
| using | InputImageType = TFeatureImage |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = ImageToImageFilter |
| |
| using | Superclass = ImageSource< TOutputImage > |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | DataObjectIdentifierType = Superclass::DataObjectIdentifierType |
| |
| using | DataObjectPointer = DataObject::Pointer |
| |
| using | DataObjectPointerArraySizeType = Superclass::DataObjectPointerArraySizeType |
| |
| using | OutputImagePixelType = typename OutputImageType::PixelType |
| |
| using | OutputImagePointer = typename OutputImageType::Pointer |
| |
| using | OutputImageRegionType = typename OutputImageType::RegionType |
| |
| using | OutputImageType = TOutputImage |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = ImageSource |
| |
| using | Superclass = ProcessObject |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | DataObjectIdentifierType = DataObject::DataObjectIdentifierType |
| |
| using | DataObjectPointer = DataObject::Pointer |
| |
| using | DataObjectPointerArray = std::vector< DataObjectPointer > |
| |
| using | DataObjectPointerArraySizeType = DataObjectPointerArray::size_type |
| |
| using | MultiThreaderType = MultiThreaderBase |
| |
| using | NameArray = std::vector< DataObjectIdentifierType > |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = ProcessObject |
| |
| using | Superclass = Object |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = Object |
| |
| using | Superclass = LightObject |
| |
| using | ConstPointer = SmartPointer< const Self > |
| |
| using | Pointer = SmartPointer< Self > |
| |
| using | Self = LightObject |
| |
|
| const char * | GetNameOfClass () const override |
| |
| virtual void | SetFeatureImage (const FeatureImagePointer f) |
| |
| const char * | GetNameOfClass () const override |
| |
| virtual unsigned int | GetReinitializeCounter () |
| |
| void | SetFunctionCount (const IdCellType &n) |
| |
| virtual void | SetReinitializeCounter (unsigned int _arg) |
| |
| virtual const unsigned int & | GetElapsedIterations () const |
| |
| InputImagePointer | GetLevelSet (const IdCellType &i) |
| |
| const char * | GetNameOfClass () const override |
| |
| virtual void | SetElapsedIterations (unsigned int _arg) |
| |
| void | SetFunctionCount (const IdCellType &n) |
| |
| void | SetKdTree (KdTreeType *kdtree) |
| |
| void | SetLevelSet (const IdCellType &i, const InputImageType *levelSet) |
| |
| void | SetLookup (VectorIdCellType lookup) |
| |
| virtual const FiniteDifferenceFunctionPointer | GetDifferenceFunction (const IdCellType &functionIndex) const |
| |
| virtual void | SetDifferenceFunction (const IdCellType &functionIndex, FiniteDifferenceFunctionPointer function) |
| |
| virtual void | SetNumberOfIterations (unsigned int _arg) |
| |
| virtual const unsigned int & | GetNumberOfIterations () const |
| |
| virtual void | SetUseImageSpacing (bool _arg) |
| |
| virtual void | UseImageSpacingOn () |
| |
| virtual const bool & | GetUseImageSpacing () const |
| |
| virtual void | SetMaximumRMSError (double _arg) |
| |
| virtual const double & | GetMaximumRMSError () const |
| |
| virtual void | SetRMSChange (double _arg) |
| |
| virtual const double & | GetRMSChange () const |
| |
| virtual void | SetInitializedState (bool _arg) |
| |
| virtual const bool & | GetInitializedState () const |
| |
| virtual void | InitializedStateOn () |
| |
| virtual void | SetManualReinitialization (bool _arg) |
| |
| virtual const bool & | GetManualReinitialization () const |
| |
| virtual void | ManualReinitializationOn () |
| |
| virtual bool | CanRunInPlace () const |
| |
| const char * | GetNameOfClass () const override |
| |
| virtual void | SetInPlace (bool _arg) |
| |
| virtual bool | GetInPlace () const |
| |
| virtual void | InPlaceOn () |
| |
| const InputImageType * | GetInput () const |
| |
| const InputImageType * | GetInput (unsigned int idx) const |
| |
| const char * | GetNameOfClass () const override |
| |
| void | PopBackInput () override |
| |
| void | PopFrontInput () override |
| |
| virtual void | PushBackInput (const InputImageType *input) |
| |
| virtual void | PushFrontInput (const InputImageType *input) |
| |
| virtual void | SetInput (const DataObjectIdentifierType &key, DataObject *input) |
| |
| virtual void | SetInput (const InputImageType *input) |
| |
| virtual void | SetInput (unsigned int, const TFeatureImage *image) |
| |
| virtual void | SetCoordinateTolerance (double _arg) |
| |
| virtual double | GetCoordinateTolerance () const |
| |
| virtual void | SetDirectionTolerance (double _arg) |
| |
| virtual double | GetDirectionTolerance () const |
| |
| const char * | GetNameOfClass () const override |
| |
| OutputImageType * | GetOutput (unsigned int idx) |
| |
| OutputImageType * | GetOutput () |
| |
| const OutputImageType * | GetOutput () const |
| |
| virtual void | GraftOutput (DataObject *graft) |
| |
| virtual void | GraftOutput (const DataObjectIdentifierType &key, DataObject *graft) |
| |
| virtual void | GraftNthOutput (unsigned int idx, DataObject *graft) |
| |
| ProcessObject::DataObjectPointer | MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx) override |
| |
| ProcessObject::DataObjectPointer | MakeOutput (const ProcessObject::DataObjectIdentifierType &) override |
| |
| virtual void | AbortGenerateDataOn () |
| |
| virtual void | EnlargeOutputRequestedRegion (DataObject *) |
| |
| virtual const bool & | GetAbortGenerateData () const |
| |
| DataObjectPointerArray | GetIndexedInputs () |
| |
| DataObjectPointerArray | GetIndexedOutputs () |
| |
| NameArray | GetInputNames () const |
| |
| DataObjectPointerArray | GetInputs () |
| |
| MultiThreaderType * | GetMultiThreader () const |
| |
| const char * | GetNameOfClass () const override |
| |
| DataObjectPointerArraySizeType | GetNumberOfIndexedInputs () const |
| |
| DataObjectPointerArraySizeType | GetNumberOfIndexedOutputs () const |
| |
| DataObjectPointerArraySizeType | GetNumberOfInputs () const |
| |
| DataObjectPointerArraySizeType | GetNumberOfOutputs () const |
| |
| virtual DataObjectPointerArraySizeType | GetNumberOfValidRequiredInputs () const |
| |
| NameArray | GetOutputNames () const |
| |
| DataObjectPointerArray | GetOutputs () |
| |
| virtual float | GetProgress () const |
| |
| NameArray | GetRequiredInputNames () const |
| |
| bool | HasInput (const DataObjectIdentifierType &key) const |
| |
| bool | HasOutput (const DataObjectIdentifierType &key) const |
| |
| void | IncrementProgress (float increment) |
| |
| virtual DataObjectPointer | MakeOutput (const DataObjectIdentifierType &) |
| |
| virtual DataObjectPointer | MakeOutput (DataObjectPointerArraySizeType idx) |
| |
| virtual void | PrepareOutputs () |
| |
| virtual void | PropagateRequestedRegion (DataObject *output) |
| |
| virtual void | ResetPipeline () |
| |
| virtual void | SetAbortGenerateData (bool _arg) |
| |
| void | SetMultiThreader (MultiThreaderType *threader) |
| |
| virtual void | Update () |
| |
| virtual void | UpdateLargestPossibleRegion () |
| |
| virtual void | UpdateOutputData (DataObject *output) |
| |
| virtual void | UpdateOutputInformation () |
| |
| void | UpdateProgress (float progress) |
| |
| virtual void | SetReleaseDataFlag (bool val) |
| |
| virtual bool | GetReleaseDataFlag () const |
| |
| void | ReleaseDataFlagOn () |
| |
| void | ReleaseDataFlagOff () |
| |
| virtual void | SetReleaseDataBeforeUpdateFlag (bool _arg) |
| |
| virtual const bool & | GetReleaseDataBeforeUpdateFlag () const |
| |
| virtual void | ReleaseDataBeforeUpdateFlagOn () |
| |
| virtual void | SetNumberOfWorkUnits (ThreadIdType _arg) |
| |
| virtual const ThreadIdType & | GetNumberOfWorkUnits () const |
| |
| unsigned long | AddObserver (const EventObject &event, Command *) |
| |
| unsigned long | AddObserver (const EventObject &event, Command *) const |
| |
| unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
| |
| LightObject::Pointer | CreateAnother () const override |
| |
| virtual void | DebugOff () const |
| |
| virtual void | DebugOn () const |
| |
| Command * | GetCommand (unsigned long tag) |
| |
| bool | GetDebug () const |
| |
| MetaDataDictionary & | GetMetaDataDictionary () |
| |
| const MetaDataDictionary & | GetMetaDataDictionary () const |
| |
| virtual ModifiedTimeType | GetMTime () const |
| |
| const char * | GetNameOfClass () const override |
| |
| virtual const TimeStamp & | GetTimeStamp () const |
| |
| bool | HasObserver (const EventObject &event) const |
| |
| void | InvokeEvent (const EventObject &) |
| |
| void | InvokeEvent (const EventObject &) const |
| |
| virtual void | Modified () const |
| |
| void | Register () const override |
| |
| void | RemoveAllObservers () |
| |
| void | RemoveObserver (unsigned long tag) |
| |
| void | SetDebug (bool debugFlag) const |
| |
| void | SetReferenceCount (int) override |
| |
| void | UnRegister () const noexcept override |
| |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| |
| void | SetMetaDataDictionary (MetaDataDictionary &&rrhs) |
| |
| virtual void | SetObjectName (std::string _arg) |
| |
| virtual const std::string & | GetObjectName () const |
| |
| Pointer | Clone () const |
| |
| virtual Pointer | CreateAnother () const |
| |
| virtual void | Delete () |
| |
| virtual const char * | GetNameOfClass () const |
| |
| virtual int | GetReferenceCount () const |
| |
| void | Print (std::ostream &os, Indent indent=0) const |
| |
| virtual void | Register () const |
| |
| virtual void | SetReferenceCount (int) |
| |
| virtual void | UnRegister () const noexcept |
| |
|
| void | Initialize () override |
| |
| void | InitializeIteration () override |
| |
| | ScalarChanAndVeseDenseLevelSetImageFilter () |
| |
| | ~ScalarChanAndVeseDenseLevelSetImageFilter () override=default |
| |
| void | ApplyUpdate (TimeStepType dt) override |
| |
| void | CopyInputToOutput () override |
| |
| | MultiphaseDenseFiniteDifferenceImageFilter () |
| |
| void | PostProcessOutput () override |
| |
| void | PrintSelf (std::ostream &, Indent indent) const override |
| |
| | ~MultiphaseDenseFiniteDifferenceImageFilter () override=default |
| |
| virtual void | AllocateUpdateBuffer ()=0 |
| |
| virtual void | ApplyUpdate (TimeStepType dt)=0 |
| |
| virtual TimeStepType | CalculateChange ()=0 |
| |
| virtual void | CopyInputToOutput ()=0 |
| |
| void | GenerateData () override |
| |
| void | GenerateInputRequestedRegion () override |
| |
| virtual bool | Halt () |
| |
| virtual void | Initialize () |
| |
| | MultiphaseFiniteDifferenceImageFilter () |
| |
| virtual void | PostProcessOutput () |
| |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| |
| TimeStepType | ResolveTimeStep (const TimeStepVectorType &timeStepList, const std::vector< uint8_t > &valid) |
| |
| virtual bool | ThreadedHalt (void *) |
| |
| | ~MultiphaseFiniteDifferenceImageFilter () override=default |
| |
| virtual bool | GetRunningInPlace () const |
| |
| | InPlaceImageFilter ()=default |
| |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| |
| void | ReleaseInputs () override |
| |
| | ~InPlaceImageFilter () override=default |
| |
| void | AllocateOutputs () override |
| |
| virtual void | CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion) |
| |
| virtual void | CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion) |
| |
| void | GenerateInputRequestedRegion () override |
| |
| | ImageToImageFilter () |
| |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| |
| void | VerifyInputInformation () ITKv5_CONST override |
| |
| | ~ImageToImageFilter () override=default |
| |
| virtual void | PushBackInput (const DataObject *input) |
| |
| virtual void | PushFrontInput (const DataObject *input) |
| |
| virtual void | AfterThreadedGenerateData () |
| |
| virtual void | AllocateOutputs () |
| |
| virtual void | BeforeThreadedGenerateData () |
| |
| void | ClassicMultiThread (ThreadFunctionType callbackFunction) |
| |
| void | GenerateData () override |
| |
| virtual const ImageRegionSplitterBase * | GetImageRegionSplitter () const |
| |
| | ImageSource () |
| |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| |
| virtual unsigned int | SplitRequestedRegion (unsigned int i, unsigned int pieces, OutputImageRegionType &splitRegion) |
| |
| | ~ImageSource () override=default |
| |
| virtual void | ThreadedGenerateData (const OutputImageRegionType ®ion, ThreadIdType threadId) |
| |
| virtual void | DynamicThreadedGenerateData (const OutputImageRegionType &outputRegionForThread) |
| |
| virtual bool | GetDynamicMultiThreading () const |
| |
| virtual void | SetDynamicMultiThreading (bool _arg) |
| |
| virtual void | DynamicMultiThreadingOn () |
| |
| virtual void | AddInput (DataObject *input) |
| |
| void | AddOptionalInputName (const DataObjectIdentifierType &) |
| |
| void | AddOptionalInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx) |
| |
| virtual void | AddOutput (DataObject *output) |
| |
| bool | AddRequiredInputName (const DataObjectIdentifierType &) |
| |
| bool | AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx) |
| |
| virtual void | CacheInputReleaseDataFlags () |
| |
| virtual void | GenerateData () |
| |
| 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 |
| |
| 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 () |
| |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| |
| | 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 idx, DataObject *input) |
| |
| virtual void | SetNthOutput (DataObjectPointerArraySizeType idx, DataObject *output) |
| |
| void | SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num) |
| |
| void | SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num) |
| |
| virtual void | SetNumberOfRequiredInputs (DataObjectPointerArraySizeType) |
| |
| virtual void | SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg) |
| |
| virtual void | SetOutput (const DataObjectIdentifierType &name, DataObject *output) |
| |
| virtual void | SetPrimaryInput (DataObject *object) |
| |
| virtual void | SetPrimaryOutput (DataObject *object) |
| |
| void | SetRequiredInputNames (const NameArray &) |
| |
| virtual void | VerifyInputInformation () ITKv5_CONST |
| |
| virtual void | VerifyPreconditions () ITKv5_CONST |
| |
| | ~ProcessObject () override |
| |
| 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 () const |
| |
| DataObject * | GetOutput (const DataObjectIdentifierType &key) |
| |
| const DataObject * | GetOutput (const DataObjectIdentifierType &key) const |
| |
| virtual void | SetPrimaryOutputName (const DataObjectIdentifierType &key) |
| |
| virtual const char * | GetPrimaryOutputName () const |
| |
| DataObject * | GetOutput (DataObjectPointerArraySizeType i) |
| |
| const DataObject * | GetOutput (DataObjectPointerArraySizeType i) const |
| |
| DataObject * | GetPrimaryOutput () |
| |
| const DataObject * | GetPrimaryOutput () const |
| |
| virtual bool | GetThreaderUpdateProgress () const |
| |
| virtual void | ThreaderUpdateProgressOn () |
| |
| virtual void | SetThreaderUpdateProgress (bool arg) |
| |
| | Object () |
| |
| bool | PrintObservers (std::ostream &os, Indent indent) const |
| |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| |
| virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
| |
| | ~Object () override |
| |
| virtual LightObject::Pointer | InternalClone () const |
| |
| | LightObject () |
| |
| virtual void | PrintHeader (std::ostream &os, Indent indent) const |
| |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const |
| |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
| |
| virtual | ~LightObject () |
| |