Class ChangeLabelImageFilter
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.ChangeLabelImageFilter
Change Sets of Labels.
This filter produces an output image whose pixels are either copied
from the input if they are not being changed or are rewritten based on
the change parameters
This filter is templated over the input image type and the output
image type.
The filter expect both images to have the same number of dimensions.
Tim Kelliher. GE Research, Niskayuna, NY.
This work was supported by a grant from DARPA, executed by the U.S.
Army Medical Research and Materiel Command/TATRC Assistance Agreement,
Contract::W81XWH-05-2-0059.
See:
 itk::simple::ChangeLabel for the procedural interface
 itk::ChangeLabelImageFilter for the Doxygen on the original ITK class.
C++ includes: sitkChangeLabelImageFilter.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::ChangeLabelImageFilter::ChangeLabelImageFilter() Default Constructor that takes no arguments and initializes default parametersprotectedChangeLabelImageFilter(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::ChangeLabelImageFilter::~ChangeLabelImageFilter() DestructorImage itk::simple::ChangeLabelImageFilter::Execute(Image &&image1) Execute the filter on the input imageprotected voidfinalize()std::map<double,double> itk::simple::ChangeLabelImageFilter::GetChangeMap() constprotected static longgetName()std::string itk::simple::ChangeLabelImageFilter::GetName() const Name of this classvoidsetChangeMap(DoubleDoubleMap ChangeMap) Self& itk::simple::ChangeLabelImageFilter::SetChangeMap(std::map< double, double > ChangeMap) Set the entire change mapprotected static longtoString()std::string itk::simple::ChangeLabelImageFilter::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFiltergetCPtr, swigReleaseMethods inherited from class org.itk.simple.ProcessObjectabort, addCommand, debugOff, debugOn, getCPtr, getDebug, getGlobalDefaultCoordinateTolerance, getGlobalDefaultDebug, getGlobalDefaultDirectionTolerance, getGlobalDefaultNumberOfThreads, getGlobalDefaultThreader, getGlobalWarningDisplay, getNumberOfThreads, getNumberOfWorkUnits, getProgress, globalDefaultDebugOff, globalDefaultDebugOn, globalWarningDisplayOff, globalWarningDisplayOn, hasCommand, removeAllCommands, setDebug, setGlobalDefaultCoordinateTolerance, setGlobalDefaultDebug, setGlobalDefaultDirectionTolerance, setGlobalDefaultNumberOfThreads, setGlobalDefaultThreader, setGlobalWarningDisplay, setNumberOfThreads, setNumberOfWorkUnits, swigRelease
- 
Constructor Details- 
ChangeLabelImageFilterprotected ChangeLabelImageFilter(long cPtr, boolean cMemoryOwn) 
- 
ChangeLabelImageFilterpublic ChangeLabelImageFilter()itk::simple::ChangeLabelImageFilter::ChangeLabelImageFilter() Default Constructor that takes no arguments and initializes default parameters
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalizeprotected void finalize()- Overrides:
- finalizein class- ImageFilter
 
- 
deletepublic void delete()virtual itk::simple::ChangeLabelImageFilter::~ChangeLabelImageFilter() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setChangeMapSelf& itk::simple::ChangeLabelImageFilter::SetChangeMap(std::map< double, double > ChangeMap) Set the entire change map
- 
getChangeMapstd::map<double,double> itk::simple::ChangeLabelImageFilter::GetChangeMap() const
- 
getNamestd::string itk::simple::ChangeLabelImageFilter::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::ChangeLabelImageFilter::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
execute
 
-