Go to the documentation of this file.
28 #ifndef vtkEllipsoidTensorProbeRepresentation_h
29 #define vtkEllipsoidTensorProbeRepresentation_h
31 #include "vtkInteractionWidgetsModule.h"
map vtkPolyData to graphics primitives
virtual void BuildRepresentation()
See vtkWidgetRepresentation for details.
vtkCellPicker * CellPicker
scale and orient glyph(s) according to tensor eigenvalues and eigenvectors
Abstract class that serves as a representation for vtkTensorProbeWidget.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
static vtkEllipsoidTensorProbeRepresentation * New()
vtkTensorGlyph * TensorGlypher
vtkActor * EllipsoidActor
~vtkEllipsoidTensorProbeRepresentation()
virtual int SelectProbe(int pos[2])
Can we pick the tensor glyph at the current cursor pos.
window superclass for vtkRenderWindow
virtual int RenderOpaqueGeometry(vtkViewport *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
vtkPolyDataMapper * EllipsoidMapper
vtkPolyData * TensorSource
virtual void ReleaseGraphicsResources(vtkWindow *)
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE Release any graphics resources that are being...
compute normals for polygonal mesh
represents an object (geometry & properties) in a rendered scene
a simple class to control print indentation
void EvaluateTensor(double t[9])
vtkPolyDataNormals * PolyDataNormals
abstract specification for Viewports
vtkEllipsoidTensorProbeRepresentation()
virtual void RegisterPickers()
Register internal Pickers in the Picking Manager.
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.
virtual void GetActors(vtkPropCollection *)
See vtkProp for details.