Class vtkMRMLLayerDMPipelineCreatorI
Defined in File vtkMRMLLayerDMPipelineCreatorI.h
Inheritance Relationships
Base Type
public vtkObject
Derived Type
public vtkMRMLLayerDMPipelineCallbackCreator(Class vtkMRMLLayerDMPipelineCallbackCreator)
Class Documentation
-
class vtkMRMLLayerDMPipelineCreatorI : public vtkObject
Inheritance diagram for vtkMRMLLayerDMPipelineCreatorI:
Collaboration diagram for vtkMRMLLayerDMPipelineCreatorI:
Interface responsible for creating new pipelines given input pairs of viewNode and node.
Subclassed by vtkMRMLLayerDMPipelineCallbackCreator
Unnamed Group
-
vtkGetMacro(Priority, int)
Get/Set the priority of creation of the pipeline creator. Pipelines with higher priority will be allowed to handle creation first (allowing to supplant existing creators).
-
vtkSetMacro(Priority, int)
Public Functions
-
vtkTypeMacro(vtkMRMLLayerDMPipelineCreatorI, vtkObject)
-
virtual vtkSmartPointer<vtkMRMLLayerDMPipelineI> CreatePipeline(vtkMRMLAbstractViewNode *viewNode, vtkMRMLNode *node) const
Public Static Functions
-
static vtkMRMLLayerDMPipelineCreatorI *New()
-
vtkGetMacro(Priority, int)