Go to the documentation of this file.
53 #ifndef vtkPlaneSource_h
54 #define vtkPlaneSource_h
85 xR=this->XResolution; yR=this->YResolution;};
void SetPoint1(double x, double y, double z)
GLfloat GLfloat GLfloat v2
#define vtkSetVector3Macro(name, type)
void SetNormal(double n[3])
void SetResolution(const int xR, const int yR)
create an array of quadrilaterals located in a plane
#define vtkTypeMacro(thisClass, superclass)
void SetNormal(double nx, double ny, double nz)
void Push(double distance)
GLint GLint GLint GLint GLint x
void GetResolution(int &xR, int &yR)
void SetPoint1(double pnt[3])
#define vtkGetVectorMacro(name, type, count)
void PrintSelf(ostream &os, vtkIndent indent)
void SetPoint2(double x, double y, double z)
GLfloat GLfloat GLfloat GLfloat nx
a simple class to control print indentation
void SetCenter(double x, double y, double z)
#define vtkGetMacro(name, type)
void SetCenter(double center[3])
vtkSetMacro(IgnoreDriverBugs, bool)
GLint GLint GLint GLint GLint GLint y
int UpdatePlane(double v1[3], double v2[3])
static vtkPlaneSource * New()
void SetPoint2(double pnt[3])
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
int OutputPointsPrecision
Superclass for algorithms that produce only polydata as output.