#include <itkCompletelyConnectedWeightSet.h>
Inheritance diagram for itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >:


Definition at line 28 of file itkCompletelyConnectedWeightSet.h.
| typedef SmartPointer<const Self> itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::ConstPointer |
Reimplemented from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >.
Definition at line 36 of file itkCompletelyConnectedWeightSet.h.
| typedef SmartPointer<Self> itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::Pointer |
Reimplemented from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >.
Definition at line 35 of file itkCompletelyConnectedWeightSet.h.
typedef MersenneTwisterRandomVariateGenerator itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::RandomVariateGeneratorType [inherited] |
Definition at line 44 of file itkWeightSetBase.h.
| typedef CompletelyConnectedWeightSet itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::Self |
Standard class typedefs.
Reimplemented from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >.
Definition at line 33 of file itkCompletelyConnectedWeightSet.h.
| typedef WeightSetBase<TMeasurementVector, TTargetVector> itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::Superclass |
Reimplemented from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >.
Definition at line 34 of file itkCompletelyConnectedWeightSet.h.
typedef const ValueType* itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::ValueConstPointer [inherited] |
Definition at line 50 of file itkWeightSetBase.h.
typedef ValueType* itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::ValuePointer [inherited] |
Definition at line 49 of file itkWeightSetBase.h.
typedef TMeasurementVector::ValueType itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::ValueType [inherited] |
Definition at line 48 of file itkWeightSetBase.h.
| itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::CompletelyConnectedWeightSet | ( | ) | [protected] |
| virtual itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::~CompletelyConnectedWeightSet | ( | ) | [inline, protected, virtual] |
Definition at line 47 of file itkCompletelyConnectedWeightSet.h.
| virtual void itk::LightProcessObject::AbortGenerateDataOff | ( | ) | [virtual, inherited] |
| virtual void itk::LightProcessObject::AbortGenerateDataOn | ( | ) | [virtual, inherited] |
Turn on and off the AbortGenerateData flag.
| unsigned long itk::Object::AddObserver | ( | const EventObject & | event, | |
| Command * | ||||
| ) | const [inherited] |
| unsigned long itk::Object::AddObserver | ( | const EventObject & | event, | |
| Command * | ||||
| ) | [inherited] |
Allow people to add/remove/invoke observers (callbacks) to any ITK object. This is an implementation of the subject/observer design pattern. An observer is added by specifying an event to respond to and an itk::Command to execute. It returns an unsigned long tag which can be used later to remove the event or retrieve the command. The memory for the Command becomes the responsibility of this object, so don't pass the same instance of a command to two different objects
| virtual void itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::BackwardPropagate | ( | ValuePointer | inputerror | ) | [virtual, inherited] |
| static void itk::LightObject::BreakOnError | ( | ) | [static, inherited] |
This method is called when itkExceptionMacro executes. It allows the debugger to break on error.
| virtual LightObject::Pointer itk::Object::CreateAnother | ( | ) | const [virtual, inherited] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::LightObject.
| virtual void itk::Object::DebugOff | ( | ) | const [virtual, inherited] |
Turn debugging output off.
| virtual void itk::Object::DebugOn | ( | ) | const [virtual, inherited] |
Turn debugging output on.
| virtual void itk::LightObject::Delete | ( | ) | [virtual, inherited] |
Delete an itk object. This method should always be used to delete an object when the new operator was used to create it. Using the C delete method will not work with reference counting.
| virtual void itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::ForwardPropagate | ( | ValuePointer | inputlayeroutputvalues | ) | [virtual, inherited] |
| virtual void itk::LightProcessObject::GenerateData | ( | void | ) | [inline, protected, virtual, inherited] |
This method causes the filter to generate its output.
Reimplemented in itk::ClassifierBase< TDataContainer >, itk::ImageClassifierBase< TInputImage, TClassifiedImage >, itk::ImageGaussianModelEstimator< TInputImage, TMembershipFunction, TTrainingImage >, itk::ImageKmeansModelEstimator< TInputImage, TMembershipFunction >, itk::ImageModelEstimatorBase< TInputImage, TMembershipFunction >, itk::LevelSetNeighborhoodExtractor< TLevelSet >, itk::Statistics::SampleClassifier< TSample >, itk::Statistics::SampleClassifierWithMask< TSample, TMaskSample >, itk::ClassifierBase< TInputImage >, and itk::ClassifierBase< TSample >.
Definition at line 123 of file itkLightProcessObject.h.
| virtual const bool& itk::LightProcessObject::GetAbortGenerateData | ( | ) | [virtual, inherited] |
Get the AbortGenerateData flag for the process object. Process objects may handle premature termination of execution in different ways.
| virtual const ValueType& itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetBias | ( | ) | [virtual, inherited] |
| Command* itk::Object::GetCommand | ( | unsigned long | tag | ) | [inherited] |
Get the command associated with the given tag. NOTE: This returns a pointer to a Command, but it is safe to asign this to a Command::Pointer. Since Command inherits from LightObject, at this point in the code, only a pointer or a reference to the Command can be used.
| bool itk::Object::GetDebug | ( | ) | const [inherited] |
Get the value of the debug flag.
| ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetDeltaBValues | ( | ) | [inherited] |
| ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetDeltaValues | ( | ) | [inherited] |
| ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetDWValues | ( | ) | [inherited] |
| virtual bool itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetFirstPass | ( | ) | const [virtual, inherited] |
| static bool itk::Object::GetGlobalWarningDisplay | ( | ) | [static, inherited] |
| virtual unsigned int itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetInputLayerId | ( | ) | const [virtual, inherited] |
| virtual ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetInputValues | ( | ) | [virtual, inherited] |
| const MetaDataDictionary& itk::Object::GetMetaDataDictionary | ( | void | ) | const [inherited] |
| MetaDataDictionary& itk::Object::GetMetaDataDictionary | ( | void | ) | [inherited] |
| virtual const ValueType& itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetMomentum | ( | ) | [virtual, inherited] |
| virtual unsigned long itk::Object::GetMTime | ( | ) | const [virtual, inherited] |
Return this objects modified time.
Reimplemented in itk::ImageRegistrationMethod< TFixedImage, TMovingImage >, itk::ImageToSpatialObjectRegistrationMethod< TFixedImage, TMovingSpatialObject >, itk::MultiResolutionImageRegistrationMethod< TFixedImage, TMovingImage >, itk::PointSetToImageRegistrationMethod< TFixedPointSet, TMovingImage >, itk::PointSetToPointSetRegistrationMethod< TFixedPointSet, TMovingPointSet >, itk::DeformationFieldSource< TOutputImage >, itk::InverseDeformationFieldImageFilter< TInputImage, TOutputImage >, itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::VectorResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::BoundingBox< TPointIdentifier, VPointDimension, TCoordRep, TPointsContainer >, itk::ImageAdaptor< TImage, TAccessor >, itk::ResampleImageFilter< TInputImage, TOutputImage, TInterpolatorPrecisionType >, itk::ImageSpatialObject< TDimension, TPixelType >, itk::MeshSpatialObject< TMesh >, itk::SceneSpatialObject< TSpaceDimension >, itk::SpatialObject< TDimension >, itk::ImageAdaptor< TImage, itk::Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::AbsPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::ComplexToPhasePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::ExpPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::AddPixelAccessor< TImage::PixelType > >, itk::ImageAdaptor< itk::VectorImage< TPixelType, Dimension >, itk::Accessor::VectorImageToImagePixelAccessor< TPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >, itk::ImageAdaptor< TImage, itk::PixelAccessor< TInternalType, TExternalType > >, itk::ImageAdaptor< TImage, itk::Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::AcosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::ComplexToModulusPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::ExpNegativePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, itk::Accessor::TanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::ComplexToRealPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::RGBToLuminancePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::SinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageSpatialObject< TDimension, unsigned char >, itk::SpatialObject< 3 >, and itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >.
Referenced by itk::SpatialObject< ::itk::GetMeshDimension< TMesh >::PointDimension >::GetObjectMTime().
| virtual const char* itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >.
| unsigned int itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetNumberOfInputNodes | ( | ) | const [inherited] |
| unsigned int itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetNumberOfOutputNodes | ( | ) | const [inherited] |
| virtual unsigned int itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetOutputLayerId | ( | ) | const [virtual, inherited] |
| virtual ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetOutputValues | ( | ) | [virtual, inherited] |
| ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetPrev_m_2DeltaValues | ( | ) | [inherited] |
| ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetPrev_m_2DWValues | ( | ) | [inherited] |
| ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetPrevDBValues | ( | ) | [inherited] |
| ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetPrevDeltaBValues | ( | ) | [inherited] |
| ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetPrevDeltaValues | ( | ) | [inherited] |
| ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetPrevDWValues | ( | ) | [inherited] |
| virtual const float& itk::LightProcessObject::GetProgress | ( | ) | [virtual, inherited] |
Get the execution progress of a process object. The progress is a floating number between (0,1), 0 meaning no progress; 1 meaning the filter has completed execution.
| virtual int itk::LightObject::GetReferenceCount | ( | ) | const [inline, virtual, inherited] |
Gets the reference count on this object.
Definition at line 98 of file itkLightObject.h.
| virtual bool itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetSecondPass | ( | ) | const [virtual, inherited] |
| ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetTotalDeltaBValues | ( | ) | [inherited] |
| ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetTotalDeltaValues | ( | ) | [inherited] |
| virtual unsigned int itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetWeightSetId | ( | ) | const [virtual, inherited] |
| ValueConstPointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetWeightValues | ( | ) | const [inherited] |
| ValuePointer itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::GetWeightValues | ( | ) | [inherited] |
| static void itk::Object::GlobalWarningDisplayOff | ( | ) | [inline, static, inherited] |
| static void itk::Object::GlobalWarningDisplayOn | ( | ) | [inline, static, inherited] |
| bool itk::Object::HasObserver | ( | const EventObject & | event | ) | const [inherited] |
Return true if an observer is registered for this event.
| void itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::Initialize | ( | ) | [inherited] |
| void itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >::InitializeWeights | ( | ) | [inherited] |
| void itk::Object::InvokeEvent | ( | const EventObject & | ) | const [inherited] |
Call Execute on all the Commands observing this event id. The actions triggered by this call doesn't modify this object.
| void itk::Object::InvokeEvent | ( | const EventObject & | ) | [inherited] |
Call Execute on all the Commands observing this event id.
| virtual void itk::Object::Modified | ( | ) | const [virtual, inherited] |
Update the modification time for this object. Many filters rely on the modification time to determine if they need to recompute their data.
Reimplemented in itk::NormalizeImageFilter< TInputImage, TOutputImage >, itk::ImageAdaptor< TImage, TAccessor >, itk::ImageAdaptor< TImage, itk::Accessor::AsinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::AbsPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::LogPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::ComplexToPhasePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::Log10PixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::ExpPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::AddPixelAccessor< TImage::PixelType > >, itk::ImageAdaptor< itk::VectorImage< TPixelType, Dimension >, itk::Accessor::VectorImageToImagePixelAccessor< TPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::RGBToVectorPixelAccessor< TImage::PixelType::ComponentType > >, itk::ImageAdaptor< TImage, itk::PixelAccessor< TInternalType, TExternalType > >, itk::ImageAdaptor< TImage, itk::Accessor::SqrtPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::AcosPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::ComplexToModulusPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::ExpNegativePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::VectorToRGBPixelAccessor< TImage::PixelType::ValueType > >, itk::ImageAdaptor< TImage, itk::Accessor::TanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::ComplexToRealPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::RGBToLuminancePixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::AtanPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::SinPixelAccessor< TImage::PixelType, TOutputPixelType > >, itk::ImageAdaptor< TImage, itk::Accessor::ComplexToImaginaryPixelAccessor< TImage::PixelType, TOutputPixelType > >, and itk::ImageAdaptor< TImage, itk::Accessor::CosPixelAccessor< TImage::PixelType, TOutputPixelType > >.
Referenced by itk::NarrowBandImageFilterBase< TInputImage, itk::Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::InsertNarrowBandNode(), itk::MatrixOffsetTransformBase< TScalarType, 3, 3 >::SetCenter(), itk::HistogramAlgorithmBase< TInputHistogram >::SetInputHistogram(), itk::MatrixOffsetTransformBase< TScalarType, 3, 3 >::SetMatrix(), itk::NarrowBandImageFilterBase< TInputImage, itk::Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::SetNarrowBand(), itk::NarrowBandImageFilterBase< TInputImage, itk::Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::SetNarrowBandInnerRadius(), itk::NarrowBandImageFilterBase< TInputImage, itk::Image< TOutputPixelType,::itk::GetImageDimension< TInputImage >::ImageDimension > >::SetNarrowBandTotalRadius(), itk::MatrixOffsetTransformBase< TScalarType, 3, 3 >::SetOffset(), itk::ThresholdLabelerImageFilter< TInputImage, TOutputImage >::SetRealThresholds(), itk::CollidingFrontsImageFilter< TInputImage, TOutputImage >::SetSeedPoints1(), itk::CollidingFrontsImageFilter< TInputImage, TOutputImage >::SetSeedPoints2(), itk::NonUniformBSpline< TDimension >::SetSplineOrder(), itk::ThresholdLabelerImageFilter< TInputImage, TOutputImage >::SetThresholds(), itk::Statistics::GoodnessOfFitFunctionBase< TInputHistogram >::SetTotalObservedScale(), and itk::MatrixOffsetTransformBase< TScalarType, 3, 3 >::SetTranslation().
| static Pointer itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::LightProcessObject.
| void itk::LightObject::Print | ( | std::ostream & | os, | |
| Indent | indent = 0 | |||
| ) | const [inherited] |
Cause the object to print itself out.
Referenced by itk::WeakPointer< itk::ProcessObject >::Print().
| virtual void itk::LightObject::PrintHeader | ( | std::ostream & | os, | |
| Indent | indent | |||
| ) | const [protected, virtual, inherited] |