20#ifndef vtkImageStencilSource_h 
   21#define vtkImageStencilSource_h 
   24#include "vtkImagingCoreModule.h"  
   26VTK_ABI_NAMESPACE_BEGIN
 
   57  vtkSetVector3Macro(OutputOrigin, 
double);
 
   58  vtkGetVector3Macro(OutputOrigin, 
double);
 
   67  vtkSetVector3Macro(OutputSpacing, 
double);
 
   68  vtkGetVector3Macro(OutputSpacing, 
double);
 
   76  vtkSetVector6Macro(OutputWholeExtent, 
int);
 
   77  vtkGetVector6Macro(OutputWholeExtent, 
int);
 
   93  int OutputWholeExtent[6];
 
   94  double OutputOrigin[3];
 
   95  double OutputSpacing[3];
 
Detect and break reference loops.
 
topologically and geometrically regular array of data
 
producer of vtkImageStencilData
 
efficient description of an image stencil
 
generate an image stencil
 
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
static vtkImageStencilSource * New()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
vtkImageData * InformationInput
 
void ReportReferences(vtkGarbageCollector *) override
Report object referenced by instances of this class.
 
virtual void SetInformationInput(vtkImageData *)
Set a vtkImageData that has the Spacing, Origin, and WholeExtent that will be used for the stencil.
 
~vtkImageStencilSource() override
 
a simple class to control print indentation