Slicer
4.11
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Wrapper class around itk::LevelTracingImageFilterImageFilter. More...
#include <Libs/vtkITK/vtkITKLevelTracing3DImageFilter.h>
Public Types | |
typedef vtkImageAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual void | GetSeed (int [3]) |
virtual void | GetSeed (int &, int &, int &) |
virtual int * | GetSeed () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) override |
virtual void | SetSeed (int, int, int) |
Methods to set/get seeds. Seeds are specified in IJK (not XYZ). More... | |
virtual void | SetSeed (int [3]) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkITKLevelTracing3DImageFilter * | New () |
static vtkITKLevelTracing3DImageFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
int | FillInputPortInformation (int port, vtkInformation *info) override |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override |
int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override |
vtkITKLevelTracing3DImageFilter () | |
~vtkITKLevelTracing3DImageFilter () override | |
Protected Attributes | |
int | Seed [3] |
Wrapper class around itk::LevelTracingImageFilterImageFilter.
itk::LevelTracingImageFilter LevelTracingImageFilter traces a level curve (or surface) from a seed point. The pixels on this level curve "boundary" are labeled as 1. Does nothing if seed is in uniform area.
This filter is specialized to volumes. If you are interested in contouring other types of data, use the general vtkContourFilter. If you want to contour an image (i.e., a volume slice), use vtkMarchingSquares.
Definition at line 19 of file vtkITKLevelTracing3DImageFilter.h.
typedef vtkImageAlgorithm vtkITKLevelTracing3DImageFilter::Superclass |
Definition at line 23 of file vtkITKLevelTracing3DImageFilter.h.
|
protected |
|
overrideprotected |
|
overrideprotected |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
static |
|
override |
|
overrideprotected |
|
overrideprotected |
|
static |
|
virtual |
Methods to set/get seeds. Seeds are specified in IJK (not XYZ).
|
virtual |
|
protected |
Definition at line 38 of file vtkITKLevelTracing3DImageFilter.h.