#include <vtkCylinder.h>
Inheritance diagram for vtkCylinder:
vtkCylinder computes the implicit function and function gradient for a cylinder. vtkCylinder is a concrete implementation of vtkImplicitFunction. Cylinder is centered at Center and axes of rotation is along the y-axis. (Use the superclass' vtkImplicitFunction transformation matrix if necessary to reposition.)
Definition at line 37 of file vtkCylinder.h.
double | EvaluateFunction (double x[3]) |
double | EvaluateFunction (double x, double y, double z) |
static vtkCylinder * | New () |
Public Types | |
typedef vtkImplicitFunction | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | EvaluateGradient (double x[3], double g[3]) |
virtual void | SetRadius (double) |
virtual double | GetRadius () |
virtual void | SetCenter (double, double, double) |
virtual void | SetCenter (double[3]) |
virtual double * | GetCenter () |
virtual void | GetCenter (double data[3]) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkCylinder * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkCylinder () | |
~vtkCylinder () | |
Protected Attributes | |
double | Radius |
double | Center [3] |
|
Reimplemented from vtkImplicitFunction. Definition at line 40 of file vtkCylinder.h. |
|
|
|
Definition at line 69 of file vtkCylinder.h. |
|
Reimplemented from vtkImplicitFunction. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImplicitFunction. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImplicitFunction. |
|
Reimplemented from vtkImplicitFunction. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkImplicitFunction. |
|
Construct cylinder radius of 0.5. Reimplemented from vtkObject. |
|
Evaluate cylinder equation F(x,y,z) = (x-x0)^2 + (z-z0)^2 - R^2. Implements vtkImplicitFunction. |
|
Evaluate cylinder equation F(x,y,z) = (x-x0)^2 + (z-z0)^2 - R^2. Reimplemented from vtkImplicitFunction. Definition at line 49 of file vtkCylinder.h. References vtkImplicitFunction::EvaluateFunction(). |
|
Evaluate cylinder function gradient. Implements vtkImplicitFunction. |
|
Set/Get cylinder radius. |
|
Evaluate cylinder function gradient. |
|
Set/Get cylinder center |
|
Set/Get cylinder center |
|
Set/Get cylinder center |
|
Set/Get cylinder center |
|
Definition at line 69 of file vtkCylinder.h. |
|
Definition at line 72 of file vtkCylinder.h. |