Go to the documentation of this file.
28 #ifndef vtkEllipsoidTensorProbeRepresentation_h
29 #define vtkEllipsoidTensorProbeRepresentation_h
31 #include "vtkInteractionWidgetsModule.h"
79 void EvaluateTensor(
double t[9] );
map vtkPolyData to graphics primitives
void GetActors(vtkPropCollection *) override
See vtkProp for details.
int RenderOpaqueGeometry(vtkViewport *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
void ReleaseGraphicsResources(vtkWindow *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
vtkCellPicker * CellPicker
scale and orient glyph(s) according to eigenvalues and eigenvectors of symmetrical part of tensor
Abstract class that serves as a representation for vtkTensorProbeWidget.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual int SelectProbe(int pos[2])=0
This method is invoked by the widget during user interaction.
vtkTensorGlyph * TensorGlypher
vtkActor * EllipsoidActor
window superclass for vtkRenderWindow
vtkPolyDataMapper * EllipsoidMapper
vtkPolyData * TensorSource
compute normals for polygonal mesh
void BuildRepresentation() override
See vtkWidgetRepresentation for details.
represents an object (geometry & properties) in a rendered scene
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
vtkPolyDataNormals * PolyDataNormals
abstract specification for Viewports
concrete dataset represents vertices, lines, polygons, and triangle strips
ray-cast cell picker for all kinds of Prop3Ds
A concrete implementation of vtkTensorProbeRepresentation that renders tensors as ellipoids.