#include <vtkSphere.h>
Inheritance diagram for vtkSphere:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
float | EvaluateFunction (float x[3]) |
float | EvaluateFunction (float x, float y, float z) |
void | EvaluateGradient (float x[3], float n[3]) |
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) |
vtkSphere * | SafeDownCast (vtkObject *o) |
vtkSphere * | New () |
Protected Methods | |
vtkSphere () | |
~vtkSphere () | |
vtkSphere (const vtkSphere &) | |
void | operator= (const vtkSphere &) |
Protected Attributes | |
float | Radius |
float | Center [3] |
vtkSphere computes the implicit function and/or gradient for a sphere. vtkSphere is a concrete implementation of vtkImplicitFunction.
Definition at line 58 of file vtkSphere.h.
|
|
|
Definition at line 85 of file vtkSphere.h. |
|
Definition at line 86 of file vtkSphere.h. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.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 vtkTypeMacro 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 vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkImplicitFunction. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. 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 sphere with center at (0,0,0) and radius=0.5. Reimplemented from vtkObject. |
|
Evaluate sphere equation ((x-x0)^2 + (y-y0)^2 + (z-z0)^2) - R^2. Reimplemented from vtkImplicitFunction. |
|
Reimplemented from vtkImplicitFunction. Definition at line 69 of file vtkSphere.h. |
|
Evaluate sphere gradient. Reimplemented from vtkImplicitFunction. |
|
Set / get the radius of the sphere. |
|
|
|
Set / get the center of the sphere. |
|
|
|
|
|
|
|
Definition at line 87 of file vtkSphere.h. |
|
Definition at line 89 of file vtkSphere.h. |
|
Definition at line 90 of file vtkSphere.h. |