#include <itkDeformableSimplexMesh3DFilter.h>
Inheritance diagram for itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >:


DeformableSimplexMesh3DFilter is a discrete three-dimensional deformable model, which can be used to deform a 3-D SimplexMesh.
The mesh deformation is constrained by internal forces. The interal force can be scaled via SetAlpha (typical values are 0.01 < alpha < 0.3). The external force is derived from the image one wants to delineate. Therefore an image of type GradientImageType needs to be set by calling SetGradientImage(...). The external forces are scaled via SetBeta (typical values are 0.01 < beta < 1). One still needs to play around with these values.
To control the smoothness of the mesh a rigidity parameter can be adjusted. Low values (1 or 0) allow areas with high curvature. Higher values (around 7 or 8) will make the mesh smoother.
By setting the gamma parameter the regularity of the mesh is controlled. Low values (< 0.03) produce more regular mesh. Higher values ( 0.3 < gamma < 0.2) will allow to move the vertices to regions of higher curvature.
This approach for segmentation follows that of Delingette et al. (1997).
This filter currently assumes that the spacing of the input image is 1.
The user has to set the number of iterations for mesh evolution.
Definition at line 72 of file itkDeformableSimplexMesh3DFilter.h.
Public Types | |
| typedef Image< unsigned char, 3 > | BinaryOutput |
| typedef InputMeshType::CellsContainer::Iterator | CellsContainerIterator |
| typedef InputMeshType::CellsContainerPointer | CellsContainerPointer |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef CovariantVector< typename VectorType::ValueType, 3 > | CovariantVectorType |
| typedef DataObject::Pointer | DataObjectPointer |
| typedef std::vector< DataObjectPointer > | DataObjectPointerArray |
| typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
| typedef GeometryMapType::Iterator | GeometryMapIterator |
| typedef GeometryMapType::Pointer | GeometryMapPointer |
| typedef InputMeshType::GeometryMapType | GeometryMapType |
| typedef GradientImageType::Pointer | GradientImagePointer |
| typedef GradientImageType::SizeType | GradientImageSizeType |
| typedef Image< GradientType, 3 > | GradientImageType |
| typedef GradientImageType::IndexType | GradientIndexType |
| typedef GradientIndexType::IndexValueType | GradientIndexValueType |
| typedef GradientImageType::PixelType | GradientPixelType |
| typedef CovariantVector< PixelType, 3 > | GradientType |
| typedef IndexSetType::iterator | IndexSetIterator |
| typedef std::set< unsigned long > | IndexSetType |
| typedef InputMeshType::Pointer | InputMeshPointer |
| typedef TInputMesh | InputMeshType |
| typedef InputMeshType::NeighborListType | InputNeighbors |
| typedef InputMeshType::NeighborListType::iterator | InputNeighborsIterator |
| typedef InputMeshType::PointsContainer | InputPointsContainer |
| typedef InputMeshType::PointsContainer::Iterator | InputPointsContainerIterator |
| typedef InputMeshType::PointsContainerPointer | InputPointsContainerPointer |
| typedef Image< float, 3 > | MagnitudeOutput |
| typedef InputMeshType::PointType | MeshPointType |
| typedef NeighborSetType::iterator | NeighborSetIterator |
| typedef std::set< unsigned long > | NeighborSetType |
| typedef OutputMeshType::Pointer | OutputMeshPointer |
| typedef TOutputMesh | OutputMeshType |
| typedef InputMeshType::PixelType | PixelType |
| typedef SmartPointer< Self > | Pointer |
| typedef InputMeshType::PointType | PointType |
| typedef DeformableSimplexMesh3DFilter | Self |
| typedef MeshToMeshFilter< TInputMesh, TOutputMesh > | Superclass |
| typedef PointType::VectorType | VectorType |
| typedef itk::MapContainer< unsigned long, std::set< unsigned long > > | VertexNeighborListType |
Public Member Functions | |
| virtual void | AbortGenerateDataOff () |
| virtual void | AbortGenerateDataOn () |
| virtual LightObject::Pointer | CreateAnother () const |
| virtual void | DebugOff () const |
| virtual void | DebugOn () const |
| virtual void | Delete () |
| virtual void | EnlargeOutputRequestedRegion (DataObject *) |
| virtual const bool & | GetAbortGenerateData () |
| virtual double | GetAlpha () |
| virtual double | GetBeta () |
| Command * | GetCommand (unsigned long tag) |
| virtual double | GetDamping () |
| virtual GeometryMapType * | GetData () |
| bool | GetDebug () const |
| virtual double | GetGamma () |
| virtual GradientImagePointer | GetGradient () |
| DataObjectPointerArray & | GetInputs () |
| const MetaDataDictionary & | GetMetaDataDictionary (void) const |
| MetaDataDictionary & | GetMetaDataDictionary (void) |
| virtual unsigned long | GetMTime () const |
| MultiThreader * | GetMultiThreader () |
| virtual const char * | GetNameOfClass () const |
| DataObjectPointerArraySizeType | GetNumberOfInputs () const |
| virtual DataObjectPointerArraySizeType | GetNumberOfValidRequiredInputs () const |
| virtual const float & | GetProgress () |
| virtual int | GetReferenceCount () const |
| virtual unsigned int | GetRigidity () |
| virtual int | GetStep () |
| bool | HasObserver (const EventObject &event) const |
| void | InvokeEvent (const EventObject &) const |
| void | InvokeEvent (const EventObject &) |
| virtual DataObjectPointer | MakeOutput (unsigned int idx) |
| virtual void | Modified () const |
| virtual void | PrepareOutputs () |
| void | Print (std::ostream &os, Indent indent=0) const |
| virtual void | PropagateRequestedRegion (DataObject *output) |
| virtual void | Register () const |
| void | RemoveAllObservers () |
| void | RemoveObserver (unsigned long tag) |
| virtual void | ResetPipeline () |
| virtual void | SetAbortGenerateData (bool _arg) |
| virtual void | SetAlpha (double _arg) |
| virtual void | SetBeta (double _arg) |
| virtual void | SetDamping (double _arg) |
| virtual void | SetData (GeometryMapType *_arg) |
| void | SetDebug (bool debugFlag) const |
| virtual void | SetGamma (double _arg) |
| virtual void | SetGradient (GradientImagePointer _arg) |
| void | SetInput (InputMeshType *input) |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| void | SetOutput (TOutputMesh *output) |
| virtual void | SetProgress (float _arg) |
| virtual void | SetReferenceCount (int) |
| virtual void | SetRigidity (unsigned int _arg) |
| virtual void | UnRegister () const |
| virtual void | Update () |
| virtual void | UpdateLargestPossibleRegion () |
| virtual void | UpdateOutputData (DataObject *output) |
| virtual void | UpdateOutputInformation () |
| void | UpdateProgress (float amount) |
| unsigned long | AddObserver (const EventObject &event, Command *) const |
| unsigned long | AddObserver (const EventObject &event, Command *) |
| virtual int | GetImageDepth () |
| virtual int | GetImageHeight () |
| virtual int | GetImageWidth () |
| InputMeshType * | GetInput (unsigned int idx) |
| InputMeshType * | GetInput (void) |
| virtual int | GetIterations () |
| virtual void | SetIterations (int _arg) |
| DataObjectPointerArraySizeType | GetNumberOfOutputs () const |
| DataObjectPointerArray & | GetOutputs () |
| virtual const int & | GetNumberOfThreads () |
| virtual void | SetNumberOfThreads (int _arg) |
| OutputMeshType * | GetOutput (unsigned int idx) |
| OutputMeshType * | GetOutput (void) |
| virtual const bool & | GetReleaseDataBeforeUpdateFlag () |
| virtual void | ReleaseDataBeforeUpdateFlagOff () |
| virtual void | ReleaseDataBeforeUpdateFlagOn () |
| virtual void | SetReleaseDataBeforeUpdateFlag (bool _arg) |
| virtual bool | GetReleaseDataFlag () const |
| void | ReleaseDataFlagOff () |
| void | ReleaseDataFlagOn () |
| virtual void | SetReleaseDataFlag (bool flag) |
| virtual void | GraftNthOutput (unsigned int idx, DataObject *output) |
| virtual void | GraftOutput (DataObject *output) |
Static Public Member Functions | |
| static void | BreakOnError () |
| static Pointer | New () |
| static bool | GetGlobalWarningDisplay () |
| static void | GlobalWarningDisplayOff () |
| static void | GlobalWarningDisplayOn () |
| static void | SetGlobalWarningDisplay (bool flag) |
Protected Member Functions | |
| virtual void | CacheInputReleaseDataFlags () |
| PointType | ComputeBarycentricCoordinates (PointType p, SimplexMeshGeometry *data) |
| virtual void | ComputeDisplacement () |
| virtual void | ComputeExternalForce (SimplexMeshGeometry *data) |
| virtual void | ComputeGeometry () |
| virtual void | ComputeInternalForce (SimplexMeshGeometry *data) |
| virtual void | ComputeOutput () |
| DeformableSimplexMesh3DFilter (const Self &) | |
| DeformableSimplexMesh3DFilter () | |
| virtual void | GenerateData () |
| void | GenerateInputRequestedRegion () |
| virtual void | GenerateOutputInformation () |
| virtual void | GenerateOutputRequestedRegion (DataObject *output) |
| virtual void | Initialize () |
| double | L_Func (double r, double d, double phi) |
| void | operator= (const Self &) |
| bool | PrintObservers (std::ostream &os, Indent indent) const |
| void | PrintSelf (std::ostream &os, Indent indent) const |
| virtual void | PropagateResetPipeline () |
| virtual void | ReleaseInputs () |
| virtual void | RestoreInputReleaseDataFlags () |
| void | SetNumberOfInputs (unsigned int num) |
| void | SetNumberOfOutputs (unsigned int num) |
| virtual void | UpdateReferenceMetrics () |
| ~DeformableSimplexMesh3DFilter () | |
| virtual void | AddInput (DataObject *input) |
| virtual const unsigned int & | GetNumberOfRequiredInputs () |
| virtual void | RemoveInput (DataObject *input) |
| virtual void | SetNthInput (unsigned int num, DataObject *input) |
| virtual void | SetNumberOfRequiredInputs (unsigned int _arg) |
| virtual void | AddOutput (DataObject *output) |
| virtual const unsigned int & | GetNumberOfRequiredOutputs () |
| virtual void | RemoveOutput (DataObject *output) |
| virtual void | SetNthOutput (unsigned int num, DataObject *output) |
| virtual void | SetNumberOfRequiredOutputs (unsigned int _arg) |
| const DataObject * | GetInput (unsigned int idx) const |
| const DataObject * | GetOutput (unsigned int idx) const |
| virtual void | PopBackInput () |
| virtual void | PopFrontInput () |
| virtual void | PushBackInput (const DataObject *input) |
| virtual void | PushFrontInput (const DataObject *input) |
| virtual void | PrintHeader (std::ostream &os, Indent indent) const |
| virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
Protected Attributes | |
| double | m_Alpha |
| double | m_Beta |
| double | m_Damping |
| GeometryMapPointer | m_Data |
| double | m_Gamma |
| GradientImagePointer | m_Gradient |
| int | m_ImageDepth |
| int | m_ImageHeight |
| int | m_ImageWidth |
| int | m_Iterations |
| TimeStamp | m_OutputInformationMTime |
| volatile int | m_ReferenceCount |
| SimpleFastMutexLock | m_ReferenceCountLock |
| unsigned int | m_Rigidity |
| int | m_Step |
| bool | m_Updating |
| typedef Image<unsigned char, 3> itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::BinaryOutput |
Definition at line 109 of file itkDeformableSimplexMesh3DFilter.h.
| typedef InputMeshType::CellsContainer::Iterator itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::CellsContainerIterator |
Definition at line 132 of file itkDeformableSimplexMesh3DFilter.h.
| typedef InputMeshType::CellsContainerPointer itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::CellsContainerPointer |
Definition at line 131 of file itkDeformableSimplexMesh3DFilter.h.
| typedef SmartPointer<const Self> itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::ConstPointer |
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Reimplemented in itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >, and itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >.
Definition at line 83 of file itkDeformableSimplexMesh3DFilter.h.
| typedef CovariantVector< typename VectorType::ValueType, 3 > itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::CovariantVectorType |
Definition at line 103 of file itkDeformableSimplexMesh3DFilter.h.
typedef DataObject::Pointer itk::MeshSource< TOutputMesh >::DataObjectPointer [inherited] |
Some convenient typedefs.
Reimplemented from itk::ProcessObject.
Reimplemented in itk::SpatialObjectToPointSetFilter< TInputSpatialObject, TOutputPointSet >.
Definition at line 56 of file itkMeshSource.h.
typedef std::vector<DataObjectPointer> itk::ProcessObject::DataObjectPointerArray [inherited] |
STL Array of SmartPointers to DataObjects
Definition at line 103 of file itkProcessObject.h.
typedef DataObjectPointerArray::size_type itk::ProcessObject::DataObjectPointerArraySizeType [inherited] |
Size type of an std::vector
Definition at line 112 of file itkProcessObject.h.
| typedef GeometryMapType::Iterator itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::GeometryMapIterator |
Definition at line 145 of file itkDeformableSimplexMesh3DFilter.h.
| typedef GeometryMapType::Pointer itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::GeometryMapPointer |
Definition at line 144 of file itkDeformableSimplexMesh3DFilter.h.
| typedef InputMeshType::GeometryMapType itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::GeometryMapType |
Definition at line 143 of file itkDeformableSimplexMesh3DFilter.h.
| typedef GradientImageType::Pointer itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::GradientImagePointer |
Definition at line 112 of file itkDeformableSimplexMesh3DFilter.h.
| typedef GradientImageType::SizeType itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::GradientImageSizeType |
Definition at line 116 of file itkDeformableSimplexMesh3DFilter.h.
| typedef Image<GradientType, 3> itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::GradientImageType |
Definition at line 108 of file itkDeformableSimplexMesh3DFilter.h.
| typedef GradientImageType::IndexType itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::GradientIndexType |
Reimplemented in itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >, and itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >.
Definition at line 113 of file itkDeformableSimplexMesh3DFilter.h.
| typedef GradientIndexType::IndexValueType itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::GradientIndexValueType |
Reimplemented in itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >, and itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >.
Definition at line 115 of file itkDeformableSimplexMesh3DFilter.h.
| typedef GradientImageType::PixelType itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::GradientPixelType |
Definition at line 114 of file itkDeformableSimplexMesh3DFilter.h.
| typedef CovariantVector<PixelType, 3> itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::GradientType |
Image and Image iterator definition.
Definition at line 107 of file itkDeformableSimplexMesh3DFilter.h.
| typedef IndexSetType::iterator itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::IndexSetIterator |
Definition at line 140 of file itkDeformableSimplexMesh3DFilter.h.
| typedef std::set<unsigned long> itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::IndexSetType |
Definition at line 138 of file itkDeformableSimplexMesh3DFilter.h.
| typedef InputMeshType::Pointer itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::InputMeshPointer |
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Reimplemented in itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >, and itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >.
Definition at line 126 of file itkDeformableSimplexMesh3DFilter.h.
| typedef TInputMesh itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::InputMeshType |
Some typedefs.
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Reimplemented in itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >, and itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >.
Definition at line 89 of file itkDeformableSimplexMesh3DFilter.h.
| typedef InputMeshType::NeighborListType itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::InputNeighbors |
Definition at line 133 of file itkDeformableSimplexMesh3DFilter.h.
| typedef InputMeshType::NeighborListType::iterator itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::InputNeighborsIterator |
Definition at line 134 of file itkDeformableSimplexMesh3DFilter.h.
| typedef InputMeshType::PointsContainer itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::InputPointsContainer |
Definition at line 96 of file itkDeformableSimplexMesh3DFilter.h.
| typedef InputMeshType::PointsContainer::Iterator itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::InputPointsContainerIterator |
Definition at line 97 of file itkDeformableSimplexMesh3DFilter.h.
| typedef InputMeshType::PointsContainerPointer itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::InputPointsContainerPointer |
Definition at line 95 of file itkDeformableSimplexMesh3DFilter.h.
| typedef Image<float, 3> itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::MagnitudeOutput |
Definition at line 110 of file itkDeformableSimplexMesh3DFilter.h.
| typedef InputMeshType::PointType itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::MeshPointType |
Definition at line 130 of file itkDeformableSimplexMesh3DFilter.h.
| typedef NeighborSetType::iterator itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::NeighborSetIterator |
Definition at line 139 of file itkDeformableSimplexMesh3DFilter.h.
| typedef std::set<unsigned long> itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::NeighborSetType |
Definition at line 137 of file itkDeformableSimplexMesh3DFilter.h.
| typedef OutputMeshType::Pointer itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::OutputMeshPointer |
Reimplemented from itk::MeshSource< TOutputMesh >.
Reimplemented in itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >, and itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >.
Definition at line 127 of file itkDeformableSimplexMesh3DFilter.h.
| typedef TOutputMesh itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::OutputMeshType |
Reimplemented from itk::MeshSource< TOutputMesh >.
Reimplemented in itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >, and itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >.
Definition at line 93 of file itkDeformableSimplexMesh3DFilter.h.
| typedef InputMeshType::PixelType itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::PixelType |
Reimplemented in itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >, and itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >.
Definition at line 104 of file itkDeformableSimplexMesh3DFilter.h.
| typedef SmartPointer<Self> itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::Pointer |
Smart pointer typedef support
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Reimplemented in itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >, and itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >.
Definition at line 82 of file itkDeformableSimplexMesh3DFilter.h.
| typedef InputMeshType::PointType itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::PointType |
Other definitions.
Reimplemented in itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >, and itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >.
Definition at line 100 of file itkDeformableSimplexMesh3DFilter.h.
| typedef DeformableSimplexMesh3DFilter itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::Self |
Standard "Self" typedef.
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Reimplemented in itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >, and itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >.
Definition at line 76 of file itkDeformableSimplexMesh3DFilter.h.
| typedef MeshToMeshFilter<TInputMesh, TOutputMesh> itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::Superclass |
Standard "Superclass" typedef.
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Reimplemented in itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >, and itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >.
Definition at line 79 of file itkDeformableSimplexMesh3DFilter.h.
| typedef PointType::VectorType itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::VectorType |
Definition at line 101 of file itkDeformableSimplexMesh3DFilter.h.
| typedef itk::MapContainer<unsigned long, std::set<unsigned long> > itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::VertexNeighborListType |
Definition at line 136 of file itkDeformableSimplexMesh3DFilter.h.
| itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::DeformableSimplexMesh3DFilter | ( | ) | [protected] |
| itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::~DeformableSimplexMesh3DFilter | ( | ) | [protected] |
| itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::DeformableSimplexMesh3DFilter | ( | const Self & | ) | [protected] |
| virtual void itk::ProcessObject::AbortGenerateDataOff | ( | ) | [virtual, inherited] |
| virtual void itk::ProcessObject::AbortGenerateDataOn | ( | ) | [virtual, inherited] |
Turn on and off the AbortGenerateData flag.
| virtual void itk::ProcessObject::AddInput | ( | DataObject * | input | ) | [protected, virtual, inherited] |
| 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::ProcessObject::AddOutput | ( | DataObject * | output | ) | [protected, 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 void itk::ProcessObject::CacheInputReleaseDataFlags | ( | ) | [protected, virtual, inherited] |
Cache the state of any ReleaseDataFlag's on the inputs. While the filter is executing, we need to set the ReleaseDataFlag's on the inputs to false in case the current filter is implemented using a mini-pipeline (which will try to release the inputs). After the filter finishes, we restore the state of the ReleaseDataFlag's before the call to ReleaseInputs().
| PointType itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::ComputeBarycentricCoordinates | ( | PointType | p, | |
| SimplexMeshGeometry * | data | |||
| ) | [protected] |
Method computes the barycentric coordinates of the passed point
| virtual void itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::ComputeDisplacement | ( | ) | [protected, virtual] |
Computes the displacement of each point. Therefore internal and external forces are computed and multiplied by the constants (alpha and beta) set by the user.
| virtual void itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::ComputeExternalForce | ( | SimplexMeshGeometry * | data | ) | [protected, virtual] |
Compute the external force component
Reimplemented in itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >, and itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >.
| virtual void itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::ComputeGeometry | ( | ) | [protected, virtual] |
Compute geometric properties like curvature and normals, which are necessary for the computation of the internal force components for each point of the mesh.
| virtual void itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::ComputeInternalForce | ( | SimplexMeshGeometry * | data | ) | [protected, virtual] |
Compute the internal force component
| virtual void itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >::ComputeOutput | ( | ) | [protected, virtual] |
At the and of the deformation the output mesh is created by creating a new mesh
| 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 |