Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkImplicitBoolean.h File Reference

#include "vtkImplicitFunction.h"

Include dependency graph for vtkImplicitBoolean.h:

Include dependency graph

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 Documentation

#define VTK_UNION   0
 

Definition at line 60 of file vtkImplicitBoolean.h.

Referenced by vtkImplicitBoolean::SetOperationTypeToUnion().

#define VTK_INTERSECTION   1
 

Definition at line 61 of file vtkImplicitBoolean.h.

Referenced by vtkImplicitBoolean::SetOperationTypeToIntersection().

#define VTK_DIFFERENCE   2
 

Definition at line 62 of file vtkImplicitBoolean.h.

Referenced by vtkImplicitBoolean::SetOperationTypeToDifference().

#define VTK_UNION_OF_MAGNITUDES   3
 

Definition at line 63 of file vtkImplicitBoolean.h.

Referenced by vtkImplicitBoolean::SetOperationTypeToUnionOfMagnitudes().