62 #ifndef vtkEllipticalButtonSource_h
63 #define vtkEllipticalButtonSource_h
66 #include "vtkFiltersSourcesModule.h"
88 vtkGetMacro(Width,
double);
96 vtkGetMacro(Height,
double);
104 vtkGetMacro(Depth,
double);
112 vtkGetMacro(CircumferentialResolution,
int);
121 vtkGetMacro(TextureResolution,
int);
130 vtkGetMacro(ShoulderResolution,
int);
144 vtkGetMacro(RadialRatio,
double);
153 vtkSetMacro(OutputPointsPrecision,
int);
154 vtkGetMacro(OutputPointsPrecision,
int);
181 double ComputeDepth(
int inTextureRegion,
double x,
double y,
double n[3]);
183 vtkFloatArray* tcoords,
int res,
int c1StartPoint,
int c1Incr,
int c2StartPoint,
int s2Incr,
184 int startPoint,
int incr);
185 void CreatePolygons(
vtkCellArray* newPolys,
int num,
int res,
int startIdx);
186 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