#include <vtkImplicitBoolean.h>
Inheritance diagram for vtkImplicitBoolean:
vtkImplicitBoolean is an implicit function consisting of boolean combinations of implicit functions. The class has a list of functions (FunctionList) that are combined according to a specified operator (VTK_UNION or VTK_INTERSECTION or VTK_DIFFERENCE). You can use nested combinations of vtkImplicitFunction's (and/or vtkImplicitBoolean) to create elaborate implicit functions. vtkImplicitBoolean is a concrete implementation of vtkImplicitFunction.
The operators work as follows. The VTK_UNION operator takes the minimum value of all implicit functions. The VTK_INTERSECTION operator takes the maximum value of all implicit functions. The VTK_DIFFERENCE operator subtracts the 2nd through last implicit functions from the first. The VTK_UNION_OF_MAGNITUDES takes the minimum absolute value of the implicit functions.
Definition at line 68 of file vtkImplicitBoolean.h.
|
Reimplemented from vtkImplicitFunction. Definition at line 71 of file vtkImplicitBoolean.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. |
|
Default boolean method is union. Reimplemented from vtkObject. |
|
Evaluate boolean combinations of implicit function using current operator. Implements vtkImplicitFunction. |
|
Evaluate boolean combinations of implicit function using current operator. Reimplemented from vtkImplicitFunction. Definition at line 81 of file vtkImplicitBoolean.h. References vtkImplicitFunction::EvaluateFunction(). |
|
Evaluate gradient of boolean combination. Implements vtkImplicitFunction. |
|
Override modified time retrieval because of object dependencies. Reimplemented from vtkImplicitFunction. |
|
Add another implicit function to the list of functions. |
|
Remove a function from the list of implicit functions to boolean. |
|
Return the collection of implicit functions. Definition at line 98 of file vtkImplicitBoolean.h. |
|
Specify the type of boolean operation. |
|
Specify the type of boolean operation. |
|
Specify the type of boolean operation. Definition at line 104 of file vtkImplicitBoolean.h. References VTK_UNION. |
|
Specify the type of boolean operation. Definition at line 106 of file vtkImplicitBoolean.h. References VTK_INTERSECTION. |
|
Specify the type of boolean operation. Definition at line 108 of file vtkImplicitBoolean.h. References VTK_DIFFERENCE. |
|
Specify the type of boolean operation. Definition at line 110 of file vtkImplicitBoolean.h. References VTK_UNION_OF_MAGNITUDES. |
|
Return the boolean operation type as a descriptive character string. Definition at line 129 of file vtkImplicitBoolean.h. References OperationType, VTK_DIFFERENCE, VTK_INTERSECTION, and VTK_UNION. |
|
Definition at line 119 of file vtkImplicitBoolean.h. |
|
Definition at line 121 of file vtkImplicitBoolean.h. Referenced by GetOperationTypeAsString(). |