#include <vtkCone.h>
Inheritance diagram for vtkCone:
vtkCone computes the implicit function and function gradient for a cone. vtkCone is a concrete implementation of vtkImplicitFunction. The cone vertex is located at the origin with axis of rotation coincident with x-axis. (Use the superclass' vtkImplicitFunction transformation matrix if necessary to reposition.) The angle specifies the angle between the axis of rotation and the side of the cone.
Definition at line 41 of file vtkCone.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) |
double | EvaluateFunction (double x[3]) |
double | EvaluateFunction (double x, double y, double z) |
void | EvaluateGradient (double x[3], double g[3]) |
virtual void | SetAngle (double) |
virtual double | GetAngle () |
Static Public Member Functions | |
static vtkCone * | New () |
static int | IsTypeOf (const char *type) |
static vtkCone * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkCone () | |
~vtkCone () | |
Protected Attributes | |
double | Angle |
|
Reimplemented from vtkImplicitFunction. |
|
|
|
|
|
Construct cone with angle of 45 degrees. Reimplemented from vtkObject. |
|
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. |
|
Evaluate cone equation. Implements vtkImplicitFunction. |
|
Evaluate function at position x-y-z and return value. You should generally not call this method directly, you should use FunctionValue() instead. This method must be implemented by any derived class. Reimplemented from vtkImplicitFunction. Definition at line 53 of file vtkCone.h. References vtkImplicitFunction::EvaluateFunction(). |
|
Evaluate cone normal. Implements vtkImplicitFunction. |
|
Set/Get the cone angle (expressed in degrees). |
|
Evaluate cone normal. |
|
|