Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Deprecated List
Member itk::AnisotropicSimilarityLandmarkBasedTransformInitializer< TTransform, TFixedImage, TMovingImage >::SetFixedImage (const FixedImageType *image)
Set the fixed image. The method really doesn't do anything. The goal of this class is to compute the optimal transform, for the templated TransformType between the fixed and moving image grid, given a set of landmarks. Nothing is done with the images themselves. The method will therefore be deprecated and removed
Member itk::AnisotropicSimilarityLandmarkBasedTransformInitializer< TTransform, TFixedImage, TMovingImage >::SetMovingImage (const MovingImageType *image)
Set the moving image. The method really doesn't do anything. The goal of this class is to compute the optimal transform, for the templated TransformType between the fixed and moving image grid, given a set of landmarks. Nothing is done with the images themselves. The method will therefore be deprecated and removed.
Member qMRMLNodeComboBox::currentNodeId () const
Use currentNodeID instead
Member qMRMLNodeComboBox::setCurrentNode (const QString &nodeID)
Use setCurrentNodeID instead
Member qSlicerCoreApplication::isRelease () const
Use releaseType() == "Stable" instead.
Member qSlicerCoreApplication::settings () const
Class vtkMRMLAnnotationFiducialNode
Use vtkMRMLMarkupsFiduicalNode
Member vtkMRMLAnnotationFiducialNode::vtkMRMLAnnotationFiducialNode ()
Use vtkMRMLMarkupsFiducialNode
Member vtkMRMLColorNode::GetColorNameWithoutSpaces (int ind, const char *subst)
GetColorNameWithoutSpaces Get the 0th based nth name of this colour, replacing the spaces with subst
Member vtkMRMLCommandLineModuleNode::GetParameterDefault (unsigned int group, unsigned int param) const
Consider using GetParameterValue()
Member vtkMRMLDisplayableNode::ProcessMRMLEvents (vtkObject *, unsigned long, void *) VTK_OVERRIDE
GetDisplayNodes Obsolete utility function that provides an unsafe API. Please use GetNumberOfDisplayNodes() and GetNthDisplayNode() instead const std::vector<vtkMRMLDisplayNode*>& GetDisplayNodes();
Member vtkMRMLDisplayNode::AutoScalarRangeOn ()
Member vtkMRMLDisplayNode::GetAutoScalarRange ()
Member vtkMRMLDisplayNode::SetAutoScalarRange (int b)
Class vtkMRMLFiducial
Used for backward compatibility for Slicer3 fiducial lists, please use the Annotation Module MRML nodes
Member vtkMRMLFiducial::New ()
Used for backward compatibility for Slicer3 fiducial lists, please use the Annotation Module MRML nodes
Class vtkMRMLFiducialListNode
Used for backward compatibility for Slicer3 fiducial lists, please use the Annotation Module MRML nodes
Member vtkMRMLFiducialListNode::New ()
Used for backward compatibility for Slicer3 fiducial lists, please use the Annotation Module MRML nodes
Class vtkMRMLFiducialListStorageNode
Used for reading in Slicer3 fiducial lists, please use the Annotation Module MRML storage nodes
Member vtkMRMLFiducialListStorageNode::New ()
Used for reading in Slicer3 fiducial lists, please use the Annotation Module MRML storage nodes
Member vtkMRMLModelDisplayNode::SetActiveScalarName (const char *scalarName) VTK_OVERRIDE
Member vtkMRMLModelNode::SetAndObserveMesh (vtkPointSet *Mesh)
Member vtkMRMLScene::GetUniqueNameByString (const char *baseName)
GetUniqueNameByString Obsolete utility function that provides an unsafe API for GenerateUniqueName()
Member vtkMRMLSelectionNode::GetActiveFiducialListID ()
Get the ID of a vtkMRMLFiducialListNode
Member vtkMRMLSelectionNode::SetActiveFiducialListID (const char *id)
Set the ID of a vtkMRMLFiducialListNode
Member vtkMRMLSelectionNode::SetReferenceActiveFiducialListID (const char *id)
Set the Id of a vtkMRMLFiducialListNode
Member vtkMRMLSliceNode::GetOrientationReference ()
Member vtkMRMLSliceNode::GetOrientationString ()
Prefer GetOrientation()
Member vtkSlicerVolumeRenderingLogic::CreateScenarioNode ()
Create and add into the scene a vtkMRMLVolumeRenderingScenarioNode
Member vtkSlicerVolumesLogic::CreateLabelVolume (vtkMRMLScene *scene, vtkMRMLVolumeNode *volumeNode, const char *name)
Create a label map volume to match the given volumeNode and add it to the scene
Member vtkSlicerVolumesLogic::CreateLabelVolume (vtkMRMLVolumeNode *volumeNode, const char *name)
Create a label map volume to match the given volumeNode and add it to the current scene.
Member vtkSlicerVolumesLogic::FillLabelVolumeFromTemplate (vtkMRMLScene *scene, vtkMRMLLabelMapVolumeNode *labelNode, vtkMRMLVolumeNode *templateNode)
Fill in a label map volume to match the given template volume node, under the assumption that the given label map node is already added to the scene. A display node will be added to it if the label node doesn't already have one, and the image data associated with the label node will be allocated according to the template volumeNode.
Member vtkSlicerVolumesLogic::FillLabelVolumeFromTemplate (vtkMRMLLabelMapVolumeNode *labelNode, vtkMRMLVolumeNode *templateNode)
Fill in a label map volume to match the given template volume node.