ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkCompletelyConnectedWeightSet.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef CompletelyConnectedWeightSet | Self |
typedef WeightSetBase < TMeasurementVector, TTargetVector > | Superclass |
Public Types inherited from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector > | |
typedef MersenneTwisterRandomVariateGenerator | RandomVariateGeneratorType |
typedef const ValueType * | ValueConstPointer |
typedef ValueType * | ValuePointer |
typedef TMeasurementVector::ValueType | ValueType |
Public Types inherited from itk::LightProcessObject | |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
CompletelyConnectedWeightSet () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual | ~CompletelyConnectedWeightSet () |
Protected Member Functions inherited from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector > | |
WeightSetBase () | |
~WeightSetBase () | |
Protected Member Functions inherited from itk::LightProcessObject | |
LightProcessObject () | |
~LightProcessObject () | |
virtual void | GenerateData () |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
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 () |
This is the itkCompletelyConnectedWeightSet class.
Definition at line 34 of file itkCompletelyConnectedWeightSet.h.
typedef SmartPointer<const Self> itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::ConstPointer |
Reimplemented from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >.
Definition at line 42 of file itkCompletelyConnectedWeightSet.h.
typedef SmartPointer<Self> itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::Pointer |
Reimplemented from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >.
Definition at line 41 of file itkCompletelyConnectedWeightSet.h.
typedef CompletelyConnectedWeightSet itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::Self |
Standard class typedefs.
Reimplemented from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >.
Definition at line 39 of file itkCompletelyConnectedWeightSet.h.
typedef WeightSetBase<TMeasurementVector, TTargetVector> itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::Superclass |
Reimplemented from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >.
Definition at line 40 of file itkCompletelyConnectedWeightSet.h.
|
protected |
|
inlineprotectedvirtual |
Definition at line 53 of file itkCompletelyConnectedWeightSet.h.
|
virtual |
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::LightProcessObject.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::LightProcessObject.
|
protectedvirtual |
Method to print the object.
Reimplemented from itk::Statistics::WeightSetBase< TMeasurementVector, TTargetVector >.
void itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::SetCompleteConnectivity | ( | ) |
void itk::Statistics::CompletelyConnectedWeightSet< TMeasurementVector, TTargetVector >::SetRandomConnectivity | ( | int | [][MAX_SIZE] | ) |