57#ifndef vtkAMRInterfaceFilter_h
58#define vtkAMRInterfaceFilter_h
60#include "vtkFiltersAMRModule.h"
63VTK_ABI_NAMESPACE_BEGIN
108 static void InternalProgressCallbackFunction(
109 vtkObject* arg,
unsigned long,
void* clientdata,
void*);
115 double ProgressFloor = 0.;
116 double ProgressCeiling = 1.;
~vtkAMRInterfaceFilter() override
int FillInputPortInformation(int port, vtkInformation *info) override
Set input to vtkOverlappingAMR.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Implement the AMR contouring logic, see class documentation for details.
static vtkAMRInterfaceFilter * New()
supports function callbacks
Abstract API for vtkImageData and vtkRectilinearGrid.
object to represent cell connectivity
represent and manipulate cell attribute data
abstract class to specify dataset behavior
a simple class to control print indentation
merge exactly coincident points
Allocate and hold a VTK object.
a multi-resolution dataset based on vtkCartesianGrid allowing overlaps
vtkPartitionedDataSetAlgorithm()
composite dataset to encapsulates a dataset consisting of partitions.
represent and manipulate point attribute data
dynamic, self-adjusting array of unsigned char