Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Filtering/vtkImplicitBoolean.h File Reference

#include "vtkImplicitFunction.h"

Include dependency graph for vtkImplicitBoolean.h:

Include dependency graph

Go to the source code of this file.

Compounds

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

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

#define VTK_INTERSECTION   1
 

Definition at line 64 of file vtkImplicitBoolean.h.

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

#define VTK_DIFFERENCE   2
 

Definition at line 65 of file vtkImplicitBoolean.h.

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

#define VTK_UNION_OF_MAGNITUDES   3
 

Definition at line 66 of file vtkImplicitBoolean.h.

Referenced by vtkImplicitBoolean::SetOperationTypeToUnionOfMagnitudes().