|
Slicer
5.2
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. More... | |
| void | AddPaths (vtkSegmentationConversionPaths *) |
| Add paths to the list. More... | |
| virtual const char * | GetClassName () |
| vtkSegmentationConversionPath * | GetNextPath () |
| Get the next path in the list. More... | |
| vtkSegmentationConversionPath * | GetNextPath (vtkCollectionSimpleIterator &cookie) |
| int | GetNumberOfPaths () |
| Get number of conversion paths stored in the collection. More... | |
| vtkSegmentationConversionPath * | GetPath (int index) |
| Get the index-th path the list. More... | |
| 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 88 of file vtkSegmentationConversionPath.h.
| typedef vtkCollection vtkSegmentationConversionPaths::Superclass |
Definition at line 91 of file vtkSegmentationConversionPath.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
inline |
Add a path to the list.
Definition at line 128 of file vtkSegmentationConversionPath.h.
|
inline |
Add paths to the list.
Definition at line 134 of file vtkSegmentationConversionPath.h.
|
virtual |
|
inline |
Get the next path in the list.
Definition at line 145 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 112 of file vtkSegmentationConversionPath.h.
|
inline |
Get the index-th path the list.
Definition at line 105 of file vtkSegmentationConversionPath.h.
|
virtual |
|
static |
|
static |
|
override |
|
static |
1.8.14