Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Classes | Namespaces | Functions
itkLevelTracingImageFilter.h File Reference
#include "itkImage.h"
#include "itkImageToImageFilter.h"
#include "itkSimpleDataObjectDecorator.h"
#include "itkChainCodePath.h"
#include "itkLevelTracingImageFilter.txx"
Include dependency graph for itkLevelTracingImageFilter.h:

Go to the source code of this file.

Classes

struct  itk::LevelTracingImageFilter< TInputImage, TOutputImage >::Dispatch< VDimension >
 
struct  itk::LevelTracingImageFilter< TInputImage, TOutputImage >::DispatchBase
 To control overloaded versions of ComputeThreshold. More...
 
class  itk::LevelTracingImageFilter< TInputImage, TOutputImage >
 Trace a level curve/surface given a seed point on the level curve/surface. More...
 

Namespaces

 itk
 Simplified inverse ITK transforms.
 

Functions

itk::itkConceptMacro (OutputEqualityComparableCheck, *(Concept::EqualityComparable< OutputImagePixelType >))
 
itk::itkConceptMacro (InputEqualityComparableCheck, *(Concept::EqualityComparable< InputImagePixelType >))
 
itk::itkConceptMacro (SameDimensionCheck, *(Concept::SameDimension< InputImageDimension, OutputImageDimension >))
 
itk::itkConceptMacro (IntConvertibleToInputCheck, *(Concept::Convertible< int, InputImagePixelType >))
 
itk::itkConceptMacro (OutputOStreamWritableCheck, *(Concept::OStreamWritable< OutputImagePixelType >))