#include <SignMRMLModelNodeHelper.h>
Inheritance diagram for SignMRMLModelNodeHelper:


Add model to pipeline, a SignOTSink can be connected to this node, resulting in a tracked model
Public Member Functions | |
| SignMRMLModelNodeHelper (SignMRMLScene *scene_) | |
| Constructor. | |
| virtual | ~SignMRMLModelNodeHelper () |
| Destructor. | |
| vtkActor * | MakeActor () |
| Returns the actor. | |
| float | GetOpacity () |
| Gets the opacity of the model. | |
| void | SetOpacity (float opacity_) |
| Sets the opacity of the model. | |
| void | InsertClipper () |
| Inserts a clipper. | |
| void | SetClippersTransform (vtkTransform *trans) |
| Sets a transform for clippers. | |
| virtual void | Setup (SignContext *context) |
| void | SetTexture (std::string texture) |
| Sets the texture of the model. | |
| virtual void | SetInputData (SignSink *sink) |
| virtual void | SetUserTransform (vtkTransform *transform) |
| void | ColourizePoint (double x, double y, double z, float value) |
| Sets the color of a point to the given value. | |
| void | InsertPolyDataAlgorithm (vtkPolyDataAlgorithm *pda) |
| Inserts a PolyDataAlgorithm into the VTK pipeline. | |
| void | ScalarVisibilityOn () |
| Sets the visibility of scalars. | |
| void | SetScalarRange (float min, float max) |
| Sets the range for scalars. | |
| void | SetLookupTable (vtkLookupTable *lut) |
| Sets a lookup table. | |
| void | SetTextureNode (vtkMRMLModelTextureNode *node) |
| Links a MRML model texture node to the model node. | |
| vtkTexture * | GetTexture () |
| Returns the texture of the model. | |
| vtkPolyData * | GetOutput () |
| Returns the VTK PolyData of the model. | |
| void | AddMapper (vtkDataSetMapper *pdm, vtkActor *actor) |
| Adds a mapper to display the model in a renderer. | |
|
|
Constructor.
|
|
|
Destructor.
|
|
||||||||||||
|
Adds a mapper to display the model in a renderer.
|
|
||||||||||||||||||||
|
Sets the color of a point to the given value.
|
|
|
Gets the opacity of the model.
|
|
|
Returns the VTK PolyData of the model.
|
|
|
Returns the texture of the model.
|
|
|
Inserts a clipper.
|
|
|
Inserts a PolyDataAlgorithm into the VTK pipeline.
|
|
|
Returns the actor.
|
|
|
Sets the visibility of scalars.
|
|
|
Sets a transform for clippers.
|
|
|
Reimplemented from SignMRMLNodeHelper. |
|
|
Sets a lookup table.
|
|
|
Sets the opacity of the model.
|
|
||||||||||||
|
Sets the range for scalars.
|
|
|
Sets the texture of the model.
|
|
|
Links a MRML model texture node to the model node.
|
|
|
Reimplemented from SignMRMLNodeHelper. |
|
|
Reimplemented from SignMRMLNodeHelper. |
1.4.6