|
VTK
|
#include "vtkImplicitFunction.h"
Go to the source code of this file.
Classes | |
| class | vtkImplicitBoolean |
| implicit function consisting of boolean combinations of implicit functions More... | |
Defines | |
| #define | VTK_UNION 0 |
| #define | VTK_INTERSECTION 1 |
| #define | VTK_DIFFERENCE 2 |
| #define | VTK_UNION_OF_MAGNITUDES 3 |
| #define VTK_UNION 0 |
Definition at line 47 of file vtkImplicitBoolean.h.
| #define VTK_INTERSECTION 1 |
Definition at line 48 of file vtkImplicitBoolean.h.
| #define VTK_DIFFERENCE 2 |
Definition at line 49 of file vtkImplicitBoolean.h.
| #define VTK_UNION_OF_MAGNITUDES 3 |
Definition at line 50 of file vtkImplicitBoolean.h.
1.7.5.1