#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 50 of file vtkCylinder.h.
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]) |
double | EvaluateFunction (double x[3]) |
double | EvaluateFunction (double x, double y, double z) |
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 | |
int | IsTypeOf (const char *type) |
vtkCylinder * | SafeDownCast (vtkObject *o) |
vtkCylinder * | New () |
Protected Member Functions | |
vtkCylinder () | |
~vtkCylinder () | |
Protected Attributes | |
double | Radius |
double | Center [3] |
|
Reimplemented from vtkImplicitFunction. Definition at line 53 of file vtkCylinder.h. |
|
|
|
Definition at line 82 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 62 of file vtkCylinder.h. References vtkImplicitFunction::EvaluateFunction(). |
|
Evaluate cylinder function gradient. Implements vtkImplicitFunction. |
|
Set/Get cylinder radius. |
|
Set/Get cylinder radius. |
|
Set/Get cylinder center |
|
Set/Get cylinder center |
|
Set/Get cylinder center |
|
Set/Get cylinder center |
|
Definition at line 84 of file vtkCylinder.h. |
|
Definition at line 85 of file vtkCylinder.h. |