|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
Base class for all filters with mitk::Image as input and mitk::ContourModel. More...
#include <mitkImageToContourModelFilter.h>


Public Types | |
| typedef mitk::Image | InputType |
Public Types inherited from mitk::ContourModelSource | |
| typedef ContourModel | OutputType |
| typedef OutputType::Pointer | OutputTypePointer |
Public Types inherited from mitk::BaseDataSource | |
| typedef BaseDataSource | Self |
| typedef itk::ProcessObject | Superclass |
| typedef itk::SmartPointer< Self > | Pointer |
| typedef itk::SmartPointer< const Self > | ConstPointer |
| typedef BaseData | OutputType |
| typedef itk::DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
Public Member Functions | |
| mitkClassMacro (ImageToContourModelFilter, ContourModelSource) | |
| Pointer | Clone () const |
| virtual void | SetInput (const InputType *input) |
| virtual void | SetInput (unsigned int idx, const InputType *input) |
| const InputType * | GetInput (void) |
| const InputType * | GetInput (unsigned int idx) |
| void | SetContourValue (float contourValue) |
| float | GetContourValue () |
Public Member Functions inherited from mitk::ContourModelSource | |
| mitkClassMacro (ContourModelSource, BaseDataSource) | |
| Pointer | Clone () const |
| mitkBaseDataSourceGetOutputDeclarations itk::DataObject::Pointer | MakeOutput (DataObjectPointerArraySizeType idx) override |
| itk::DataObject::Pointer | MakeOutput (const DataObjectIdentifierType &name) override |
Public Member Functions inherited from mitk::BaseDataSource | |
| virtual std::vector< std::string > | GetClassHierarchy () const |
| virtual const char * | GetClassName () const |
| OutputType * | GetOutput () |
| const OutputType * | GetOutput () const |
| OutputType * | GetOutput (DataObjectPointerArraySizeType idx) |
| const OutputType * | GetOutput (DataObjectPointerArraySizeType idx) const |
| virtual void | GraftOutput (OutputType *output) |
| Graft the specified BaseData onto this BaseDataSource's output. More... | |
| virtual void | GraftOutput (const DataObjectIdentifierType &key, OutputType *output) |
| virtual void | GraftNthOutput (unsigned int idx, OutputType *output) |
| Graft the specified base data object onto this BaseDataSource's idx'th output. More... | |
| bool | Updating () const |
| Access itk::ProcessObject::m_Updating. More... | |
Static Public Member Functions | |
| static Pointer | New () |
Static Public Member Functions inherited from mitk::ContourModelSource | |
| static Pointer | New () |
Static Public Member Functions inherited from mitk::BaseDataSource | |
| static const char * | GetStaticNameOfClass () |
Protected Member Functions | |
| ImageToContourModelFilter () | |
| ~ImageToContourModelFilter () override | |
| void | GenerateData () override |
| template<typename TPixel , unsigned int VImageDimension> | |
| void | Itk2DContourExtraction (const itk::Image< TPixel, VImageDimension > *sliceImage) |
Protected Member Functions inherited from mitk::ContourModelSource | |
| ContourModelSource () | |
| ~ContourModelSource () override | |
Protected Member Functions inherited from mitk::BaseDataSource | |
| BaseDataSource () | |
| ~BaseDataSource () override | |
Additional Inherited Members | |
Static Protected Member Functions inherited from mitk::BaseDataSource | |
| static Pointer | New () |
Base class for all filters with mitk::Image as input and mitk::ContourModel.
Definition at line 30 of file mitkImageToContourModelFilter.h.
Definition at line 35 of file mitkImageToContourModelFilter.h.
|
protected |
|
overrideprotected |
| Pointer mitk::ImageToContourModelFilter::Clone | ( | ) | const |
|
overrideprotected |
| float mitk::ImageToContourModelFilter::GetContourValue | ( | ) |
| const InputType* mitk::ImageToContourModelFilter::GetInput | ( | unsigned int | idx | ) |
| const InputType* mitk::ImageToContourModelFilter::GetInput | ( | void | ) |
|
protected |
| mitk::ImageToContourModelFilter::mitkClassMacro | ( | ImageToContourModelFilter | , |
| ContourModelSource | |||
| ) |
|
static |
| void mitk::ImageToContourModelFilter::SetContourValue | ( | float | contourValue | ) |
|
virtual |
|
virtual |