49#ifndef vtkEllipticalButtonSource_h
50#define vtkEllipticalButtonSource_h
53#include "vtkFiltersSourcesModule.h"
75 vtkGetMacro(Width,
double);
83 vtkGetMacro(Height,
double);
91 vtkGetMacro(Depth,
double);
98 vtkSetClampMacro(CircumferentialResolution,
int, 4,
VTK_INT_MAX);
99 vtkGetMacro(CircumferentialResolution,
int);
108 vtkGetMacro(TextureResolution,
int);
117 vtkGetMacro(ShoulderResolution,
int);
131 vtkGetMacro(RadialRatio,
double);
140 vtkSetMacro(OutputPointsPrecision,
int);
141 vtkGetMacro(OutputPointsPrecision,
int);
168 double ComputeDepth(
int inTextureRegion,
double x,
double y,
double n[3]);
170 vtkFloatArray* tcoords,
int res,
int c1StartPoint,
int c1Incr,
int c2StartPoint,
int s2Incr,
171 int startPoint,
int incr);
172 void CreatePolygons(
vtkCellArray* newPolys,
int num,
int res,
int startIdx);
173 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