|
std::vector< std::string > | FindColorFiles (const std::vector< std::string > &directories) |
|
void | operator= (const vtkSlicerColorLogic &) |
|
| vtkSlicerColorLogic () |
|
| vtkSlicerColorLogic (const vtkSlicerColorLogic &) |
|
| ~vtkSlicerColorLogic () |
|
void | AddDefaultFileNode (int i) |
|
void | AddDefaultFileNodes () |
|
void | AddDefaultProceduralNodes () |
|
void | AddDefaultTableNode (int i) |
|
void | AddDefaultTableNodes () |
|
void | AddDGEMRICNode (int type) |
|
void | AddDGEMRICNodes () |
|
void | AddFreeSurferFileNode (vtkMRMLFreeSurferProceduralColorNode *basicFSNode) |
|
void | AddFreeSurferNode (int type) |
|
void | AddFreeSurferNodes () |
|
void | AddLabelsNode () |
|
void | AddPETNode (int type) |
|
void | AddPETNodes () |
|
void | AddUserFileNode (int i) |
|
void | AddUserFileNodes () |
|
vtkMRMLColorTableNode * | CreateDefaultFileNode (const std::string &colorname) |
|
vtkMRMLColorTableNode * | CreateDefaultTableNode (int type) |
|
vtkMRMLdGEMRICProceduralColorNode * | CreatedGEMRICColorNode (int type) |
|
vtkMRMLColorTableNode * | CreateFileNode (const char *fileName) |
|
vtkMRMLColorTableNode * | CreateFreeSurferFileNode (const char *fileName) |
|
vtkMRMLFreeSurferProceduralColorNode * | CreateFreeSurferNode (int type) |
|
vtkMRMLColorTableNode * | CreateLabelsNode () |
|
vtkMRMLPETProceduralColorNode * | CreatePETColorNode (int type) |
|
vtkMRMLProceduralColorNode * | CreateProceduralFileNode (const char *fileName) |
|
vtkMRMLProceduralColorNode * | CreateRandomNode () |
|
vtkMRMLProceduralColorNode * | CreateRedGreenBlueNode () |
|
vtkMRMLColorTableNode * | CreateUserFileNode (const std::string &colorname) |
|
virtual void | OnMRMLSceneNewEvent () |
|
void | operator= (const vtkMRMLColorLogic &) |
|
std::string | RemoveLeadAndTrailSpaces (std::string) |
|
virtual void | SetMRMLSceneInternal (vtkMRMLScene *newScene) VTK_OVERRIDE |
| Reimplemented to listen to specific scene events. More...
|
|
| vtkMRMLColorLogic () |
|
| vtkMRMLColorLogic (const vtkMRMLColorLogic &) |
|
virtual | ~vtkMRMLColorLogic () |
|
int | EndModify (bool wasModifying) |
|
virtual bool | EnterMRMLLogicsCallback () const |
|
virtual bool | EnterMRMLNodesCallback () const |
|
virtual bool | EnterMRMLSceneCallback () const |
|
bool | GetDisableModifiedEvent () const |
|
int | GetInMRMLLogicsCallbackFlag () const |
|
int | GetInMRMLNodesCallbackFlag () const |
|
int | GetInMRMLSceneCallbackFlag () const |
|
vtkCallbackCommand * | GetMRMLLogicsCallbackCommand () |
|
vtkObserverManager * | GetMRMLLogicsObserverManager () const |
|
vtkCallbackCommand * | GetMRMLNodesCallbackCommand () |
|
vtkObserverManager * | GetMRMLNodesObserverManager () const |
|
vtkCallbackCommand * | GetMRMLSceneCallbackCommand () |
|
vtkObserverManager * | GetMRMLSceneObserverManager () const |
|
int | GetPendingModifiedEventCount () const |
|
int | GetProcessingMRMLSceneEvent () const |
| Return the event id currently processed or 0 if any. More...
|
|
int | InvokePendingModifiedEvent () |
|
virtual void | Modified () VTK_OVERRIDE |
|
virtual void | ObserveMRMLScene () |
|
virtual void | OnMRMLNodeModified (vtkMRMLNode *) |
|
virtual void | OnMRMLSceneEndBatchProcess () |
|
virtual void | OnMRMLSceneEndClose () |
|
virtual void | OnMRMLSceneEndImport () |
|
virtual void | OnMRMLSceneEndRestore () |
|
virtual void | OnMRMLSceneNew () |
|
virtual void | OnMRMLSceneNodeAdded (vtkMRMLNode *) |
|
virtual void | OnMRMLSceneNodeRemoved (vtkMRMLNode *) |
|
virtual void | OnMRMLSceneStartBatchProcess () |
|
virtual void | OnMRMLSceneStartClose () |
|
virtual void | OnMRMLSceneStartImport () |
|
virtual void | OnMRMLSceneStartRestore () |
|
virtual void | ProcessMRMLLogicsEvents (vtkObject *caller, unsigned long event, void *callData) |
|
virtual void | ProcessMRMLNodesEvents (vtkObject *caller, unsigned long event, void *callData) |
|
virtual void | ProcessMRMLSceneEvents (vtkObject *caller, unsigned long event, void *callData) |
|
virtual void | RegisterNodes () |
|
void | SetAndObserveMRMLSceneEventsInternal (vtkMRMLScene *newScene, vtkIntArray *events, vtkFloatArray *priorities=0) |
|
void | SetDisableModifiedEvent (bool onOff) |
|
void | SetInMRMLLogicsCallbackFlag (int flag) |
|
void | SetInMRMLNodesCallbackFlag (int flag) |
|
void | SetInMRMLSceneCallbackFlag (int flag) |
|
void | SetProcessingMRMLSceneEvent (int event) |
|
bool | StartModify () |
|
virtual void | UnobserveMRMLScene () |
|
virtual void | UpdateFromMRMLScene () |
|
| vtkMRMLAbstractLogic () |
|
virtual | ~vtkMRMLAbstractLogic () |
|