|
Slicer 5.9
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Store multiple segmentation conversion paths. More...
#include <Libs/vtkSegmentationCore/vtkSegmentationConversionPath.h>


Public Types | |
| typedef vtkCollection | Superclass |
Public Member Functions | |
| void | AddPath (vtkSegmentationConversionPath *) |
| Add a path to the list. | |
| void | AddPaths (vtkSegmentationConversionPaths *) |
| Add paths to the list. | |
| virtual const char * | GetClassName () |
| vtkSegmentationConversionPath * | GetNextPath () |
| Get the next path in the list. | |
| vtkSegmentationConversionPath * | GetNextPath (vtkCollectionSimpleIterator &cookie) |
| int | GetNumberOfPaths () |
| Get number of conversion paths stored in the collection. | |
| vtkSegmentationConversionPath * | GetPath (int index) |
| Get the index-th path the list. | |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkSegmentationConversionPaths * | New () |
| static vtkSegmentationConversionPaths * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkSegmentationConversionPaths ()=default | |
| ~vtkSegmentationConversionPaths () override=default | |
Store multiple segmentation conversion paths.
Stores multiple conversion paths, each defined by a list of segmentation conversion rules.
Definition at line 84 of file vtkSegmentationConversionPath.h.
| typedef vtkCollection vtkSegmentationConversionPaths::Superclass |
Definition at line 87 of file vtkSegmentationConversionPath.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
inline |
Add a path to the list.
Definition at line 124 of file vtkSegmentationConversionPath.h.
|
inline |
Add paths to the list.
Definition at line 130 of file vtkSegmentationConversionPath.h.
|
virtual |
|
inline |
Get the next path in the list.
Definition at line 141 of file vtkSegmentationConversionPath.h.
| vtkSegmentationConversionPath * vtkSegmentationConversionPaths::GetNextPath | ( | vtkCollectionSimpleIterator & | cookie | ) |
Reentrant safe way to get an object in a collection. Just pass the same cookie back and forth.
|
inline |
Get number of conversion paths stored in the collection.
Definition at line 108 of file vtkSegmentationConversionPath.h.
|
inline |
Get the index-th path the list.
Definition at line 101 of file vtkSegmentationConversionPath.h.
|
virtual |
|
static |
|
static |
|
override |
|
static |