#include <itkDeformableMesh3DFilter.h>
Inheritance diagram for itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >:


Definition at line 51 of file itkDeformableMesh3DFilter.h.
Public Types | |
| typedef InputMeshType::CellTraits | CellTraits |
| typedef InputMeshType::CellType | CellType |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef DataObject::Pointer | DataObjectPointer |
| typedef std::vector< DataObjectPointer > | DataObjectPointerArray |
| typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
| typedef CovariantVector< double, 2 > | double2DVector |
| typedef CovariantVector< double, 3 > | double3DVector |
| typedef GradientImageType::Pointer | GradientImagePointer |
| typedef Image< GradientType, 3 > | GradientImageType |
| typedef ImageRegionIterator< GradientImageType > | GradientIterator |
| typedef CovariantVector< PixelType, 3 > | GradientType |
| typedef GradientImageType::IndexType | ImageIndexType |
| typedef GradientImageType::SizeType | ImageSizeType |
| typedef InputMeshType::CellDataContainer::Iterator | InputCellDataContainerIterator |
| typedef InputMeshType::CellDataContainerPointer | InputCellDataContainerPointer |
| typedef InputMeshType::CellsContainer::Iterator | InputCellsContainerIterator |
| typedef InputMeshType::CellsContainerPointer | InputCellsContainerPointer |
| typedef InputMeshType::Pointer | InputMeshPointer |
| typedef TInputMesh | InputMeshType |
| typedef InputMeshType::PointDataContainer::Iterator | InputPointDataContainerIterator |
| typedef InputMeshType::PointDataContainerPointer | InputPointDataContainerPointer |
| typedef InputMeshType::PointsContainer::Iterator | InputPointsContainerIterator |
| typedef InputMeshType::PointsContainerPointer | InputPointsContainerPointer |
| typedef InputMeshType::PointType | InputPointType |
| typedef CovariantVector< int, 3 > | int3DVector |
| typedef OutputMeshType::CellsContainer | OutputCellsContainer |
| typedef OutputMeshType::CellsContainerPointer | OutputCellsContainerPointer |
| typedef OutputMeshType::Pointer | OutputMeshPointer |
| typedef TOutputMesh | OutputMeshType |
| typedef OutputMeshType::PointsContainer::Iterator | OutputPointsContainerIterator |
| typedef OutputMeshType::PointsContainerPointer | OutputPointsContainerPointer |
| typedef InputMeshType::PixelType | PixelType |
| typedef SmartPointer< Self > | Pointer |
| typedef Image< unsigned char, 3 > | PotentialImageType |
| typedef ImageRegionIterator< PotentialImageType > | PotentialIterator |
| typedef DeformableMesh3DFilter | Self |
| typedef StiffnessMatrixType * | StiffnessMatrixRawPointer |
| typedef vnl_matrix_fixed< double, 4, 4 > | StiffnessMatrixType |
| typedef MeshToMeshFilter< TInputMesh, TOutputMesh > | Superclass |
| typedef itk::CellInterface< PixelType, CellTraits > | TCellInterface |
| typedef itk::TriangleCell< TCellInterface > | TriCell |
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 () |
| Command * | GetCommand (unsigned long tag) |
| bool | GetDebug () const |
| DataObjectPointerArray & | GetInputs () |
| const MetaDataDictionary & | GetMetaDataDictionary (void) const |
| MetaDataDictionary & | GetMetaDataDictionary (void) |
| virtual unsigned long | GetMTime () const |
| MultiThreader * | GetMultiThreader () |
| virtual const char * | GetNameOfClass () const |
| virtual InputMeshPointer | GetNormals () |
| DataObjectPointerArraySizeType | GetNumberOfInputs () const |
| virtual DataObjectPointerArraySizeType | GetNumberOfValidRequiredInputs () const |
| virtual const float & | GetProgress () |
| virtual int | GetReferenceCount () const |
| virtual int | GetStepThreshold () |
| virtual double2DVector | GetStiffness () |
| virtual double | GetTimeStep () |
| 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) |
| void | SetDebug (bool debugFlag) const |
| virtual void | SetGradientMagnitude (PixelType _arg) |
| void | SetInput (InputMeshType *input) |
| void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
| virtual void | SetObjectLabel (unsigned char _arg) |
| void | SetOutput (TOutputMesh *output) |
| virtual void | SetPotentialMagnitude (PixelType _arg) |
| virtual void | SetPotentialOn (unsigned short _arg) |
| virtual void | SetProgress (float _arg) |
| virtual void | SetReferenceCount (int) |
| virtual void | SetScale (double3DVector _arg) |
| virtual void | SetStepThreshold (int _arg) |
| virtual void | SetStiffness (double2DVector _arg) |
| void | SetStiffnessMatrix (StiffnessMatrixType *stiff, int i) |
| virtual void | SetTimeStep (double _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 GradientImagePointer | GetGradient () |
| virtual void | SetGradient (GradientImagePointer _arg) |
| InputMeshType * | GetInput (unsigned int idx) |
| InputMeshType * | GetInput (void) |
| 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 Types | |
| typedef int | InternalReferenceCountType |
Protected Member Functions | |
| virtual void | CacheInputReleaseDataFlags () |
| DeformableMesh3DFilter (const Self &) | |
| DeformableMesh3DFilter () | |
| virtual void | GenerateData () |
| void | GenerateInputRequestedRegion () |
| virtual void | GenerateOutputInformation () |
| virtual void | GenerateOutputRequestedRegion (DataObject *output) |
| 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) |
| ~DeformableMesh3DFilter () | |
| 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 | |
| TimeStamp | m_OutputInformationMTime |
| InternalReferenceCountType | m_ReferenceCount |
| SimpleFastMutexLock | m_ReferenceCountLock |
| bool | m_Updating |
| typedef InputMeshType::CellTraits itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::CellTraits |
Definition at line 100 of file itkDeformableMesh3DFilter.h.
| typedef InputMeshType::CellType itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::CellType |
Other definitions.
Definition at line 99 of file itkDeformableMesh3DFilter.h.
| typedef SmartPointer<const Self> itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::ConstPointer |
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 62 of file itkDeformableMesh3DFilter.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 CovariantVector<double, 2> itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::double2DVector |
Definition at line 117 of file itkDeformableMesh3DFilter.h.
| typedef CovariantVector<double, 3> itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::double3DVector |
Definition at line 118 of file itkDeformableMesh3DFilter.h.
| typedef GradientImageType::Pointer itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::GradientImagePointer |
Definition at line 123 of file itkDeformableMesh3DFilter.h.
| typedef Image<GradientType, 3> itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::GradientImageType |
Definition at line 108 of file itkDeformableMesh3DFilter.h.
| typedef ImageRegionIterator<GradientImageType> itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::GradientIterator |
Definition at line 109 of file itkDeformableMesh3DFilter.h.
| typedef CovariantVector<PixelType, 3> itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::GradientType |
Definition at line 107 of file itkDeformableMesh3DFilter.h.
| typedef GradientImageType::IndexType itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::ImageIndexType |
Definition at line 111 of file itkDeformableMesh3DFilter.h.
| typedef GradientImageType::SizeType itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::ImageSizeType |
Definition at line 110 of file itkDeformableMesh3DFilter.h.
| typedef InputMeshType::CellDataContainer::Iterator itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::InputCellDataContainerIterator |
Definition at line 88 of file itkDeformableMesh3DFilter.h.
| typedef InputMeshType::CellDataContainerPointer itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::InputCellDataContainerPointer |
Definition at line 86 of file itkDeformableMesh3DFilter.h.
| typedef InputMeshType::CellsContainer::Iterator itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::InputCellsContainerIterator |
Definition at line 84 of file itkDeformableMesh3DFilter.h.
| typedef InputMeshType::CellsContainerPointer itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::InputCellsContainerPointer |
Definition at line 82 of file itkDeformableMesh3DFilter.h.
| typedef InputMeshType::Pointer itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::InputMeshPointer |
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 121 of file itkDeformableMesh3DFilter.h.
| typedef TInputMesh itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::InputMeshType |
Some typedefs.
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 68 of file itkDeformableMesh3DFilter.h.
| typedef InputMeshType::PointDataContainer::Iterator itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::InputPointDataContainerIterator |
Definition at line 80 of file itkDeformableMesh3DFilter.h.
| typedef InputMeshType::PointDataContainerPointer itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::InputPointDataContainerPointer |
Definition at line 78 of file itkDeformableMesh3DFilter.h.
| typedef InputMeshType::PointsContainer::Iterator itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::InputPointsContainerIterator |
Definition at line 76 of file itkDeformableMesh3DFilter.h.
| typedef InputMeshType::PointsContainerPointer itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::InputPointsContainerPointer |
Definition at line 74 of file itkDeformableMesh3DFilter.h.
| typedef InputMeshType::PointType itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::InputPointType |
Definition at line 101 of file itkDeformableMesh3DFilter.h.
| typedef CovariantVector<int, 3> itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::int3DVector |
Definition at line 116 of file itkDeformableMesh3DFilter.h.
typedef int itk::LightObject::InternalReferenceCountType [protected, inherited] |
Define the type of the reference count according to the target. This allows the use of atomic operations
Definition at line 139 of file itkLightObject.h.
| typedef OutputMeshType::CellsContainer itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::OutputCellsContainer |
Definition at line 92 of file itkDeformableMesh3DFilter.h.
| typedef OutputMeshType::CellsContainerPointer itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::OutputCellsContainerPointer |
Definition at line 94 of file itkDeformableMesh3DFilter.h.
| typedef OutputMeshType::Pointer itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::OutputMeshPointer |
Reimplemented from itk::MeshSource< TOutputMesh >.
Definition at line 122 of file itkDeformableMesh3DFilter.h.
| typedef TOutputMesh itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::OutputMeshType |
Reimplemented from itk::MeshSource< TOutputMesh >.
Definition at line 72 of file itkDeformableMesh3DFilter.h.
| typedef OutputMeshType::PointsContainer::Iterator itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::OutputPointsContainerIterator |
Definition at line 96 of file itkDeformableMesh3DFilter.h.
| typedef OutputMeshType::PointsContainerPointer itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::OutputPointsContainerPointer |
Definition at line 90 of file itkDeformableMesh3DFilter.h.
| typedef InputMeshType::PixelType itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::PixelType |
Definition at line 102 of file itkDeformableMesh3DFilter.h.
| typedef SmartPointer<Self> itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::Pointer |
Smart pointer typedef support
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 61 of file itkDeformableMesh3DFilter.h.
| typedef Image<unsigned char, 3> itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::PotentialImageType |
Image and Image iterator definition.
Definition at line 105 of file itkDeformableMesh3DFilter.h.
| typedef ImageRegionIterator<PotentialImageType> itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::PotentialIterator |
Definition at line 106 of file itkDeformableMesh3DFilter.h.
| typedef DeformableMesh3DFilter itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::Self |
Standard "Self" typedef.
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 55 of file itkDeformableMesh3DFilter.h.
| typedef StiffnessMatrixType* itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::StiffnessMatrixRawPointer |
Definition at line 127 of file itkDeformableMesh3DFilter.h.
| typedef vnl_matrix_fixed<double, 4, 4> itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::StiffnessMatrixType |
Definition at line 126 of file itkDeformableMesh3DFilter.h.
| typedef MeshToMeshFilter<TInputMesh, TOutputMesh> itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::Superclass |
Standard "Superclass" typedef.
Reimplemented from itk::MeshToMeshFilter< TInputMesh, TOutputMesh >.
Definition at line 58 of file itkDeformableMesh3DFilter.h.
| typedef itk::CellInterface<PixelType, CellTraits> itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::TCellInterface |
Definition at line 113 of file itkDeformableMesh3DFilter.h.
| typedef itk::TriangleCell<TCellInterface> itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::TriCell |
Definition at line 114 of file itkDeformableMesh3DFilter.h.
| itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::DeformableMesh3DFilter | ( | ) | [protected] |
| itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::~DeformableMesh3DFilter | ( | ) | [protected] |
| itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::DeformableMesh3DFilter | ( | const Self & | ) | [inline, protected] |
Definition at line 158 of file itkDeformableMesh3DFilter.h.
| 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().
| 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::ProcessObject::EnlargeOutputRequestedRegion | ( | DataObject * | ) | [inline, virtual, inherited] |
Give the process object a chance to indictate that it will produce more output than it was requested to produce. For example, many imaging filters must compute the entire output at once or can only produce output in complete slices. Such filters cannot handle smaller requested regions. These filters must provide an implementation of this method, setting the output requested region to the size they will produce. By default, a process object does not modify the size of the output requested region.
Reimplemented in itk::CurvatureFlowImageFilter< TInputImage, TOutputImage >, itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >, itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >, itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >, itk::FFTRealToComplexConjugateImageFilter< TPixel, Dimension >, itk::ImagePCAShapeModelEstimator< TInputImage, TOutputImage >, itk::IsoContourDistanceImageFilter< TInputImage, TOutputImage >, itk::IsolatedWatershedImageFilter< TInputImage, TOutputImage >, itk::KLMRegionGrowImageFilter< TInputImage, TOutputImage >, itk::MRFImageFilter< TInputImage, TClassifiedImage >, itk::MultiResolutionPDEDeformableRegistration< TFixedImage, TMovingImage, TDeformationField, TRealType >, itk::ReinitializeLevelSetImageFilter< TLevelSet >, itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage, TBinaryPriorImage >, itk::WatershedImageFilter< TInputImage >, itk::BlackTopHatImageFilter< TInputImage, TOutputImage, TKernel >, itk::BSplineDecompositionImageFilter< TInputImage, TOutputImage >, itk::ClosingByReconstructionImageFilter< TInputImage, TOutputImage, TKernel >, itk::ConfidenceConnectedImageFilter< TInputImage, TOutputImage >, itk::ConnectedComponentImageFilter< TInputImage, TOutputImage, TMaskImage >, itk::ConnectedThresholdImageFilter< TInputImage, TOutputImage >, itk::ContourDirectedMeanDistanceImageFilter< TInputImage1, TInputImage2 >, itk::ContourMeanDistanceImageFilter< TInputImage1, TInputImage2 >, itk::DirectedHausdorffDistanceImageFilter< TInputImage1, TInputImage2 >, itk::DoubleThresholdImageFilter< TInputImage, TOutputImage >, itk::ExtractOrthogonalSwath2DImageFilter< TImage >, itk::GradientMagnitudeRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::GradientRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::GrayscaleConnectedClosingImageFilter< TInputImage, TOutputImage >, itk::GrayscaleConnectedOpeningImageFilter< TInputImage, TOutputImage >, itk::GrayscaleFillholeImageFilter< TInputImage, TOutputImage >, itk::GrayscaleGeodesicDilateImageFilter< TInputImage, TOutputImage >, itk::GrayscaleGeodesicErodeImageFilter< TInputImage, TOutputImage >, itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >, itk::GrayscaleMorphologicalClosingImageFilter< TInputImage, TOutputImage, TKernel >, itk::GrayscaleMorphologicalOpeningImageFilter< TInputImage, TOutputImage, TKernel >, itk::HausdorffDistanceImageFilter< TInputImage1, TInputImage2 >, itk::HConcaveImageFilter< TInputImage, TOutputImage >, itk::HConvexImageFilter< TInputImage, TOutputImage >, itk::HessianRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::HMaximaImageFilter< TInputImage, TOutputImage >, itk::HMinimaImageFilter< TInputImage, TOutputImage >, itk::HoughTransform2DCirclesImageFilter< TInputPixelType, TOutputPixelType >, itk::HoughTransform2DLinesImageFilter< TInputPixelType, TOutputPixelType >, itk::ImportImageFilter< TPixel, VImageDimension >, itk::IsolatedConnectedImageFilter< TInputImage, TOutputImage >, itk::LabelStatisticsImageFilter< TInputImage, TLabelImage >, itk::LaplacianRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::MinimumMaximumImageFilter< TInputImage >, itk::NeighborhoodConnectedImageFilter< TInputImage, TOutputImage >, itk::OpeningByReconstructionImageFilter< TInputImage, TOutputImage, TKernel >, itk::OrientImageFilter< TInputImage, TOutputImage >, itk::ReconstructionImageFilter< TInputImage, TOutputImage, TCompare >, itk::RecursiveSeparableImageFilter< TInputImage, TOutputImage >, itk::RegionOfInterestImageFilter< TInputImage, TOutputImage >, itk::ShrinkImageFilter< TInputImage, TOutputImage >, itk::SimilarityIndexImageFilter< TInputImage1, TInputImage2 >, itk::SmoothingRecursiveGaussianImageFilter< TInputImage, TOutputImage >, itk::StatisticsImageFilter< TInputImage >, itk::TobogganImageFilter< TInputImage >, itk::VectorConfidenceConnectedImageFilter< TInputImage, TOutputImage >, itk::WhiteTopHatImageFilter< TInputImage, TOutputImage, TKernel >, itk::ImageFileReader< TOutputImage, ConvertPixelTraits >, itk::ImageSeriesReader< TOutputImage >, itk::MorphologicalWatershedFromMarkersImageFilter< TInputImage, TLabelImage >, itk::MorphologicalWatershedImageFilter< TInputImage, TOutputImage >, itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >, itk::RegionalMinimaImageFilter< TInputImage, TOutputImage >, itk::SliceBySliceImageFilter< TInputImage, TOutputImage, TInputFilter, TOutputFilter, TInternalInputImage, TInternalOutputImage >, itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, TFunction1, TFunction2 >, itk::VoronoiSegmentationImageFilterBase< TInputImage, TOutputImage >, itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::greater< TOutputImage::PixelType > >, itk::ReconstructionImageFilter< TInputImage, TOutputImage, std::less< TOutputImage::PixelType > >, itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::greater< TInputImage::PixelType >, std::greater< TOutputImage::PixelType > >, and itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::less< TInputImage::PixelType >, std::less< TOutputImage::PixelType > >.
Definition at line 225 of file itkProcessObject.h.
| virtual void itk::DeformableMesh3DFilter< TInputMesh, TOutputMesh >::GenerateData | ( | void | ) | [protected, virtual] |
This method causes the filter to generate its output.
Reimplemented from itk::ProcessObject.
| void itk::MeshSource< TOutputMesh >::GenerateInputRequestedRegion | ( | ) | [protected, virtual, inherited] |
Requested region of Mesh is specified as i of N unstructured regions. Since all DataObjects should be able to set the requested region in unstructured form, just copy output->RequestedRegion all inputs.
Reimplemented from itk::ProcessObject.
| virtual void itk::ProcessObject::GenerateOutputI |