template<typename TInputMesh, typename TOutputMesh>
class itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >
Additional to its superclass this model adds an balloon force component to the internal forces.
The balloon force can be scaled, by setting the parameter kappa.
- Author
- Thomas Boettger. Division Medical and Biological Informatics, German Cancer Research Center, Heidelberg.
Definition at line 52 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.
|
| virtual void | ComputeExternalForce (SimplexMeshGeometry *data, const GradientImageType *gradientImage) override |
| |
| | DeformableSimplexMesh3DBalloonForceFilter () |
| |
| | DeformableSimplexMesh3DBalloonForceFilter (const Self &) |
| |
| void | operator= (const Self &) |
| |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| |
| | ~DeformableSimplexMesh3DBalloonForceFilter () |
| |
| PointType | ComputeBarycentricCoordinates (PointType p, SimplexMeshGeometry *data) |
| |
| virtual void | ComputeDisplacement () |
| |
| virtual void | ComputeExternalForce (SimplexMeshGeometry *data, const GradientImageType *gradient) |
| |
| virtual void | ComputeGeometry () |
| |
| virtual void | ComputeInternalForce (SimplexMeshGeometry *data) |
| |
| virtual void | ComputeOutput () |
| |
| | DeformableSimplexMesh3DFilter () |
| |
| | DeformableSimplexMesh3DFilter (const Self &) |
| |
| virtual void | GenerateData () override |
| |
| virtual void | Initialize () |
| |
| double | L_Func (double r, double d, double phi) |
| |
| void | operator= (const Self &) |
| |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
| |
| virtual void | UpdateReferenceMetrics () |
| |
| | ~DeformableSimplexMesh3DFilter () |
| |
| void | CopyInputMeshToOutputMeshCellData () |
| |
| void | CopyInputMeshToOutputMeshCellLinks () |
| |
| void | CopyInputMeshToOutputMeshCells () |
| |
| void | CopyInputMeshToOutputMeshPointData () |
| |
| void | CopyInputMeshToOutputMeshPoints () |
| |
| | MeshToMeshFilter () |
| |
| | ~MeshToMeshFilter () |
| |
| virtual void | GenerateInputRequestedRegion () override |
| |
| | MeshSource () |
| |
| virtual | ~MeshSource () |
| |
| 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 | 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 () |
| |