50#ifndef vtkEllipticalButtonSource_h
51#define vtkEllipticalButtonSource_h
54#include "vtkFiltersSourcesModule.h"
56VTK_ABI_NAMESPACE_BEGIN
77 vtkGetMacro(Width,
double);
85 vtkGetMacro(Height,
double);
93 vtkGetMacro(Depth,
double);
101 vtkGetMacro(CircumferentialResolution,
int);
110 vtkGetMacro(TextureResolution,
int);
119 vtkGetMacro(ShoulderResolution,
int);
133 vtkGetMacro(RadialRatio,
double);
142 vtkSetMacro(OutputPointsPrecision,
int);
143 vtkGetMacro(OutputPointsPrecision,
int);
170 double ComputeDepth(
int inTextureRegion,
double x,
double y,
double n[3]);
172 vtkFloatArray* tcoords,
int res,
int c1StartPoint,
int c1Incr,
int c2StartPoint,
int s2Incr,
173 int startPoint,
int incr);
174 void CreatePolygons(
vtkCellArray* newPolys,
int num,
int res,
int startIdx);
175 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