15#ifndef vtkBlockIdScalars_h 
   16#define vtkBlockIdScalars_h 
   18#include "vtkFiltersGeneralModule.h"  
   21VTK_ABI_NAMESPACE_BEGIN
 
generates scalars from blocks.
 
static vtkBlockIdScalars * New()
 
~vtkBlockIdScalars() override
 
vtkDataObject * ColorBlock(vtkDataObject *input, int group)
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
general representation of visualization data
 
a simple class to control print indentation
 
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.