Go to the documentation of this file.
28 #ifndef vtkEllipsoidTensorProbeRepresentation_h
29 #define vtkEllipsoidTensorProbeRepresentation_h
31 #include "vtkInteractionWidgetsModule.h"
map vtkPolyData to graphics primitives
int SelectProbe(int pos[2]) override
Can we pick the tensor glyph at the current cursor pos.
void GetActors(vtkPropCollection *) override
See vtkProp for details.
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.
int RenderOpaqueGeometry(vtkViewport *) override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THESE METHODS OUTSIDE OF THE RENDE...
static vtkEllipsoidTensorProbeRepresentation * New()
vtkTensorGlyph * TensorGlypher
vtkActor * EllipsoidActor
window superclass for vtkRenderWindow
vtkPolyDataMapper * EllipsoidMapper
vtkPolyData * TensorSource
void ReleaseGraphicsResources(vtkWindow *) override
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
void BuildRepresentation() override
~vtkEllipsoidTensorProbeRepresentation() override
abstract specification for Viewports
vtkEllipsoidTensorProbeRepresentation()
concrete dataset represents vertices, lines, polygons, and triangle strips
ray-cast cell picker for all kinds of Prop3Ds
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void RegisterPickers() override
Register internal Pickers in the Picking Manager.
A concrete implementation of vtkTensorProbeRepresentation that renders tensors as ellipoids.