31#ifndef vtkEllipticalButtonSource_h
32#define vtkEllipticalButtonSource_h
35#include "vtkFiltersSourcesModule.h"
37VTK_ABI_NAMESPACE_BEGIN
58 vtkGetMacro(Width,
double);
66 vtkGetMacro(Height,
double);
74 vtkGetMacro(Depth,
double);
81 vtkSetClampMacro(CircumferentialResolution,
int, 4,
VTK_INT_MAX);
82 vtkGetMacro(CircumferentialResolution,
int);
91 vtkGetMacro(TextureResolution,
int);
100 vtkGetMacro(ShoulderResolution,
int);
114 vtkGetMacro(RadialRatio,
double);
123 vtkSetMacro(OutputPointsPrecision,
int);
124 vtkGetMacro(OutputPointsPrecision,
int);
151 double ComputeDepth(
int inTextureRegion,
double x,
double y,
double n[3]);
153 vtkFloatArray* tcoords,
int res,
int c1StartPoint,
int c1Incr,
int c2StartPoint,
int s2Incr,
154 int startPoint,
int incr);
155 void CreatePolygons(
vtkCellArray* newPolys,
int num,
int res,
int startIdx);
156 void IntersectEllipseWithLine(
double a2,
double b2,
double dX,
double dY,
double& xe,
double& ye);
object to represent cell connectivity
dynamic, self-adjusting array of float
a simple class to control print indentation
represent and manipulate 3D points