22 #ifndef vtkOrderedCompositeDistributor_h 23 #define vtkOrderedCompositeDistributor_h 34 class vtkRedistributeDataSetFilter;
45 void SetCuts(
const std::vector<vtkBoundingBox>& boxes);
47 void SetBoundaryMode(
int mode);
53 ASSIGN_TO_ONE_REGION = 0,
54 ASSIGN_TO_ALL_INTERSECTING_REGIONS = 1,
55 SPLIT_BOUNDARY_CELLS = 2
73 #endif // vtkOrderedCompositeDistributor_h virtual int RequestDataObject(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkDataObjectAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE
#define VTKPVVTKEXTENSIONSFILTERSRENDERING_EXPORT
virtual int FillInputPortInformation(int port, vtkInformation *info)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This class distributes data for use with ordered compositing (i.e.
void operator=(const vtkObjectBase &)