|
Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
VTK implementation of. More...
#include <Modules/Loadable/Terminologies/Logic/vtkSlicerTerminologyEntry.h>


Public Types | |
| typedef vtkObject | Superclass |
Public Member Functions | |
| virtual void | Copy (vtkSlicerTerminologyEntry *aEntry) |
| Copy one entry into another. More... | |
| virtual char * | GetAnatomicContextName () |
| virtual vtkSlicerTerminologyType * | GetAnatomicRegionModifierObject () |
| virtual vtkSlicerTerminologyType * | GetAnatomicRegionObject () |
| virtual vtkSlicerTerminologyCategory * | GetCategoryObject () |
| virtual const char * | GetClassName () |
| virtual char * | GetTerminologyContextName () |
| virtual vtkSlicerTerminologyType * | GetTypeModifierObject () |
| virtual vtkSlicerTerminologyType * | GetTypeObject () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| virtual void | SetAnatomicContextName (const char *) |
| virtual void | SetTerminologyContextName (const char *) |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkSlicerTerminologyEntry * | New () |
| static vtkSlicerTerminologyEntry * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| void | operator= (const vtkSlicerTerminologyEntry &) |
| virtual void | SetAnatomicRegionModifierObject (vtkSlicerTerminologyType *) |
| virtual void | SetAnatomicRegionObject (vtkSlicerTerminologyType *) |
| virtual void | SetCategoryObject (vtkSlicerTerminologyCategory *) |
| virtual void | SetTypeModifierObject (vtkSlicerTerminologyType *) |
| virtual void | SetTypeObject (vtkSlicerTerminologyType *) |
| vtkSlicerTerminologyEntry () | |
| vtkSlicerTerminologyEntry (const vtkSlicerTerminologyEntry &) | |
| ~vtkSlicerTerminologyEntry () override | |
Protected Attributes | |
| char * | AnatomicContextName |
| Anatomic context name (AnatomicContextName in anatomy Json) - optional. More... | |
| vtkSlicerTerminologyType * | AnatomicRegionModifierObject |
| Anatomical region modifier properties. More... | |
| vtkSlicerTerminologyType * | AnatomicRegionObject |
| Anatomical region properties. More... | |
| vtkSlicerTerminologyCategory * | CategoryObject |
| Category properties. More... | |
| char * | TerminologyContextName |
| Terminology context name (SegmentationCategoryTypeContextName in terminology Json) More... | |
| vtkSlicerTerminologyType * | TypeModifierObject |
| Type modifier properties. More... | |
| vtkSlicerTerminologyType * | TypeObject |
| Type properties. More... | |
VTK implementation of.
Definition at line 36 of file vtkSlicerTerminologyEntry.h.
| typedef vtkObject vtkSlicerTerminologyEntry::Superclass |
Definition at line 40 of file vtkSlicerTerminologyEntry.h.
|
protected |
|
overrideprotected |
|
protected |
|
virtual |
Copy one entry into another.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
static |
|
static |
|
protected |
|
override |
|
static |
|
virtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
virtual |
|
protectedvirtual |
|
protectedvirtual |
|
protected |
Anatomic context name (AnatomicContextName in anatomy Json) - optional.
Definition at line 85 of file vtkSlicerTerminologyEntry.h.
|
protected |
Anatomical region modifier properties.
Definition at line 89 of file vtkSlicerTerminologyEntry.h.
|
protected |
Anatomical region properties.
Definition at line 87 of file vtkSlicerTerminologyEntry.h.
|
protected |
Category properties.
Definition at line 78 of file vtkSlicerTerminologyEntry.h.
|
protected |
Terminology context name (SegmentationCategoryTypeContextName in terminology Json)
Definition at line 76 of file vtkSlicerTerminologyEntry.h.
|
protected |
Type modifier properties.
Definition at line 82 of file vtkSlicerTerminologyEntry.h.
|
protected |
Type properties.
Definition at line 80 of file vtkSlicerTerminologyEntry.h.
1.8.14