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

vtkImplicitBoolean.h File Reference

#include "vtkImplicitFunction.h"

Go to the source code of this file.

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 51 of file vtkImplicitBoolean.h.

Referenced by vtkImplicitBoolean::GetOperationTypeAsString(), and vtkImplicitBoolean::SetOperationTypeToUnion().

#define VTK_INTERSECTION   1
 

Definition at line 52 of file vtkImplicitBoolean.h.

Referenced by vtkImplicitBoolean::GetOperationTypeAsString(), and vtkImplicitBoolean::SetOperationTypeToIntersection().

#define VTK_DIFFERENCE   2
 

Definition at line 53 of file vtkImplicitBoolean.h.

Referenced by vtkImplicitBoolean::GetOperationTypeAsString(), and vtkImplicitBoolean::SetOperationTypeToDifference().

#define VTK_UNION_OF_MAGNITUDES   3
 

Definition at line 54 of file vtkImplicitBoolean.h.

Referenced by vtkImplicitBoolean::SetOperationTypeToUnionOfMagnitudes().