VTK
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkEllipsoidTensorProbeRepresentation Class Reference

A concrete implementation of vtkTensorProbeRepresentation that renders tensors as ellipoids. More...

#include <vtkEllipsoidTensorProbeRepresentation.h>

Inheritance diagram for vtkEllipsoidTensorProbeRepresentation:
Inheritance graph
[legend]
Collaboration diagram for vtkEllipsoidTensorProbeRepresentation:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void BuildRepresentation ()
virtual int RenderOpaqueGeometry (vtkViewport *)
virtual int SelectProbe (int pos[2])
virtual void GetActors (vtkPropCollection *)
virtual void ReleaseGraphicsResources (vtkWindow *)

Static Public Member Functions

static
vtkEllipsoidTensorProbeRepresentation
New ()

Protected Member Functions

 vtkEllipsoidTensorProbeRepresentation ()
 ~vtkEllipsoidTensorProbeRepresentation ()
void EvaluateTensor (double t[9])
virtual void RegisterPickers ()

Protected Attributes

vtkActorEllipsoidActor
vtkPolyDataMapperEllipsoidMapper
vtkPolyDataTensorSource
vtkTensorGlyphTensorGlypher
vtkCellPickerCellPicker
vtkPolyDataNormalsPolyDataNormals
typedef
vtkTensorProbeRepresentation 
Superclass
static int IsTypeOf (const char *type)
static
vtkEllipsoidTensorProbeRepresentation
SafeDownCast (vtkObjectBase *o)
virtual int IsA (const char *type)
vtkEllipsoidTensorProbeRepresentationNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual vtkObjectBaseNewInstanceInternal () const

Detailed Description

A concrete implementation of vtkTensorProbeRepresentation that renders tensors as ellipoids.

vtkEllipsoidTensorProbeRepresentation is a concrete implementation of vtkTensorProbeRepresentation. It renders tensors as ellipsoids. Locations between two points when probed have the tensors linearly interpolated from the neighboring locations on the polyline.

See also:
vtkTensorProbeWidget

Definition at line 37 of file vtkEllipsoidTensorProbeRepresentation.h.


Member Typedef Documentation

Standard methods for instances of this class.

Reimplemented from vtkTensorProbeRepresentation.

Definition at line 46 of file vtkEllipsoidTensorProbeRepresentation.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkObject.

static int vtkEllipsoidTensorProbeRepresentation::IsTypeOf ( const char *  type) [static]

Standard methods for instances of this class.

Reimplemented from vtkTensorProbeRepresentation.

virtual int vtkEllipsoidTensorProbeRepresentation::IsA ( const char *  type) [virtual]

Standard methods for instances of this class.

Reimplemented from vtkTensorProbeRepresentation.

Standard methods for instances of this class.

Reimplemented from vtkTensorProbeRepresentation.

Standard methods for instances of this class.

Reimplemented from vtkTensorProbeRepresentation.

Standard methods for instances of this class.

Reimplemented from vtkTensorProbeRepresentation.

void vtkEllipsoidTensorProbeRepresentation::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Standard methods for instances of this class.

Reimplemented from vtkTensorProbeRepresentation.

See vtkWidgetRepresentation for details.

Reimplemented from vtkTensorProbeRepresentation.

See vtkWidgetRepresentation for details.

Reimplemented from vtkTensorProbeRepresentation.

Can we pick the tensor glyph at the current cursor pos

Implements vtkTensorProbeRepresentation.

See vtkProp for details.

Reimplemented from vtkTensorProbeRepresentation.

See vtkProp for details.

Reimplemented from vtkTensorProbeRepresentation.

virtual void vtkEllipsoidTensorProbeRepresentation::RegisterPickers ( ) [protected, virtual]

Register internal Pickers in the Picking Manager. Must be reimplemented by concrete widget representations to register their pickers.

Reimplemented from vtkWidgetRepresentation.


Member Data Documentation

Definition at line 72 of file vtkEllipsoidTensorProbeRepresentation.h.

Definition at line 73 of file vtkEllipsoidTensorProbeRepresentation.h.

Definition at line 74 of file vtkEllipsoidTensorProbeRepresentation.h.

Definition at line 75 of file vtkEllipsoidTensorProbeRepresentation.h.

Definition at line 76 of file vtkEllipsoidTensorProbeRepresentation.h.

Definition at line 77 of file vtkEllipsoidTensorProbeRepresentation.h.


The documentation for this class was generated from the following file: