42#ifndef vtkImplicitCylinderRepresentation_h
43#define vtkImplicitCylinderRepresentation_h
46#include "vtkInteractionWidgetsModule.h"
67#define VTK_MAX_CYL_RESOLUTION 2048
362#if !defined(VTK_LEGACY_REMOVE)
509 void Rotate(
double X,
double Y,
double* p1,
double* p2,
double* vpn);
516 void Scale(
double* p1,
double* p2,
double X,
double Y);
represents an object (geometry & properties) in a rendered scene
implicit function for a bounding box
ray-cast cell picker for all kinds of Prop3Ds
implicit function for a cylinder
extract interior, boundary, non-manifold, and/or sharp edges from polygonal data
topologically and geometrically regular array of data
void HighlightOutline(int highlight)
vtkLineSource * LineSource
void StartWidgetInteraction(double eventPos[2]) override
Methods to interface with the vtkImplicitCylinderWidget.
int RenderOpaqueGeometry(vtkViewport *) override
Methods supporting the rendering process.
vtkProperty * SelectedOutlineProperty
void HighlightCylinder(int highlight)
void BumpCylinder(int dir, double factor)
Translate the cylinder in the direction of the view vector by the specified BumpDistance.
void HighlightNormal(int highlight)
void TranslateCylinder(double *p1, double *p2)
vtkProperty * AxisProperty
void TranslateCenterOnAxis(double *p1, double *p2)
void SetEdgeColor(vtkLookupTable *)
Set color to the edge.
void ScaleRadius(double *p1, double *p2)
vtkProperty * EdgesProperty
void RegisterPickers() override
Register internal Pickers in the Picking Manager.
void SetAlongZAxis(vtkTypeBool)
Force the cylinder widget to be aligned with one of the x-y-z axes.
void AdjustRadius(double X, double Y, double *p1, double *p2)
vtkPolyDataMapper * OutlineMapper
void CreateDefaultProperties()
void TranslateOutline(double *p1, double *p2)
void SetXTranslationAxisOn()
Toggles constraint translation axis on/off.
vtkProperty * SelectedAxisProperty
void SetAxis(double x, double y, double z)
Set/Get the axis of rotation for the cylinder.
void PlaceWidget(double bounds[6]) override
Methods to interface with the vtkImplicitCylinderWidget.
void SetCenter(double x, double y, double z)
Get the center of the cylinder.
void SetZTranslationAxisOn()
Toggles constraint translation axis on/off.
vtkTubeFilter * EdgesTuber
vtkPolyDataMapper * SphereMapper
vtkPolyDataMapper * ConeMapper
vtkPolyDataMapper * LineMapper2
vtkTypeBool HasTranslucentPolygonalGeometry() override
Methods supporting the rendering process.
vtkProperty * CylinderProperty
double * GetCenter()
Get the center of the cylinder.
bool IsTranslationConstrained()
Returns true if ContrainedAxis.
void SetAlongYAxis(vtkTypeBool)
Force the cylinder widget to be aligned with one of the x-y-z axes.
vtkTypeBool OutsideBounds
void SetAlongXAxis(vtkTypeBool)
Force the cylinder widget to be aligned with one of the x-y-z axes.
double GetRadius()
Set/Get the radius of the cylinder.
int RenderTranslucentPolygonalGeometry(vtkViewport *) override
Methods supporting the rendering process.
void GetActors(vtkPropCollection *pc) override
Methods supporting the rendering process.
void PushCylinder(double distance)
Push the cylinder the distance specified along the view vector.
static vtkImplicitCylinderRepresentation * New()
Instantiate the class.
vtkPolyDataMapper * EdgesMapper
void Rotate(double X, double Y, double *p1, double *p2, double *vpn)
void GetCylinder(vtkCylinder *cyl)
Get the implicit function for the cylinder.
int ConstrainToWidgetBounds
InteractionStateType _InteractionState
void BuildRepresentation() override
Methods to interface with the vtkImplicitCylinderWidget.
vtkOutlineFilter * Outline
vtkPolyDataMapper * ConeMapper2
double * GetAxis()
Set/Get the axis of rotation for the cylinder.
vtkProperty * OutlineProperty
vtkTypeBool OutlineTranslation
virtual void SetRepresentationState(int)
Sets the visual appearance of the representation based on the state it is in.
void EndWidgetInteraction(double newEventPos[2]) override
Methods to interface with the vtkImplicitCylinderWidget.
void SetTranslationAxisOff()
Toggles constraint translation axis on/off.
vtkProperty * SelectedCylinderProperty
void WidgetInteraction(double newEventPos[2]) override
Methods to interface with the vtkImplicitCylinderWidget.
vtkPolyDataMapper * CylMapper
vtkConeSource * ConeSource2
void SetDrawCylinder(vtkTypeBool drawCyl)
Enable/disable the drawing of the cylinder.
vtkConeSource * ConeSource
void Scale(double *p1, double *p2, double X, double Y)
void SetYTranslationAxisOn()
Toggles constraint translation axis on/off.
void GetPolyData(vtkPolyData *pd)
Grab the polydata that defines the cylinder.
void TranslateCenter(double *p1, double *p2)
~vtkImplicitCylinderRepresentation() override
void ReleaseGraphicsResources(vtkWindow *) override
Methods supporting the rendering process.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for the class.
void SetCenter(double x[3])
Get the center of the cylinder.
vtkLineSource * LineSource2
vtkImplicitCylinderRepresentation()
double * GetBounds() override
Methods supporting the rendering process.
double LastEventPosition[3]
vtkPolyDataMapper * LineMapper
vtkCellPicker * CylPicker
void SetRadius(double r)
Set/Get the radius of the cylinder.
int ComputeInteractionState(int X, int Y, int modify=0) override
Methods to interface with the vtkImplicitCylinderWidget.
void UpdatePlacement(void)
Satisfies the superclass API.
a simple class to control print indentation
create a line defined by two end points
map scalar values into colors via a lookup table
create wireframe outline for an arbitrary data set or composite dataset
Superclass for algorithms that produce only polydata as output.
map vtkPolyData to graphics primitives
concrete dataset represents vertices, lines, polygons, and triangle strips
represent surface properties of a geometric object
create a polygonal sphere centered at the origin
filter that generates tubes around lines
abstract specification for Viewports
window superclass for vtkRenderWindow
#define VTK_DEPRECATED_IN_9_2_0(reason)
#define VTK_MAX_CYL_RESOLUTION
#define VTK_SIZEHINT(...)