Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
465e4232
Commit
465e4232
authored
Feb 22, 2008
by
Karthik Krishnan
Browse files
STYLE: Beef up doc
parent
6bf12c2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Widgets/vtkTensorProbeWidget.h
View file @
465e4232
...
@@ -12,6 +12,18 @@
...
@@ -12,6 +12,18 @@
PURPOSE. See the above copyright notice for more information.
PURPOSE. See the above copyright notice for more information.
=========================================================================*/
=========================================================================*/
// .NAME vtkTensorProbeWidget - a widget to probe tensors on a polyline
// .SECTION Description
// The class is used to probe tensors on a trajectory. The representation
// (vtkTensorProbeRepresentation) is free to choose its own method of
// rendering the tensors. For instance vtkEllipsoidTensorProbeRepresentation
// renders the tensors as ellipsoids. The interactions of the widget are
// controlled by the left mouse button. A left click on the tensor selects
// it. It can dragged around the trajectory to probe the tensors on it.
//
// For instance dragging the ellipsoid around with
// vtkEllipsoidTensorProbeRepresentation will manifest itself with the
// ellipsoid shape changing as needed along the trajectory.
#ifndef __vtkTensorProbeWidget_h
#ifndef __vtkTensorProbeWidget_h
#define __vtkTensorProbeWidget_h
#define __vtkTensorProbeWidget_h
...
@@ -51,8 +63,6 @@ protected:
...
@@ -51,8 +63,6 @@ protected:
vtkTensorProbeWidget
();
vtkTensorProbeWidget
();
~
vtkTensorProbeWidget
();
~
vtkTensorProbeWidget
();
vtkPolyData
*
Trajetory
;
// 1 when the probe has been selected, for instance when dragging it around
// 1 when the probe has been selected, for instance when dragging it around
int
Selected
;
int
Selected
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment