![]() |
ITK
4.12.0
Insight Segmentation and Registration Toolkit
|
#include <itkLayerBase.h>
Inheritance diagram for itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >:
Collaboration diagram for itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >:This is the itkLayerBase class.
Definition at line 38 of file itkLayerBase.h.
Public Member Functions | |
| virtual ValueType | Activation (ValueType)=0 |
| virtual void | BackwardPropagate () |
| virtual void | BackwardPropagate (InternalVectorType) |
| virtual ValueType | DActivation (ValueType)=0 |
| virtual void | ForwardPropagate () |
| virtual void | ForwardPropagate (TMeasurementVector) |
| virtual const TransferFunctionInterfaceType * | GetActivationFunction () const |
| virtual ValueType | GetInputErrorValue (unsigned int) const =0 |
| virtual ValuePointer | GetInputErrorVector ()=0 |
| virtual ValueType | GetInputValue (unsigned int) const =0 |
| virtual const WeightSetInterfaceType * | GetInputWeightSet () const |
| virtual const unsigned int & | GetLayerId () const |
| virtual LayerTypeCode | GetLayerTypeCode () const |
| virtual TransferFunctionInterfaceType * | GetModifiableActivationFunction () |
| virtual WeightSetInterfaceType * | GetModifiableInputWeightSet () |
| virtual InputFunctionInterfaceType * | GetModifiableNodeInputFunction () |
| virtual WeightSetInterfaceType * | GetModifiableOutputWeightSet () |
| virtual const char * | GetNameOfClass () const |
| virtual const InputFunctionInterfaceType * | GetNodeInputFunction () const |
| unsigned int | GetNumberOfNodes () const |
| virtual ValueType | GetOutputErrorValue (unsigned int) const =0 |
| virtual ValueType | GetOutputValue (unsigned int) const =0 |
| virtual ValuePointer | GetOutputVector ()=0 |
| virtual const WeightSetInterfaceType * | GetOutputWeightSet () const |
| virtual void | SetInputErrorValue (ValueType, unsigned int) |
| void | SetInputWeightSet (WeightSetInterfaceType *) |
| virtual void | SetLayerId (unsigned int _arg) |
| virtual void | SetLayerTypeCode (const LayerTypeCode _arg) |
| void | SetNodeInputFunction (InputFunctionInterfaceType *f) |
| virtual void | SetNumberOfNodes (unsigned int) |
| virtual void | SetOutputErrorValues (TTargetVector) |
| void | SetOutputWeightSet (WeightSetInterfaceType *) |
| void | SetTransferFunction (TransferFunctionInterfaceType *f) |
Public Member Functions inherited from itk::LightProcessObject | |
| virtual void | AbortGenerateDataOff () |
| virtual void | AbortGenerateDataOn () |
| virtual ::itk::LightObject::Pointer | CreateAnother () const |
| virtual const bool & | GetAbortGenerateData () const |
| virtual void | SetAbortGenerateData (bool _arg) |
| virtual void | UpdateOutputData () |
| void | UpdateProgress (float amount) |
| virtual void | SetProgress (float _arg) |
| virtual const float & | GetProgress () const |
Public Member Functions inherited from itk::Object | |
| unsigned long | AddObserver (const EventObject &event, Command *) |
| unsigned long | AddObserver (const EventObject &event, Command *) const |
| 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 |
| virtual const TimeStamp & | GetTimeStamp () const |
| bool | HasObserver (const EventObject &event) const |
| void | InvokeEvent (const EventObject &) |
| void | InvokeEvent (const EventObject &) const |
| virtual void | Modified () const |
| virtual void | Register () const override |
| void | RemoveAllObservers () |
| void | RemoveObserver (unsigned long tag) |
| void | SetDebug (bool debugFlag) const |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| virtual void | SetReferenceCount (int) override |
| virtual void | UnRegister () const noexceptoverride |
| virtual void | SetObjectName (std::string _arg) |
| virtual const std::string & | GetObjectName () const |
Public Member Functions inherited from itk::LightObject | |
| virtual void | Delete () |
| virtual int | GetReferenceCount () const |
| itkCloneMacro (Self) | |
| void | Print (std::ostream &os, Indent indent=0) const |
Protected Member Functions | |
| LayerBase () | |
| virtual void | PrintSelf (std::ostream &os, Indent indent) const override |
| ~LayerBase () | |
Protected Member Functions inherited from itk::LightProcessObject | |
| virtual void | GenerateData () |
| LightProcessObject () | |
| ~LightProcessObject () | |
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 () |
Protected Attributes | |
| TransferFunctionInterfaceType::Pointer | m_ActivationFunction |
| WeightSetInterfaceType::Pointer | m_InputWeightSet |
| unsigned int | m_LayerId |
| LayerTypeCode | m_LayerTypeCode |
| InputFunctionInterfaceType::Pointer | m_NodeInputFunction |
| unsigned int | m_NumberOfNodes |
| WeightSetInterfaceType::Pointer | m_OutputWeightSet |
Protected Attributes inherited from itk::LightObject | |
| AtomicInt< int > | m_ReferenceCount |
Additional Inherited Members | |
Static Public Member Functions inherited from itk::LightProcessObject | |
| static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
| static bool | GetGlobalWarningDisplay () |
| static void | GlobalWarningDisplayOff () |
| static void | GlobalWarningDisplayOn () |
| static Pointer | New () |
| static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
| static void | BreakOnError () |
| static Pointer | New () |
| typedef SmartPointer<const Self> itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::ConstPointer |
Definition at line 44 of file itkLayerBase.h.
| typedef InputFunctionBase<ValueType*, ValueType> itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::InputFunctionInterfaceType |
Definition at line 61 of file itkLayerBase.h.
| typedef TMeasurementVector itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::InputVectorType |
Definition at line 47 of file itkLayerBase.h.
| typedef Array<ValueType> itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::InternalVectorType |
Definition at line 56 of file itkLayerBase.h.
| typedef LayerBase itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::LayerInterfaceType |
Definition at line 58 of file itkLayerBase.h.
| typedef vnl_vector<ValueType> itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::NodeVectorType |
Definition at line 55 of file itkLayerBase.h.
| typedef TTargetVector itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::OutputVectorType |
Definition at line 50 of file itkLayerBase.h.
| typedef SmartPointer<Self> itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::Pointer |
Definition at line 43 of file itkLayerBase.h.
| typedef LayerBase itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::Self |
Definition at line 41 of file itkLayerBase.h.
| typedef LightProcessObject itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::Superclass |
Definition at line 42 of file itkLayerBase.h.
| typedef TransferFunctionBase<ValueType> itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::TransferFunctionInterfaceType |
Definition at line 62 of file itkLayerBase.h.
| typedef const ValueType* itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::ValueConstPointer |
Definition at line 54 of file itkLayerBase.h.
| typedef ValueType* itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::ValuePointer |
Definition at line 53 of file itkLayerBase.h.
| typedef TMeasurementVector::ValueType itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::ValueType |
Definition at line 52 of file itkLayerBase.h.
| typedef WeightSetBase<TMeasurementVector,TTargetVector> itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::WeightSetInterfaceType |
Definition at line 60 of file itkLayerBase.h.
| typedef WeightSetBase<TMeasurementVector,TTargetVector> itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::WeightSetType |
Definition at line 59 of file itkLayerBase.h.
| enum itk::Statistics::LayerBase::LayerTypeCode |
| Enumerator | |
|---|---|
| INVALIDLAYER | |
| INPUTLAYER | |
| HIDDENLAYER | |
| OUTPUTLAYER | |
Definition at line 65 of file itkLayerBase.h.
|
protected |
|
protected |
|
pure virtual |
|
inlinevirtual |
Reimplemented in itk::Statistics::RBFLayer< TMeasurementVector, TTargetVector >, and itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >.
Definition at line 77 of file itkLayerBase.h.
|
inlinevirtual |
Definition at line 78 of file itkLayerBase.h.
|
pure virtual |
|
inlinevirtual |
Reimplemented in itk::Statistics::RBFLayer< TMeasurementVector, TTargetVector >, and itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >.
Definition at line 74 of file itkLayerBase.h.
|
inlinevirtual |
Reimplemented in itk::Statistics::RBFLayer< TMeasurementVector, TTargetVector >, and itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >.
Definition at line 75 of file itkLayerBase.h.
|
virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Method for creation through the object factory.
Reimplemented from itk::LightProcessObject.
Reimplemented in itk::Statistics::RBFLayer< TMeasurementVector, TTargetVector >, and itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >.
|
virtual |
| unsigned int itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::GetNumberOfNodes | ( | ) | const |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
virtual |
|
overrideprotectedvirtual |
Method to print the object.
Reimplemented from itk::LightProcessObject.
Reimplemented in itk::Statistics::RBFLayer< TMeasurementVector, TTargetVector >, and itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >.
|
inlinevirtual |
Reimplemented in itk::Statistics::RBFLayer< TMeasurementVector, TTargetVector >, and itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >.
Definition at line 85 of file itkLayerBase.h.
| void itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::SetInputWeightSet | ( | WeightSetInterfaceType * | ) |
|
virtual |
|
virtual |
| void itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::SetNodeInputFunction | ( | InputFunctionInterfaceType * | f | ) |
|
virtual |
|
inlinevirtual |
Reimplemented in itk::Statistics::RBFLayer< TMeasurementVector, TTargetVector >, and itk::Statistics::BackPropagationLayer< TMeasurementVector, TTargetVector >.
Definition at line 81 of file itkLayerBase.h.
| void itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::SetOutputWeightSet | ( | WeightSetInterfaceType * | ) |
| void itk::Statistics::LayerBase< TMeasurementVector, TTargetVector >::SetTransferFunction | ( | TransferFunctionInterfaceType * | f | ) |
|
protected |
Definition at line 154 of file itkLayerBase.h.
|
protected |
Definition at line 151 of file itkLayerBase.h.
|
protected |
Definition at line 148 of file itkLayerBase.h.
|
protected |
Definition at line 147 of file itkLayerBase.h.
|
protected |
Definition at line 155 of file itkLayerBase.h.
|
protected |
Definition at line 149 of file itkLayerBase.h.
|
protected |
Definition at line 152 of file itkLayerBase.h.
1.8.5