A concrete implementation of vtkTensorProbeRepresentation that renders tensors as ellipoids.
More...
#include <vtkEllipsoidTensorProbeRepresentation.h>
|
| | vtkEllipsoidTensorProbeRepresentation () |
| |
| | ~vtkEllipsoidTensorProbeRepresentation () |
| |
| void | EvaluateTensor (double t[9]) |
| |
| virtual void | RegisterPickers () |
| |
| | vtkTensorProbeRepresentation () |
| |
| | ~vtkTensorProbeRepresentation () |
| |
| void | FindClosestPointOnPolyline (double displayPos[2], double closestWorldPos[3], vtkIdType &cellId, int maxSpeed=10) |
| |
| | vtkWidgetRepresentation () |
| |
| | ~vtkWidgetRepresentation () |
| |
| void | AdjustBounds (double bounds[6], double newBounds[6], double center[3]) |
| |
| virtual void | UnRegisterPickers () |
| |
| virtual void | PickersModified () |
| |
| vtkPickingManager * | GetPickingManager () |
| |
| double | SizeHandlesRelativeToViewport (double factor, double pos[3]) |
| |
| double | SizeHandlesInPixels (double factor, double pos[3]) |
| |
| vtkAssemblyPath * | GetAssemblyPath (double X, double Y, double Z, vtkAbstractPropPicker *picker) |
| |
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.
| vtkEllipsoidTensorProbeRepresentation::vtkEllipsoidTensorProbeRepresentation |
( |
| ) |
|
|
protected |
| vtkEllipsoidTensorProbeRepresentation::~vtkEllipsoidTensorProbeRepresentation |
( |
| ) |
|
|
protected |
| static int vtkEllipsoidTensorProbeRepresentation::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
Standard methods for instances of this class.
| virtual int vtkEllipsoidTensorProbeRepresentation::IsA |
( |
const char * |
type | ) |
|
|
virtual |
Standard methods for instances of this class.
| virtual vtkObjectBase* vtkEllipsoidTensorProbeRepresentation::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
Standard methods for instances of this class.
| void vtkEllipsoidTensorProbeRepresentation::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
Standard methods for instances of this class.
| virtual void vtkEllipsoidTensorProbeRepresentation::BuildRepresentation |
( |
| ) |
|
|
virtual |
| virtual int vtkEllipsoidTensorProbeRepresentation::RenderOpaqueGeometry |
( |
vtkViewport * |
| ) |
|
|
virtual |
| virtual int vtkEllipsoidTensorProbeRepresentation::SelectProbe |
( |
int |
pos[2] | ) |
|
|
virtual |
| virtual void vtkEllipsoidTensorProbeRepresentation::GetActors |
( |
vtkPropCollection * |
| ) |
|
|
virtual |
| virtual void vtkEllipsoidTensorProbeRepresentation::ReleaseGraphicsResources |
( |
vtkWindow * |
| ) |
|
|
virtual |
| void vtkEllipsoidTensorProbeRepresentation::EvaluateTensor |
( |
double |
t[9] | ) |
|
|
protected |
| virtual void vtkEllipsoidTensorProbeRepresentation::RegisterPickers |
( |
| ) |
|
|
protectedvirtual |
Register internal Pickers in the Picking Manager. Must be reimplemented by concrete widget representations to register their pickers.
Reimplemented from vtkWidgetRepresentation.
| vtkActor* vtkEllipsoidTensorProbeRepresentation::EllipsoidActor |
|
protected |
| vtkPolyDataMapper* vtkEllipsoidTensorProbeRepresentation::EllipsoidMapper |
|
protected |
| vtkPolyData* vtkEllipsoidTensorProbeRepresentation::TensorSource |
|
protected |
| vtkCellPicker* vtkEllipsoidTensorProbeRepresentation::CellPicker |
|
protected |
The documentation for this class was generated from the following file: