28 #ifndef vtkEllipsoidTensorProbeRepresentation_h 29 #define vtkEllipsoidTensorProbeRepresentation_h 31 #include "vtkInteractionWidgetsModule.h" 54 int RenderOpaqueGeometry(
vtkViewport *) VTK_OVERRIDE;
59 int SelectProbe(
int pos[2] ) VTK_OVERRIDE;
66 void ReleaseGraphicsResources(
vtkWindow *) VTK_OVERRIDE;
74 void EvaluateTensor(
double t[9] );
77 void RegisterPickers() VTK_OVERRIDE;
represents an object (geometry & properties) in a rendered scene
Abstract class that serves as a representation for vtkTensorProbeWidget.
abstract specification for Viewports
concrete dataset represents vertices, lines, polygons, and triangle strips
window superclass for vtkRenderWindow
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instances of this class.
compute normals for polygonal mesh
void BuildRepresentation() override
See vtkWidgetRepresentation for details.
map vtkPolyData to graphics primitives
scale and orient glyph(s) according to tensor eigenvalues and eigenvectors
ray-cast cell picker for all kinds of Prop3Ds
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
A concrete implementation of vtkTensorProbeRepresentation that renders tensors as ellipoids...