#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 54 of file vtkCylinder.h.
Public Types | |
typedef vtkImplicitFunction | Superclass |
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | EvaluateGradient (float x[3], float g[3]) |
float | EvaluateFunction (float x[3]) |
float | EvaluateFunction (float x, float y, float z) |
virtual void | SetRadius (float) |
virtual float | GetRadius () |
virtual void | SetCenter (float, float, float) |
virtual void | SetCenter (float[3]) |
virtual float * | GetCenter () |
virtual void | GetCenter (float data[3]) |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkCylinder * | SafeDownCast (vtkObject *o) |
vtkCylinder * | New () |
Protected Methods | |
vtkCylinder () | |
~vtkCylinder () | |
Protected Attributes | |
float | Radius |
float | Center [3] |
|
Reimplemented from vtkImplicitFunction. Definition at line 57 of file vtkCylinder.h. |
|
|
|
Definition at line 86 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 66 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 88 of file vtkCylinder.h. |
|
Definition at line 89 of file vtkCylinder.h. |