59#ifndef vtkEllipticalButtonSource_h
60#define vtkEllipticalButtonSource_h
63#include "vtkFiltersSourcesModule.h"
85 vtkGetMacro(Width,
double);
93 vtkGetMacro(Height,
double);
101 vtkGetMacro(Depth,
double);
109 vtkGetMacro(CircumferentialResolution,
int);
118 vtkGetMacro(TextureResolution,
int);
127 vtkGetMacro(ShoulderResolution,
int);
141 vtkGetMacro(RadialRatio,
double);
150 vtkSetMacro(OutputPointsPrecision,
int);
151 vtkGetMacro(OutputPointsPrecision,
int);
178 double ComputeDepth(
int inTextureRegion,
double x,
double y,
double n[3]);
180 vtkFloatArray* tcoords,
int res,
int c1StartPoint,
int c1Incr,
int c2StartPoint,
int s2Incr,
181 int startPoint,
int incr);
182 void CreatePolygons(
vtkCellArray* newPolys,
int num,
int res,
int startIdx);
183 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